Skip to content

Get swap rate between currencies

GET
/v2/swap/rate

Retrieve the current exchange rate for swapping between two currencies

sourceCurrency
required
string

The source currency

Example
USD
destinationCurrency
required
string

The destination currency

Example
EUR
X-API-Key
string

API Key

X-API-Secret
string

API Secret

Returns the current exchange rate between the specified currencies.

object
rate
required

The exchange rate

number
0.85
sourceCurrency
required

The source currency

string
USD
destinationCurrency
required

The destination currency

string
EUR

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error