Get exchange rates
deprecated
Use POST /currencies/rates instead.
POST
Legacy endpoint for retrieving available currency pairs and exchange rates.Migrating to /currencies/rates
- Replace calls to
/currencies/pairswith/currencies/rates - The
/currencies/ratesendpoint provides the same currency pair information with improved performance and additional rate data - Response structure is compatible - minimal changes required
Headers
Hex-encoded HMAC-SHA512 signature of the request body, generated using your secret key.
Body
application/json
Currency to exchange from. For a list of all available currencies, see API currency codes.
Currency to exchange to. For a list of all available currencies, see API currency codes.
Response
OK. Returns the available exchange pairs, including currency metadata and the conversion rate.
List of matching currency pairs.
Last modified on May 29, 2026