FAQs for the API
General
Is the API open to the public?
Is there a sandbox?
Are there any fees to use the API?
Order Creation
How quickly are orders confirmed?
What are the limits on order placement?
Can I see orders from other apps, for example to create an order book UI?
Can we see available liquidity at each price level?
Are partial fills supported?
Is there maker/taker fee differentiation?
Order Cancellation
Using batch cancellation (/orders/cancel-v2), what happens if you attempt to cancel 5 order ids, of which 1 is already cancelled?
Settlement
Are settlement/resolution statuses available programmatically?
Sessions
After creating a session, I call other APIs but they return 400 error. What’s wrong?
How long do sessions last?
Common Errors
I’m receiving a 403 error ‘the request could not be satisfied’. What should I do?
Stream API / Websockets
What are the connection timeouts?
I have authenticated & subscribed, but I’m not receiving updates. What can I do?
Events & Markets
What does the API show if an event is cancelled or postponed?
Will I be able to create my own events?
Does the API provide full order book depth or only best bid/ask?
Are matched trades/recent fills available through the API?
Is there websocket support for real-time updates?
What is the expected update latency for odds / orderbook changes?
Are event, market & participant IDs & names consistent?
Rate Limits
What are the API rate limits?
Are websocket subscriptions limited?
Any other questions?
Last updated