Get all currencies

Get configuration for all currencies used on the exchange.

note

This endpoint does not return configuration applicable in other services provided by Revolut.

Request

Response

OK

Supported currencies with their details.

Response body
Body object

Example: {"symbol":"BTC","name":"Bitcoin","scale":8,"asset_type":"crypto","status":"active"}

A supported currency.

The symbol of the currency.

The full name of the currency.

The scale of the currency, that is, the number of decimal places used to express the currency's smallest unit.

For example, a scale of 8 means that the currency amount can be represented with precision up to eight decimal places, e.g. BTC: 0.00000001.

Possible values: [fiat, crypto]

The type of the currency.

Possible values: [active, inactive]

The status of the currency. Indicates whether it is available for use.

Was this page helpful?