Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.99 KB

File metadata and controls

71 lines (49 loc) · 1.99 KB

Chainlink External Adapter for cryptoID

1.3.32 v2

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

Environment Variables

Required? Name Description Type Options Default
API_KEY string

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 difficulty, height difficulty

Bc_info Endpoint

Supported names for this endpoint are: difficulty, height.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
blockchain coin The blockchain name. string

Example

Request:

{
  "id": "1",
  "data": {
    "coin": "BTC"
  },
  "debug": {
    "cacheKey": "76f4c62584acabdeb7f0078f000fb644d588fda9"
  }
}

Response:

{
  "jobRunID": "1",
  "data": {
    "result": 22674148233453.1
  },
  "result": 22674148233453.1,
  "statusCode": 200,
  "providerStatusCode": 200
}

MIT License