getSpreadOpenOrders
Retrieve open spread trading orders in real time. Filter by symbol, base coin, or order ID for targeted monitoring.
Instructions
Query real-time open spread trading orders.
Usage Scenarios:
Monitor all currently active spread orders.
Filter by a specific spread symbol or base coin.
Look up a specific order by
orderIdororderLinkId.Paginate through large result sets using the
cursorparameter.
Important:
All query parameters are optional, allowing flexible filtering.
During extreme market volatility, responses may be delayed.
Agent hint: GET endpoint requiring authentication. All parameters are optional query parameters. Returns currently open (New or PartiallyFilled) spread orders. Supports cursor-based pagination with a max of 50 results per page. May experience latency during high volatility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ||
| baseCoin | No | ||
| orderId | No | ||
| orderLinkId | No | ||
| limit | No | ||
| cursor | No |