v1

latestOpenAPI 3.1.0Proprietary2026-07-24462215.9 KB
Exchange Rates

Get Exchange Rates

Retrieves exchange rates, conversion rate, and full fee breakdown for converting between a source and destination currency. Use the orderType parameter to get rates specific to your flow.

get/v3/exchange-rates

Query parameters

amountstring required
Example:100.50

Amount to convert (string input, must be greater than 0)

sourceCurrencystring required
Example:USD

Source currency code (fiat or crypto)

destinationCurrencystring required
Example:USDT

Destination currency code (fiat or crypto)

direction'forward' | 'reverse'
Example:forward

Quote direction.

orderType'onramp' | 'offramp' | 'payin' | 'payout' | 'fiat_prefund' | 'crypto_prefund' | 'swap' | 'gaming' required
Example:payin

Order type used to derive fee product

paymentCodestring
Example:BANK_TRANSFER

Payment method code (relevant when orderType is payin, onramp, fiat_prefund, or swap [fiat])

paymentType'bank_transfer' | 'local_wallet' | 'card' | 'DEFAULT'
Example:bank_transfer

Payment type. Relevant when orderType is payin, onramp, fiat_prefund, or swap [fiat].

toPaymentCodestring
Example:sepa_bank

Destination payment method code (relevant when orderType is payout, offramp, swap [fiat])

toPaymentType'bank_transfer' | 'local_wallet' | 'card' | 'DEFAULT'
Example:bank_transfer

Destination payment type (mapped to bank/local/card). Relevant when orderType is payout, offramp, swap [fiat].

Headers

MIDstring required
Example:SABCDEF_SCT8YW_NA

Merchant or sub-merchant MID

Response

Exchange rates retrieved successfully

statusstring