6000
requests per minute for the createOrder
and cancelOrder
requests for all market makers.
For retail/institutional users, the limit is 250
requests per minute.
This limit is shared across all markets and both endpoints.
If you exceed this limit, you will receive a 429 Too Many Requests
response.
order
object, quantity
represents the remaining quantity and filledQuantity
represents the cumulative filled quantity.
The two values will add up to the original order quantity.
409
status code, it means that the order was in the process of being filled at the time of cancellation.
Please retry the cancellation request if you get this status code.
Acknowledgment | Confirmation | |
---|---|---|
Body | cancelling order | order cancelled |
Order Status | cancelling | cancelled |
Status Code | 202 | 200 |
ETH-USD
. To get all supported markets, call /api/v1/markets endpoint.Sec-WebSocket-Protocol
headers in the WebSocket handshake request or on connect()
.