跳至主要内容

調整質押金額

您可以增加或減少質押金額. 選擇減少時, 請先確認允許減少的最大質押數量

權限: "現貨"
頻率: 1次/秒

信息
  • 調整的質押數量會在資金帳戶進行返還或者扣減

HTTP 請求

POST /v5/crypto-loan-common/adjust-ltv

請求參數

參數是否必需類型說明
currencytruestring質押幣種
amounttruestring調整金額
directiontruestring0: 增加質押金; 1: 減少質押金

響應參數

參數類型說明
adjustIdlong質押金調整交易ID

請求示例

POST /v5/crypto-loan-common/adjust-ltv HTTP/1.1
Host: api-testnet.bybit.com
X-BAPI-SIGN: XXXXXX
X-BAPI-API-KEY: XXXXXX
X-BAPI-TIMESTAMP: 1752627997649
X-BAPI-RECV-WINDOW: 5000
Content-Type: application/json
Content-Length: 69

{
"currency": "BTC",
"amount": "0.08",
"direction": "1"
}

響應示例

{
"retCode": 0,
"retMsg": "ok",
"result": {
"adjustId": 27511
},
"retExtInfo": {},
"time": 1752627997915
}