rfq.open.quotes
Description
Subscribe to RFQ open quotes updates.
Request Path And Method
wss path:
/ws/private
method:
subscribe
Request Example
{
"params": {
"channels": [
"rfq.open.quotes"
]
},
"rid": 3,
"method": "subscribe"
}
Parameters
No specific parameters required for this channel.
message
| Name | Type | Description |
|---|---|---|
| method | string | Equals to subscription |
| creationTime | int | Message creation time |
| channel | string | Equals to rfq.open.quotes |
| result | array | Response data array |
| > quoteId | string | ID of the Block RFQ quote |
| > blockRfqId | string | ID of the Block RFQ |
| > label | string | The user created label for the order |
| > expiresAt | long | The time in UNIX milliseconds since the epoch when the RFQ expires |
| > taker | string | The taker's deskCode, serving as a unique identifier. Not visible when anonymous |
| > status | string | The availability of the Quote for the user to action: Active/Canceled/Filled/Expired/Failed |
| > execSide | string | The execution side of the quote: Buy or Sell |
| > createdAt | long | The time in UNIX milliseconds since the epoch when the Quote was created |
| > updatedAt | long | The time in UNIX milliseconds since the epoch when the Quote was updated |
| > buyList | array | Buy-side quote list. Either buyList or sellList (at least one required) |
| >> kind | string | Product type: spot, linear, inverse, option |
| >> symbol | string | Instrument name |
| >> price | string | Price of a quote |
| >> quantity | string | Quote quantity |
| >> leverage | boolean | Whether leverage is used |
| > sellList | array | Sell-side quote list. Either buyList or sellList (at least one required) |
| >> kind | string | Product type: spot, linear, inverse, option |
| >> symbol | string | Instrument name |
| >> price | string | Price of a quote |
| >> quantity | string | Quote quantity |
| >> leverage | boolean | Whether leverage is used |