get_open_orders
Query unfilled or partially filled orders by product category (spot, linear, inverse, option) and optional filters to manage active trades.
Instructions
Query unfilled or partially filled orders.
Args:
category: Product type - spot, linear, inverse, option
symbol: Symbol name
baseCoin: Base coin (for linear/inverse only)
orderId: Order ID
orderLinkId: User custom order ID
limit: Limit per page (max 50, default 20)
cursor: Pagination cursor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| symbol | No | ||
| orderId | No | ||
| baseCoin | No | ||
| category | Yes | ||
| orderLinkId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |