{ "op": "subscribe", "args": [ { "channel": "ticker", "symbol": "US500-BTC" }, { "channel": "ticker", "symbol": "GOLD-BTC" } ] }
{ "topic": "ticker.US500-BTC", "type": "delta", "createdTime": 1640995200000000000, "data": { "symbol": "US500-BTC", "lastPrice": "50010.00", "indexPrice": "50005.00", "markPrice": "50007.50", "bestBid": "50005.00", "bestAsk": "50010.00", "best_bid_qty": "0.25", "best_ask_qty": "0.30", "openInterest": "12345.00", "open_interest_value": "12.34500000", "fundingRate": "0.00010000", "timestamp": 1640995200000000000, "unit": "btc" } }
Real-time ticker fields including mark/index prices, best bid/ask, and open interest
ticker
Show Ticker properties
btc
Was this page helpful?