Cancel rfq quote
For maker. At least one of the three parameters is required. Priority order: quoteId > label > blockRfqId.
Endpoint
block/rfqs/cancel_quote
Parameters(params)
| Parameter |
Type |
Required |
Description |
| blockRfqId |
string |
false |
ID of the Block RFQ |
| label |
string |
false |
User defined label for the Block RFQ quote (maximum 32 characters) |
| quoteId |
string |
false |
ID of the Block RFQ quote |
Request Example
{
"rid": 30003,
"method": "block/rfqs/cancel_quote",
"params": {
"blockRfqId": "1758101004486794036565073847892728"
}
}
Response(result)
| Name |
Type |
Description |
| quoteId |
string |
ID of the Block RFQ quote |
| blockRfqId |
string |
ID of the Block RFQ |
| label |
string |
The user created label for the order |
Response Example
{
"rid": 30003,
"result": {
"quoteId": "1758101240566026810458901344780546",
"blockRfqId": "1758101004486794036565073847892728",
"label": "BybitTestQuote2"
}
}