Cancel rfq
For taker. Rate Limit:50/s
Endpoint
block/rfqs/cancel_rfq
Parameters(params)
| Parameter | Type | Required | Description |
|---|---|---|---|
| blockRfqId | string | false | The exchange created unique identifier of the RFQ. Either blockRfqId or label (at least one required). |
| label | string | false | User defined label for the Block RFQ (maximum 32 characters) Either blockRfqId or label (at least one required). |
Request Example
{
"rid": 20003,
"method": "block/rfqs/cancel_rfq",
"params": {
"blockRfqId": "1758011245204812373274163108396211"
}
}
Response(result)
| Name | Type | Description |
|---|---|---|
| blockRfqId | string | The exchange created unique identifier of the RFQ. |
| label | string | User defined label for the Block RFQ (maximum 32 characters) |
Response Example
{
"rid": 20003,
"result": {
"blockRfqId": "1758011245204812373274163108396211",
"label": "TakerTeststrategy123"
}
}