Exchange FIX API
Get all currency pairs
api
get
/configuration/pairs

Get all currency pairs

Get configuration for all traded currency pairs.

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 currency pairs with their details.

Response body
Body object 

Supported currency pairs, represented as an object containing other objects.

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

< * >

Details
The inner object representing a single currency pair. It has the following schema:
ParameterDescription
baseThe base currency.
quoteThe quote currency.
base_stepThe minimal step for changing the quantity in the base currency.
quote_stepThe minimal step for changing the amount in the quote currency.
min_order_sizeThe minimal order quantity (in the base currency) accepted by the exchange.
max_order_sizeThe maximal order quantity (in the base currency) accepted by the exchange.
min_order_size_quoteThe minimal order quantity (in the quote currency) accepted by the exchange.
statusThe status of the currency pair.
Indicates whether it is available for use.
Possible values are: active, inactive.
Was this page helpful?
Loading...