Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.46 KB

File metadata and controls

69 lines (45 loc) · 1.46 KB

Chainlink External Adapter for Stasis

1.2.32 v2

Stasis adapter to get Circulating Supply of EURS

Base URL https://stasis.net

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

Supply Endpoint

supply is the only supported name for this endpoint.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "id": "1",
  "data": {},
  "debug": {
    "cacheKey": "6fd5ecf807136e36fbc5392ff2d04b29539b3be4"
  }
}

Response:

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

MIT License