Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 3.05 KB

File metadata and controls

59 lines (40 loc) · 3.05 KB

OPENEXCHANGERATES

2.0.28 v3

This document was generated automatically. Please see README Generator for more info.

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT API endpoint for OpenExchangeRates string https://openexchangerates.org/api/
API_KEY An API key that can be obtained from here string

Data Provider Rate Limits

Name Requests/credits per second Requests/credits per minute Requests/credits per hour Note
developer 13.69 only mentions monthly limits
enterprise 136.9
unlimited 100 6000 Considered unlimited tier, but setting reasonable limits

Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string forex, price forex

Forex Endpoint

Supported names for this endpoint are: forex, price.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
base coin, from The symbol of symbols of the currency to query string
quote market, to The symbol of the currency to convert to string

Example

Request:

{
  "data": {
    "endpoint": "forex",
    "base": "ETH",
    "quote": "USD"
  }
}

MIT License