Base URL https://app.pinkswantrading.com
This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
✅ | API_KEY | Your API key for Genesis Volatility | string | ||
API_ENDPOINT | string | https://app.pinkswantrading.com |
There are no rate limits for this adapter.
Every EA supports base input parameters from this list
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | volatility | volatility |
volatility
is the only supported name for this endpoint.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | symbol | base , coin , from |
The symbol of the currency to query | string | ||||
✅ | days | key , period , result |
The key to get the result from | number |
Request:
{
"id": "1",
"data": {
"coin": "ETH",
"days": 1
},
"debug": {
"cacheKey": "0bf56ec137d7bfc07a543069c420564a3c1d2dc9"
}
}
Response:
{
"jobRunID": "1",
"data": {
"result": 89.31
},
"result": 89.31,
"statusCode": 200,
"providerStatusCode": 200
}
MIT License