Skip to main content
The /perps namespace streams live market snapshots for perpetual markets. You subscribe per symbol and receive market_tick pushes, throttled to at most ~4 per second per symbol.

Subscribe / unsubscribe

Example

market_tick payload

Unlike the REST API, the market_tick stream sends numeric price/funding/volume fields, not decimal strings — it’s optimized for low-latency streaming. For values you’ll do exact money math on (entry sizing, accounting), read prices from GET /api/v1/perps/markets, which returns the full-precision decimal-string contract.
Subscriptions are per symbol. Subscribe only to the markets you’re tracking to minimize traffic; ticks are already throttled to ~4/sec/symbol.