PriceCopy PageMark price and index price for futures pairs.Two real-time price channels are available, both futures only. ChannelDescriptionMARK_PRICEThe mark price used for PnL calculation and liquidationINDEX_PRICEThe index price derived from spot prices across exchanges MARK_PRICE Subscribe JSON{ "event": "subscribe", "arg": [{ "channel": "MARK_PRICE", "sym": "BINANCE_PERP_BTC_USDT" }] } Push Data JSON{ "arg": { "channel": "MARK_PRICE", "sym": "BINANCE_PERP_BTC_USDT" }, "data": { "markpx": "70277.1", "ts": "1774331699001" } } FieldDescriptionmarkpxMark pricetsTimestamp (ms) INDEX_PRICE Subscribe JSON{ "event": "subscribe", "arg": [{ "channel": "INDEX_PRICE", "sym": "BINANCE_PERP_BTC_USDT" }] } Push Data JSON{ "arg": { "channel": "INDEX_PRICE", "sym": "BINANCE_PERP_BTC_USDT" }, "data": { "indexpx": "70306.14565217", "ts": "1774331699001" } } FieldDescriptionindexpxIndex pricetsTimestamp (ms)Updated 13 days ago OverviewTickerDid this page help you?YesNo