Exchange FIX API
Get all currencies
api
get
/configuration/currencies

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.

X-API-KEY

The API key provided to you by Revolut X. Each API key directly maps to a user account (either business or retail).

Request

Response

OK

Supported currencies with their details.

Response body
Body object 

Supported currencies, represented as an object containing other objects.

This outer object contains multiple key-value pairs, where each key is a currency code (e.g. BTC, ETH), and each corresponding value is an inner object containing details about that currency.

< * >

Details
The inner object representing a single currency. It has the following schema:
ParameterDescription
symbolThe symbol of the currency.
nameThe full name of the currency.
scaleThe 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.
asset_typeThe type of the currency. Possible values are: fiat, crypto.
statusIndicates whether it is available for use.
Was this page helpful?
Loading...