Get Withdrawal Quotas
HTTP REQUEST
GET /api/v1/withdrawals/quotas
Example
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 KEY PERMISSIONS
This endpoint requires the General permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Manage weight
:20
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
currency | String | Yes | Currency |
chain | String | No | The chain of currency. This only apply for multi-chain currency, and there is no need for single chain currency; you can query the chainId through the response of the GET /api/v3/currencies/{currency} interface. |
RESPONSES
Param | Description |
---|---|
availableAmount | Current available withdrawal amount |
remainAmount | Remaining amount available to withdraw the current day |
withdrawMinSize | Minimum withdrawal amount |
limitBTCAmount | 24-hour total withdrawal limit, equivalent to BTC |
innerWithdrawMinFee | Fees for internal withdrawal |
usedBTCAmount | The estimated BTC amount (based on the daily fiat limit) that can be withdrawn within the current day |
isWithdrawEnabled | Is the withdraw function enabled or not |
withdrawMinFee | Minimum withdrawal fee |
precision | Floating point precision. |
chain | The chain name of currency, e.g. The available value for USDT are OMNI, ERC20, TRC20, default is ERC20. |
quotaCurrency | withdrawal limit currency |
limitQuotaCurrencyAmount | The intraday available withdrawal amount(withdrawal limit currency) |
usedQuotaCurrencyAmount | The intraday cumulative withdrawal amount(withdrawal limit currency) |
lockedAmount | Total locked amount (including the amount locked into USDT for each currency) |