Registry / http-networking / py-builder-relayer-client

py-builder-relayer-client

JSON →
library0.0.1pypypiunverified

Python SDK for signing orders with Polymarket's builder relayer network. Current version 0.0.1, early-stage development with basic signing functionality.

pip install py-builder-relayer-client
INSTALL
IMPORT
SIG · PY-BUILDER-RELAYER
P
py-builder-relayer-client
http-networkingpythonv0.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BuilderRelayerClient
from py_builder_relayer_client import BuilderRelayerClient
from py_builder_relayer_client import BuilderRelayerClient

Initialize client with API key and sign an order.

import os from builder_relayer_client import BuilderRelayerClient api_key = os.environ.get('BUILDER_RELAYER_API_KEY', '') client = BuilderRelayerClient(api_key=api_key) # Example: sign an order order_payload = {'type': 'BUY', 'amount': 100} signed_order = client.sign_order(order_payload) print(signed_order)
Debug
Known issues
gotchaThe package is in very early stage (v0.0.1). API may change without notice. Pin to exact version in production.
fix
Use `pip install py-builder-relayer-client==0.0.1` and expect breaking changes.
affects: <0.1.0
gotchaThe client requires a builder relayer API key. Without it, signing calls may fail with authentication errors.
fix
Set environment variable `BUILDER_RELAYER_API_KEY` or pass it directly to the constructor.
affects: all
Upgrade
Version history
0.0.1latest on PyPI · released Oct 30, 2025
Audit
Dependencies
requestsrequiredHTTP client for API calls
eth-accountrequiredEthereum account signing
Agent activity
14 hits · last 30 days
node
11
OpenAI (training)
2
Resources
py-builder-relayer-client — pip install py-builder-relayer-client · libregistry