Skip to content

Latest commit

 

History

History
164 lines (105 loc) · 3.65 KB

File metadata and controls

164 lines (105 loc) · 3.65 KB

THE_NETWORK_FIRM

1.2.19 v3

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

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT API Endpoint to use string https://api.oracle-services.ledgerlens.io/v1/chainlink/proof-of-reserves/

Data Provider Rate Limits

Name Requests/credits per second Requests/credits per minute Requests/credits per hour Note
default 30

Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string backed, balance, eurr, gift, mco2, stbt, usdr mco2

Backed Endpoint

backed is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
accountName The account name to retrieve the total reserve for string

Example

Request:

{
  "data": {
    "endpoint": "backed",
    "accountName": "IBTA"
  }
}

Eurr Endpoint

eurr is the only supported name for this endpoint.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "data": {
    "endpoint": "eurr"
  }
}

Gift Endpoint

gift is the only supported name for this endpoint.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "data": {
    "endpoint": "gift"
  }
}

Mco2 Endpoint

Supported names for this endpoint are: balance, mco2.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "data": {
    "endpoint": "mco2"
  }
}

Stbt Endpoint

stbt is the only supported name for this endpoint.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "data": {
    "endpoint": "stbt"
  }
}

Usdr Endpoint

usdr is the only supported name for this endpoint.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "data": {
    "endpoint": "usdr"
  }
}

MIT License