Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 2.57 KB

File metadata and controls

88 lines (65 loc) · 2.57 KB

Chainlink External Adapter for Coin Lore

1.3.36 v2

Base URL https://api.coinlore.net/api

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

Environment Variables

There are no environment variables for this adapter.


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 dominance, global, globalmarketcap dominance

Global Endpoint

Supported names for this endpoint are: dominance, global, globalmarketcap.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
base When using a field of d, the currency to prefix the field with (e.g. usd_d string btc

Example

Request:

{
  "id": "1",
  "data": {
    "base": "eth",
    "endpoint": "global",
    "resultPath": "d"
  },
  "debug": {
    "cacheKey": "KdycAJUs4f8V6fiG3lVmsYeSSjI="
  }
}

Response:

{
  "jobRunID": "1",
  "data": {
    "payload": [
      {
        "coins_count": 6441,
        "active_markets": 17685,
        "total_mcap": 2499568847643.1787,
        "total_volume": 172809052616.55072,
        "btc_d": "43.86",
        "eth_d": "19.25",
        "mcap_change": "-4.25",
        "volume_change": "8.44",
        "avg_change_percent": "-0.90",
        "volume_ath": 3992741953593.4854,
        "mcap_ath": 2912593726674.3335
      }
    ],
    "result": 19.25
  },
  "result": 19.25,
  "statusCode": 200,
  "providerStatusCode": 200
}

MIT License