OrderBook Subscription
Subscribe Request
{
"id": 2,
"method": "SUBSCRIBE",
"params": {
"chainId": 143,
"instrument": "0x73ada1ea346cc3908f41cf67a040f0acd7808be0",
"expiry": 4294967295,
"type": "orderBook"
}
}Unsubscribe Request
{
"id": 2,
"method": "UNSUBSCRIBE",
"params": {
"chainId": 143,
"instrument": "0x73ada1ea346cc3908f41cf67a040f0acd7808be0",
"expiry": 4294967295,
"type": "orderBook"
}
}Parameter Description
Data Stream Message
Order Book Data Structure
Depth Levels
Last updated