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

providerArray

[
    {
        "code": "string",
        "description": "string",
        "country": "string",
        "referenceCurrency": "string",
        "timeSeries": true,
        "monthly": true,
        "countryCode": "string"
    }
]
Built with