Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1009 Bytes

File metadata and controls

56 lines (37 loc) · 1009 Bytes

Chainlink External Adapter for Stasis

Version: 1.1.29

Stasis adapter to get Circulating Supply of EURS

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

Environment Variables

There are no environment variables for this adapter.


Input Parameters

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": {}
}

Response:

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