跳至主要内容

取消報價單

取消報價單。每秒最多 50 次請求

信息
  • 至少需傳遞 quoteId、rfqId 或 quoteLinkId。
  • 若同時傳遞 quoteId、rfqId 和 quoteLinkId,則優先以 quoteId 為準,優先順序判斷為:quoteId > quoteLinkId > rfqId。
  • HTTP 請求

    POST /v5/rfq/cancel-quote

    請求參數

    參數是否必需類型說明
    quoteIdfalsestring報價單 ID
    rfqIdfalsestring詢價單 ID
    quoteLinkIdfalsestring報價單自定義 ID

    響應參數

    參數類型說明
    resultobject
    rfqIdstring詢價單 ID
    quoteIdstring報價單 ID
    quoteLinkIdstring報價單自定義 ID

    請求示例

    POST /v5/rfq/cancel-quote 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

    {
    "quoteId":"1754364447601610516653123084412812"
    }

    響應示例

    {
    "retCode": 0,
    "retMsg": "OK",
    "result": {
    "rfqId": "175740723913299909861293671607573",
    "quoteId": "1757407443083427576602342578477746",
    "quoteLinkId": ""
    },
    "retExtInfo": {},
    "time": 1757407457635
    }