Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
{ "success": true, "data": { "rows": [ { "order_id": "123456789", "symbol": "PERP_ETH_USDC", "side": "BUY", "type": "STOP_MARKET", "price": null, "quantity": "1.5", "total_executed_quantity": "0.0", "trigger_price": "2450.00", "trigger_status": "PENDING", "status": "OPEN", "reduce_only": false, "created_time": 1715000000000, "updated_time": 1715001000000 } ], "next_cursor": "eyJsYXN0X3RzIjoxNzE1MDAwMDAwMDAwLCJsYXN0X2lkIjoxMjM0NTZ9" }, "ts": 1779269143700 }
Open and partially-filled orders (ordinary + algo) for an address, sorted DESC by created time.
5
{ "type": "openOrders", "address": "0x1234567890abcdef1234567890abcdef12345678", "symbol": "PERP_ETH_USDC", "limit": 100 }
address
broker_id
account_id
symbol
limit
cursor
order_id
side
BUY
SELL
BOTH
type
historicalOrders
price
null
MARKET
trigger_price
trigger_status
PENDING
TRIGGERED
FAILED
USELESS
status
"OPEN"
reduce_only
(created_time DESC, order_id DESC)
(ts, id)