v1
latestOpenAPI 3.0.32026-07-267278168.1 KBWallet
Get Withdrawal Limits
Returns withdrawal limits for the authenticated account. For the withdrawal process and timing, see Withdrawals.
get/v1/wallet/withdrawals/limit
Response
Withdrawal limits
Example response
{
"success": true,
"result": {
"currentWithdrawalsUsd": "500.00",
"withdrawalLimitUsd": "50000.00"
}
}