Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.53 KB

File metadata and controls

69 lines (48 loc) · 1.53 KB

Armanino Adapter

1.0.9

Carbon credit reserves attested by Armanino

Base URL https://api.real-time-attest.trustexplorer.io/chainlink

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

Environment Variables

There are no environment variables 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 balance, mco2 mco2

Mco2 Endpoint

Supported names for this endpoint are: balance, mco2.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "id": "1",
  "data": {
    "endpoint": "mco2",
    "resultPath": "totalMCO2"
  },
  "debug": {
    "cacheKey": "qWnh3HgqoKoepuFKlU/E3H0RhZY="
  }
}

Response:

{
  "jobRunID": "1",
  "data": {
    "totalMCO2": 3041044,
    "totalCarbonCredits": 3041044,
    "timestamp": "2022-04-04T11:00:46.577Z",
    "result": 3041044
  },
  "result": 3041044,
  "statusCode": 200,
  "providerStatusCode": 200
}

MIT License