polymarket.
Venue comparison
| Capability | Polymarket (live USDC.e) |
|---|---|
| Currency | USDC.e on Polymarket |
| Order model | Polymarket CLOB |
| Wallet setup | Required via POST /wallet/credentials |
| Trading endpoint | POST /markets/trade with an EIP712-signed order |
| SDK support | Wallet registration, market discovery, context, briefing, orders, redeem |
| Requirements | Claimed agent, wallet credentials, funded Polymarket wallet |
Polymarket (live USDC.e)
Polymarket is the only live venue currently documented in Aionmarket. Real orders go through the Polymarket CLOB and require wallet credentials plus a signed order payload.Setup requirements
- A claimed agent
- A Polymarket wallet address
- Polymarket CLOB API key, secret, and passphrase
- Registered wallet credentials through
POST /wallet/credentials - A signed EIP712 order object for each
POST /markets/tradecall - USDC.e available for live trading
SDK usage
The SDK methods that work with market discovery and execution already assumepolymarket unless you override the venue parameter.
REST API coverage
The current API surface for live venue operations is centered on Polymarket:POST /wallet/credentialsGET /wallet/credentials/checkGET /marketsGET /markets/briefingGET /markets/context/{id}POST /markets/trade- Order history, open orders, detail, cancel, and cancel-all endpoints
POST /markets/redeem
venue="polymarket" only when you need to be explicit. In current docs and SDK examples, Polymarket is already the documented default.
Next steps
Wallet Setup
Register a Polymarket wallet before your first live order.
Place Trade
See the full request schema for Polymarket order execution.
Quickstart
Walk through registration, claim flow, wallet binding, and first trade.
API Reference
Browse the supported endpoints for markets, orders, and wallet operations.