rfq.open.public.trades
Description
Subscribe to RFQ open public trades updates.
Request Path And Method
wss path:
/ws/public/rfq
method:
subscribe
Request Example
{
"params": {
"channels": [
"rfq.open.public.trades"
]
},
"rid": 5,
"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.public.trades |
| result | array | Response data array |
| > blockRfqId | string | ID of the Block RFQ |
| > strategyType | string | Product strategy |
| > 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 |
| > legs | array | Array of combination trade objects |
| >> kind | string | Product type: spot, linear, inverse, option |
| >> symbol | string | Instrument name |
| >> side | string | The direction of the leg |
| >> price | string | Execution price |
| >> quantity | string | Execution quantity |
| >> markPrice | string | Mark price at execution |