Skip to content

fruitlollipop/py-builder-relayer-client

 
 

Repository files navigation

py-builder-relayer-client

Python client library for interacting with the Polymarket Relayer infrastructure

Installation

pip install py-builder-relayer-client

Configuration

Create a .env file based on .env.example with credentials:

RELAYER_URL=https://relayer-v2-staging.polymarket.dev/
CHAIN_ID=80002
PK=your_private_key_here
BUILDER_API_KEY=your_api_key
BUILDER_SECRET=your_api_secret
BUILDER_PASS_PHRASE=your_passphrase

About

Python Client for the Polymarket Relayer API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%