Get All Exchange Rates

Obtaining exchange rates for all supported currencies.

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

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

{
  "exchange_rates": {
    "1": 1,
    "2": 0.7425,
    "3": 85.6653
  }
}

If you receive a message such as:

{
  "error_code": -1
}

Review the list of errors Error Codes

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