{
"jsonrpc": "2.0",
"method": "subscription",
"params": {
"subscription": "0x4d5e6f7a8b9c...",
"channel": "orders",
"filters": {
"address": "0xAccc...",
"symbols": [
"BTC"
]
},
"result": {
"id": "1234567890",
"clientOrderId": "0x1234567890abcdef1234567890abcdef",
"symbol": "BTC",
"side": "buy",
"type": "limit",
"status": "partial",
"price": "65000.0",
"amount": "0.02",
"filled": "0.01",
"remaining": "0.01",
"average": "64990.0",
"reduceOnly": false,
"positionSide": "LONG",
"eventTime": 1710000000500,
"timestamp": 1710000000450
}
}
}Order status changes (requires authentication, available on hyperliquid, aster, and lighter servers only)
{
"jsonrpc": "2.0",
"method": "subscription",
"params": {
"subscription": "0x4d5e6f7a8b9c...",
"channel": "orders",
"filters": {
"address": "0xAccc...",
"symbols": [
"BTC"
]
},
"result": {
"id": "1234567890",
"clientOrderId": "0x1234567890abcdef1234567890abcdef",
"symbol": "BTC",
"side": "buy",
"type": "limit",
"status": "partial",
"price": "65000.0",
"amount": "0.02",
"filled": "0.01",
"remaining": "0.01",
"average": "64990.0",
"reduceOnly": false,
"positionSide": "LONG",
"eventTime": 1710000000500,
"timestamp": 1710000000450
}
}
}API key for authentication (required for private channels)
Order status change notification