Fetch All Orders
Fetch authenticated order history across open and closed orders.
get/api/{exchange}/fetchAllOrders
Path parameters
exchange'polymarket' | 'kalshi' | 'kalshi-demo' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | 'metaculus' | 'smarkets' | 'polymarket_us' | 'gemini-titan' | 'hyperliquid' | 'suibets' | 'rain' | 'hunch' | 'router' required
The prediction market exchange to target.
Query parameters
marketIdstring
required for Limitless (slug)
sincestring date-time
Only return records after this date
untilstring date-time
Only return records before this date
limitnumber
Maximum number of results to return
cursorstring
Opaque pagination cursor from a previous response
Response
Fetch All Orders response
Example response
{
"success": true
}