Cancel All RFQ Quotes
Cancel all quotes for a Block RFQ.
Endpoint
block/rfqs/cancel_quotes
Parameters
| Parameter |
Type |
Required |
Description |
| blockRfqId |
string |
false |
ID of the Block RFQ |
| accountId |
long |
true |
Signalplus account ID |
| side |
string |
false |
Side filter: buy or sell |
Request Example
{
"rid": 3479942524743592400,
"method": "block/rfqs/cancel_quotes",
"params": {
"blockRfqId": "792633537032430253",
"accountId": 10003732,
"side": null
}
}
Response
| Name |
Type |
Description |
| result |
int |
Total number of successfully cancelled quotes |
Response Example
{
"rid": 3479942524743592400,
"result": 2
}