Order
Gets an order from the orderbook by digest.
Rate limits
2400 requests/min or 40 requests/sec per IP address. (weight = 1)
See more details in API Rate limits
Request
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
product_id | number | Yes | Id of spot / perp product for which to retrieve order. |
digest | string | Yes | Order digest to retrieve. |
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.
Last updated