Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 2.47 KB

File metadata and controls

76 lines (53 loc) · 2.47 KB

Chainlink External Adapter for Genesis Volatility

1.3.32 v2

Base URL https://app.pinkswantrading.com

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

Environment Variables

Required? Name Description Type Options Default
API_KEY Your API key for Genesis Volatility string
API_ENDPOINT string https://app.pinkswantrading.com

Data Provider Rate Limits

There are no rate limits for this adapter.


Input Parameters

Every EA supports base input parameters from this list

Required? Name Description Type Options Default
endpoint The endpoint to use string volatility volatility

Volatility Endpoint

volatility is the only supported name for this endpoint.

Input Params

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

Example

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