❗️ Deprecation Notice: This page will be discontinued on April 16, 2026. Please migrate to the new link documentation . Contact LTP support if you need assistance.
Rate Limit : 10 requests per second per IP for Subscribe and Unsubscribe.
JSON
{
"event": "SUBSCRIBE",
"arg": [
{
"channel": "BBO",
"instId": "BINANCE_PERP_BTC_USDT"
}
]
}
Field name Type Necessary Remarks event StringY SUBSCRIBE, UNSUBSCRIBE arg ArrayY Subscribe param,there can be no more than 50 instId parameters per subscribe. > channel StringY Channel name > instId StringY Unique identifier
JSON
{
"event": "SUBSCRIBE",
"arg": [
{
"channel": "BBO",
"instId": "BINANCE_PERP_BTC_USDT"
}
],
"code": 0,
"message": "Success"
}
Field Type Remarks event StringEvent code StringError Code msg StringError Message arg ArraySubscribe param > channel StringChannel name > instId StringUnique identifier
JSON
{
"instId": "BINANCE_PERP_BTC_USDT",
"channel": "BBO",
"localTs": 1736426853914123300,
"exchangeTs": 1736426853913000000,
"seqNum": 1000006372173616600,
"exchange": "BINANCE_USDM",
"bid": {
"price": "93281.9",
"qty": "5.795000"
},
"ask": {
"price": "93282.0",
"qty": "0.005000"
}
}
Field Type Remarks instId StringUnique identifier channel Stringexample:BBO exchangeTs LongExchange timestamp localTs LongLocal timestamp seqNum LongMessage sequence number exchange StringExchange bid ObjectBid best price and quantity > price StringPrice > qty StringQuantity ask ObjectAsk price and quantity > price StringPrice > qty StringQuantity