Public routes
Authenticated routes
Sendx-sx-api-key as a header. Every response is scoped to the address that owns the key.
| Route | What it does | Link |
|---|---|---|
GET /orders-v3 | Your active orders | Docs → |
GET /orders-v3/{orderId} | One of your orders by id (any status) | Docs → |
POST /orders-v3 | Places one signed order | Docs → |
DELETE /orders-v3 | Cancels named orders by id | Docs → |
DELETE /orders-v3/all | Cancels every open order you have | Docs → |
DELETE /orders-v3/event | Cancels your orders on one event | Docs → |
GET /trades-v3 | Your bet history | Docs → |
GET /trades-v3/{tradeId} | One of your bets by tradeId | Docs → |
GET /fills-v3 | Your fill history | Docs → |
GET /positions-v3 | Your positions | Docs → |
GET /user/balance-v3 | Your current balance | Docs → |
GET /user/fees-v3 | The fee rates set on your account | Docs → |
GET /user/pending-deploy-proxy | Whether a proxy deploy is still pending | Docs → |
POST /user/deploy-proxy | Deploys your proxy wallet | Docs → |
GET /user/proxy | Your proxy wallet address and deploy status | Docs → |
POST /user/transfer-to-proxy | Moves tokens into your proxy | Docs → |
GET /user/transfer-to-proxy/pending | Open deposit sessionIds (newest first) | Docs → |
GET /user/transfer-to-proxy/status | Outcome of one deposit by sessionId | Docs → |