ExchangeRate-API · Example Payload

Exchangerate Api Get Supported Codes Example

Currency ExchangeForeign ExchangeFinancial DataForexCurrency ConversionPublic APIs

Exchangerate Api Get Supported Codes Example is an example object payload from ExchangeRate-API, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://v6.exchangerate-api.com/v6/YOUR-API-KEY/codes"
  },
  "response": {
    "status": 200,
    "body": {
      "result": "success",
      "documentation": "https://www.exchangerate-api.com/docs",
      "terms_of_use": "https://www.exchangerate-api.com/terms",
      "supported_codes": [
        ["AED", "UAE Dirham"],
        ["AFN", "Afghan Afghani"],
        ["ALL", "Albanian Lek"],
        ["AMD", "Armenian Dram"],
        ["EUR", "Euro"],
        ["GBP", "Pound Sterling"],
        ["JPY", "Japanese Yen"],
        ["USD", "United States Dollar"]
      ]
    }
  }
}