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.

Request

Response

OK

Supported currency pairs with their details.

Response body
Body object

Example: {"base":"BTC","quote":"USD","base_step":"0.0000001","quote_step":"0.01","min_order_size":"0.0000001","max_order_size":"1000","min_order_size_quote":"0.01","status":"active"}

A supported currency pair.

The base currency.

The quote currency.

The minimal step for changing the quantity in the base currency.

The minimal step for changing the amount in the quote currency.

The minimal order quantity (in the base currency) accepted by the exchange.

The maximal order quantity (in the base currency) accepted by the exchange.

The minimal order quantity (in the quote currency) accepted by the exchange.

Possible values: [active, inactive]

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

Was this page helpful?