Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.58 KB

File metadata and controls

56 lines (37 loc) · 2.58 KB

KAIKO_STATE

1.0.4 v3

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

Environment Variables

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

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, state state

State Endpoint

Supported names for this endpoint are: crypto, state.

Input Params

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

Example

Request:

{
  "data": {
    "endpoint": "state",
    "base": "ageur",
    "quote": "USD"
  }
}

MIT License