Orderbook
Stream order blocks in certain orderbooks in Standard spot exchange
✅ Request
{
"id": 1,
"method": "spot.orderbook.subscribe.pairs",
"params": {
"books": [{
"pair": "ETH/USDC",
"step": "0.1"
},
{
"pair": "WBTC/USDT",
"step": "0.01"
}]
}
}{
"id": 1,
"method": "spot.orderbook.unsubscribe.pairs",
"params": {
"books": [{
"pair": "ETH/USDC",
"step": "0.1",
},
{
"pair": "WBTC/USDT",
"step": "0.01"
}]
}
}📤 Response
📡 Streamed Data Format
📄 Field Descriptions
Index
Field
Type
Description
Last updated