Cancel RFQ
Cancel RFQ. Up to 50 requests per second
info
- You must pass either rfqId or rfqLinkId.
- If both rfqId and rfqLinkId are passed, only rfqId is considered.
HTTP Request
POST /v5/rfq/cancel-rfq
Request Parameters
Parameter | Required | Type | Comments |
---|---|---|---|
rfqId | false | string | Inquiry ID |
rfqLinkId | false | string | Custom inquiry ID |
Response Parameters
Parameter | Type | Comments |
---|---|---|
rfqId | string | Inquiry ID |
rfqLinkId | string | Custom inquiry ID |
Request Example
POST /v5/rfq/cancel-rfq HTTP/1.1
Host: api-testnet.bybit.com
X-BAPI-SIGN: XXXXXX
X-BAPI-API-KEY: XXXXXX
X-BAPI-TIMESTAMP: 1744083949347
X-BAPI-RECV-WINDOW: 5000
Content-Type: application/json
Content-Length: 115
{
"rfqId": "1756871488168105512459181956436945"
}
Response Example
{
"retCode": 0,
"retMsg": "OK",
"result": {
"rfqId": "1756871488168105512459181956436945",
"rfqLinkId": ""
},
"retExtInfo": {},
"time": 1756871494507
}