Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.63 KB

File metadata and controls

66 lines (46 loc) · 1.63 KB

Chainlink External Adapter for Orchid bandwidth

1.1.36

Base URL https://chainlink.orchid.com/0

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

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT string https://chainlink.orchid.com/0

Input Parameters

Every EA supports base input parameters from this list

Required? Name Description Type Options Default
endpoint The endpoint to use string bandwidth bandwidth

Bandwidth Endpoint

bandwidth is the only supported name for this endpoint.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "id": "1",
  "data": {
    "endpoint": "bandwidth"
  },
  "debug": {
    "cacheKey": "zD1CVzYDfKCoq1MFoQZlCuGFIW0="
  }
}

Response:

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

MIT License