Get Exchange Rate

Obtaining the exchange rate for a specific currency.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

To successfully obtain the currency exchange rate, you must specify the following in the request URL:

ParameterRequiredDescription
CurrencyyesCurrency code, uint8

You can find the list of current codes in the tab. Currency Codes


If the request is successful, you will receive a response like this:

{
  "exchange_rate": 87.87
}

If you receive a message such as:

{
  "error_code": -1
}

Review the list of errors Error Codes

Path Params
string
required
Headers
string
required
Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!