Orders
Get all open orders associated with a subaccount.
Rate limits
1200 requests/min or 20 requests/sec per IP address. (weight = 2) or 2 * length of
product_ids
for multi-product orders query.
See more details in API Rate limits
Single Product
Request
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
sender | string | Yes | A |
product_id | number | Yes | Id of spot / perp product for which to retrieve subaccount orders. |
Response
Note: that side of the order (buy/sell) is included in the sign of amount
and unfilled_amount
. They are positive if the order is a buy order, otherwise negative.
Multiple Products
Request
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
sender | string | Yes | A |
product_ids | number[] | Yes | List of spot / perp products for which to retrieve open orders. |
Response
Last updated