Global Exchange Rates
HomeDocsDeveloper API Portal
HomeDocsDeveloper API Portal
  1. Schemas
  • Introduction
  • Authentication
  • Formats
  • Extended rates (Bid\Ask)
  • Rate limiting and quotas
  • Errors
  • Client libraries
  • Currencies
    • /currencies
      GET
  • Exchange Rates
    • /latest
      GET
    • /historical
      GET
  • Providers
    • /providers
      GET
  • Conversion
    • /convert
      GET
  • Schemas
    • Schemas
      • currency
      • errorResponse
      • exchangeRateResponse
      • provider
      • currencyArray
      • providerArray
HomeDocsDeveloper API Portal
HomeDocsDeveloper API Portal
  1. Schemas

exchangeRateResponse

{
    "provider": "string",
    "date": "2019-08-24T14:15:22Z",
    "base": "string",
    "exchangeRates": {
        "property1": 0,
        "property2": 0
    }
}
Built with