This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_ENDPOINT | The HTTP URL to retrieve data from | string | https://www.alphavantage.co/query |
||
✅ | API_KEY | An API key that can be obtained from here | string |
Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
---|---|---|---|---|
free | 5 | 20.83 | ||
49.99 | 75 | |||
99.99 | 150 | |||
149.99 | 300 | |||
199.99 | 600 | |||
249.99 | 1200 |
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | forex, price | forex |
Supported names for this endpoint are: forex
, price
.
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 |
Request:
{
"data": {
"endpoint": "forex",
"base": "GBP",
"quote": "USD"
}
}
MIT License