This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
✅ | API_KEY | An API key for Data Provider | string | ||
API_ENDPOINT | An API endpoint for Data Provider | string | gateway-v0-grpc.kaiko.ovh:443 |
||
BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | 10000 |
There are no rate limits for this adapter.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | crypto, state | state |
Supported names for this endpoint are: crypto
, state
.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | base | coin , from , market , symbol |
The symbol of the currency to query | string | ||||
✅ | quote | convert , to |
The symbol of the currency to convert to | string |
Request:
{
"data": {
"endpoint": "state",
"base": "ageur",
"quote": "USD"
}
}
MIT License