Gets the user monthly withdrawal limits.
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Ok
[
{
"currency_code": "1INCH",
"amount_limit": 58000,
"amount_remaining": 58000
},
{
"currency_code": "AAVE",
"amount_limit": 700,
"amount_remaining": 700
},
{
"currency_code": "ACA",
"amount_limit": 700,
"amount_remaining": 700
}
]null
null