Skip to main content
GET
/
trade
/
user
/
fees-and-limits
User - Fees and Limits
curl --request GET \
  --url https://api.ripio.com/trade/user/fees-and-limits \
  --header 'authorization: <authorization>' \
  --header 'signature: <signature>' \
  --header 'timestamp: <timestamp>'
{
  "data": {
    "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
      }
    ]
  },
  "error_code": null,
  "message": null
}

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

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.

Response

200 - application/json

Ok

data
object
required
Example:
{
"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
}
]
}
error_code
number
required
Example:

null

message
string
required
Example:

null