United Market is now live on BNB Smart Chain mainnet. We just launched — start trading on-chain prediction markets today.
Calling Endpoints
Use HTTPS in the playground and browser clients. The HTTP endpoints redirect to HTTPS, which can make requests appear to fail from hosted docs. Some user-specific actions require SIWE authentication and a bearer token. Trading actions require EIP-712 order signatures.
Open any endpoint page in this section to use the interactive playground.
Endpoint Groups
Common Conventions
- Amounts are usually returned as raw token units. Collateral uses the collateral token decimals.
- Order identifiers are
orderHashvalues derived from the signed EIP-712 order. - Public orders use the zero address as
taker. - Market rooms and real-time events are keyed by
conditionId. - Trading fees are quoted in basis points. Read a market’s effective rate from
GET /markets/{id}/feeand sign it as the order’sfeeRateBps. See Fees & Referrals.
