Lists the user’s fees and 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
{
"BRL": [
{
"amount_limit": 0,
"days_to_release_limit": 0,
"operation_id": 18,
"operation_description": null,
"operation_name": "Tax over bank account withdraw",
"operation_type": "D",
"tax_amount": 4.9,
"tax_index": 0.0099,
"tax_is_dynamic_index": false
},
{
"amount_limit": 0,
"days_to_release_limit": 0,
"operation_id": 36,
"operation_description": null,
"operation_name": "Tax over bank account withdraw - Internal",
"operation_type": "D",
"tax_amount": 4.9,
"tax_index": 0.0099,
"tax_is_dynamic_index": false
},
{
"amount_limit": 0,
"days_to_release_limit": 0,
"operation_id": 23,
"operation_description": null,
"operation_name": "Tax over buy, executed",
"operation_type": "D",
"tax_amount": 0,
"tax_index": 0.0025,
"tax_is_dynamic_index": false
},
{
"amount_limit": 0,
"days_to_release_limit": 0,
"operation_id": 26,
"operation_description": null,
"operation_name": "Tax over buy, executor",
"operation_type": "D",
"tax_amount": 0,
"tax_index": 0.005,
"tax_is_dynamic_index": false
},
{
"amount_limit": 0,
"days_to_release_limit": 0,
"operation_id": 27,
"operation_name": "Tax over sell, executed",
"operation_description": null,
"operation_type": "D",
"tax_amount": 0,
"tax_index": 0.0025,
"tax_is_dynamic_index": false
},
{
"amount_limit": 0,
"days_to_release_limit": 0,
"operation_id": 24,
"operation_name": "Tax over sell, executor",
"operation_description": null,
"operation_type": "D",
"tax_amount": 0,
"tax_index": 0.005,
"tax_is_dynamic_index": false
}
],
"BTC": [
{
"amount_limit": 0,
"days_to_release_limit": 0,
"operation_id": 23,
"operation_description": null,
"operation_name": "Tax over buy, executed",
"operation_type": "D",
"tax_amount": 0,
"tax_index": 0.0025,
"tax_is_dynamic_index": false
},
{
"amount_limit": 0,
"days_to_release_limit": 0,
"operation_id": 26,
"operation_description": null,
"operation_name": "Tax over buy, executor",
"operation_type": "D",
"tax_amount": 0,
"tax_index": 0.005,
"tax_is_dynamic_index": false
},
{
"amount_limit": 0,
"days_to_release_limit": 0,
"operation_id": 27,
"operation_description": null,
"operation_name": "Tax over sell, executed",
"operation_type": "D",
"tax_amount": 0,
"tax_index": 0.0025,
"tax_is_dynamic_index": false
},
{
"amount_limit": 0,
"days_to_release_limit": 0,
"operation_id": 24,
"operation_description": null,
"operation_name": "Tax over sell, executor",
"operation_type": "D",
"tax_amount": 0,
"tax_index": 0.005,
"tax_is_dynamic_index": false
}
]
}null
null