Access Type | Limit |
---|---|
Public (unauthenticated) | {PUBLIC_RATE_LIMIT} requests/min per IP |
Authenticated | {AUTHENTICATED_RATE_LIMIT} requests/min per API key |
Endpoint | Limit | Scope |
---|---|---|
GET /v1/markets | {MARKETS_LIMIT} | Per IP |
GET /v1/orderbook | {ORDERBOOK_LIMIT} | Per IP |
POST /v1/orders | {PLACE_ORDER_LIMIT} | Per API key |
DELETE /v1/orders/{id} | {CANCEL_ORDER_LIMIT} | Per API key |
GET /v1/user/trades | {USER_TRADES_LIMIT} | Per API key |
Limit Type | Value |
---|---|
Concurrent connections per IP | {MAX_WS_CONNECTIONS} |
Subscriptions per connection | {MAX_WS_SUBSCRIPTIONS} |
Messages per minute (per IP) | {MAX_WS_MESSAGES} |
Max in-flight messages per connection | {MAX_WS_INFLIGHT} |
429 Too Many Requests
Retry-After: {SECONDS}
Retry-After
Limit Type | Value |
---|---|
Open orders per market | {MAX_OPEN_ORDERS} |
Orders per minute | {ORDER_RATE_LIMIT} |
Cancels per minute | {CANCEL_RATE_LIMIT} |