This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
✅ | WS_API_USERNAME | API username for WS endpoint | string | ||
✅ | WS_API_PASSWORD | API password for WS endpoint | string | ||
✅ | WS_API_ENDPOINT | WS endpoint for Data Provider | string |
There are no rate limits for this adapter.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | commodities, forex, fx | forex |
Supported names for this endpoint are: commodities
, forex
, fx
.
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