Wallet
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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.