Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.56 KB

File metadata and controls

56 lines (37 loc) · 2.56 KB

ELWOOD

2.1.25 v3

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

Environment Variables

Required? Name Description Type Options Default
API_KEY API key string
WS_API_ENDPOINT The websocket url for elwood string wss://api.chk.elwood.systems/v1/stream
API_ENDPOINT The API url for elwood string https://api.chk.elwood.systems/v1/stream

Data Provider Rate Limits

There are no rate limits for this adapter.


Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string crypto-lwba, crypto, crypto_lwba, cryptolwba, price price

Price Endpoint

Supported names for this endpoint are: crypto, crypto-lwba, crypto_lwba, cryptolwba, price.

Input Params

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

Example

Request:

{
  "data": {
    "endpoint": "price",
    "base": "ETH",
    "quote": "USD"
  }
}

MIT License