Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 1.78 KB

File metadata and controls

72 lines (49 loc) · 1.78 KB

Chainlink External Adapter for Orchid bandwidth

1.2.32 v2

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

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