Messages
Market Data
ticker.(instrument_name).(interval)
Real-time ticker data providing comprehensive market information for the specified instrument.
This subscription delivers key market metrics including:
- Price data: Best bid/ask prices and amounts, last trade price, mark price, index price, settlement price, and estimated delivery price
- Market statistics: 24-hour volume (in base currency and USD for futures), high/low prices, price change percentage, and open interest
- Order book state: Current state of the instrument (open, settlement, delivered, inactive, locked, halted, or archivized)
- Price limits: Minimum and maximum price constraints for order placement
- Options-specific data: Implied volatility (bid/ask/mark IV), Greeks (delta, gamma, theta, vega, rho), underlying price, and interest rate
- Perpetual-specific data: Current funding rate and 8-hour funding rate
- Futures-specific data: Interest value and delivery price
The interval parameter controls the frequency of updates: raw (no aggregation, authorized users only), 100ms (aggregated every 100 milliseconds), or agg2 (aggregated every 2 seconds).
This is the recommended method for real-time market data updates, as it provides efficient push-based notifications instead of requiring polling.
Documentation Index
Fetch the complete documentation index at: https://docs.deribit.com/llms.txt
Use this file to discover all available pages before exploring further.
Messages