Channels
Subaccount quotes
Channel name: {subaccount_id}.quotes. Private channel (requires authentication) that streams updates to your RFQ quotes for a subaccount, where is the numeric subaccount identifier.
WSS
/
v3
/
ws
Messages
{
"id": 1,
"method": "subscribe",
"params": {
"channels": [
"orderbook.ETH-PERP.10.20"
]
}
}No examples found{
"batch_status": "<string>",
"cancel_reason": "<string>",
"creation_timestamp": 123,
"direction": "<string>",
"extra_fee": "<string>",
"fee": "<string>",
"fill_pct": "<string>",
"is_transfer": true,
"label": "<string>",
"last_update_timestamp": 123,
"legs": {
"amount": "<string>",
"direction": "<string>",
"instrument_name": "<string>",
"price": "<string>"
},
"legs_hash": "<string>",
"liquidity_role": "<string>",
"max_fee": "<string>",
"mmp": true,
"nonce": "<string>",
"quote_id": "<string>",
"rfq_id": "<string>",
"signature": "<string>",
"signature_expiry_sec": 123,
"signer": "<string>",
"status": "<string>",
"subaccount_id": 123,
"tx_hash": "<string>"
}subscribeRequest
type:object
Send to subscribe: list this channel's address (with the {param} segments filled, e.g. orderbook.ETH-PERP.10.20) in params.channels.
unsubscribeRequest
type:object
Send to unsubscribe: list the channel addresses to drop in params.channels, or omit it to unsubscribe from everything.
subaccountQuotesNotification
type:object
Pushed as a JSON array; each element has the fields below.
Messages
{
"id": 1,
"method": "subscribe",
"params": {
"channels": [
"orderbook.ETH-PERP.10.20"
]
}
}No examples found{
"batch_status": "<string>",
"cancel_reason": "<string>",
"creation_timestamp": 123,
"direction": "<string>",
"extra_fee": "<string>",
"fee": "<string>",
"fill_pct": "<string>",
"is_transfer": true,
"label": "<string>",
"last_update_timestamp": 123,
"legs": {
"amount": "<string>",
"direction": "<string>",
"instrument_name": "<string>",
"price": "<string>"
},
"legs_hash": "<string>",
"liquidity_role": "<string>",
"max_fee": "<string>",
"mmp": true,
"nonce": "<string>",
"quote_id": "<string>",
"rfq_id": "<string>",
"signature": "<string>",
"signature_expiry_sec": 123,
"signer": "<string>",
"status": "<string>",
"subaccount_id": 123,
"tx_hash": "<string>"
}