Cancel All RFQ Quotes
Cancel all user quotes in all Block RFQs. For maker use only. This method cancels all user quotes in all Block RFQs. Optionally cancels all quotes in a specific RFQ if the blockRfqId is provided.
Endpoint
POST /api/block/rfqs/cancel_quotes
Parameters
| Parameter |
Type |
Required |
Description |
| blockRfqId |
string |
false |
ID of the Block RFQ |
Request Example
{
"rid": 20006,
"method": "block/rfqs/cancel_quotes",
"params": {
"blockRfqId": "253140"
}
}
Response
| Name |
Type |
Description |
| result |
integer |
Total number of successfully cancelled quotes |
Response Example
{
"rid": 20006,
"result": 1
}