Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.68 KB

File metadata and controls

61 lines (43 loc) · 1.68 KB

Chainlink External Adapter for cryptoID

Version: 1.2.28

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

Environment Variables

Required? Name Description Type Options Default
API_KEY string

Input Parameters

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
endpoint Name of the endpoint to use string

Example

Request:

{
  "id": "1",
  "data": {
    "coin": "BTC"
  }
}

Response:

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