Skip to main content
Quote messages use a per-market-maker token bucket based on account tier.
TierQuotes per secondBurst capacity
Standard100200
Silver200400
Gold400800
Platinum8001600
VIP8001600
When quote rate limiting triggers, the server sends:
{ "type": "rate_limit", "retry_after_ms": 25 }
type
string
Always "rate_limit".
retry_after_ms
uint64
Milliseconds to wait before resuming quote submission.
subscribe messages are authenticated control-plane messages. They add RFQ filters to the current connection; quote throttling uses the rate_limit frame instead.