撤銷借款單
權限: "現貨"
頻率: 1次/秒
HTTP 請求
POST /v5/crypto-loan-fixed/borrow-order-cancel
請求參數
參數 | 是否必需 | 類型 | 說明 |
---|---|---|---|
orderId | true | string | 借款單ID |
響應參數
無
請求示例
- HTTP
- Python
- Node.js
POST /v5/crypto-loan-fixed/borrow-order-cancel HTTP/1.1
Host: api-testnet.bybit.com
X-BAPI-SIGN: XXXXXX
X-BAPI-API-KEY: XXXXXX
X-BAPI-TIMESTAMP: 1752652457987
X-BAPI-RECV-WINDOW: 5000
Content-Type: application/json
Content-Length: 26
{
"orderId": "13009"
}
響應示例
{
"retCode": 0,
"retMsg": "ok",
"result": {},
"retExtInfo": {},
"time": 1752652458684
}