獲取提現額度

HTTP請求

GET /api/v1/withdrawals/quotas

請求示例

GET /api/v1/withdrawals/quotas?currency=BTC

{
  "data" : {
    "limitBTCAmount" : "37.83993375",
    "quotaCurrency" : "USDT",
    "chain" : "BTC",
    "remainAmount" : "37.83993375",
    "innerWithdrawMinFee" : "0",
    "usedBTCAmount" : "0.00000000",
    "limitQuotaCurrencyAmount" : "1000000.00000000",
    "withdrawMinSize" : "0.0008",
    "withdrawMinFee" : "0.0005",
    "precision" : 8,
    "reason" : null,
    "usedQuotaCurrencyAmount" : "0",
    "currency" : "BTC",
    "availableAmount" : "0",
    "isWithdrawEnabled" : true
  },
  "code" : "200000"
}
API權限

此接口需要通用權限

請求URL

此接口支持現貨URL

頻率限制

管理类权重:20

請求參數
請求參數 類型 是否必須 含義
currency String 幣種
chain String 幣種chain。這個參數用於區分多鏈的幣種,單鏈幣種不需要;你可通過GET /api/v3/currencies/{currency}接口查詢幣種的chainId值.
返回值
字段 含義
currency 幣種
availableAmount 可提現的金額
remainAmount 當日剩餘可提現的額度
withdrawMinSize 最小提現金額
limitBTCAmount 24小時總提現額度,摺合爲BTC
innerWithdrawMinFee 內部提現手續費
usedBTCAmount 當日BTC摺合提現
isWithdrawEnabled 是否可提現
withdrawMinFee 最小提現手續費
precision 提現的精度
chain 幣種的鏈名。例如,對於USDT,現有的鏈有OMNI、ERC20、TRC20。默認值爲ERC20。
quotaCurrency 提幣限額幣種
limitQuotaCurrencyAmount 當日折合可提現數量(提現限額幣種)
usedQuotaCurrencyAmount 當日折合已提現數量(提現限額幣種)
lockedAmount 總的鎖定額度(包含各個幣種鎖定的折合成USDT的金額)