Gets the user daily 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": 1933.3333333333333,
"amount_remaining": 1933.3333333333333
},
{
"currency_code": "AAVE",
"amount_limit": 23.333333333333332,
"amount_remaining": 23.333333333333332
},
{
"currency_code": "ACA",
"amount_limit": 23.333333333333332,
"amount_remaining": 23.333333333333332
}
]null
null