Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.36 KB

File metadata and controls

55 lines (36 loc) · 2.36 KB

LIDO_POR

1.1.3 v3

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

Environment Variables

Required? Name Description Type Options Default
RPC_URL The RPC URL to connect to the EVM chain string
CHAIN_ID The chain id to connect to number 1
ETHEREUM_CL_INDEXER_URL Url to ethereum-cl-indexer balance endpoint string
BACKGROUND_EXECUTE_MS The amount of time the background execute should sleep before performing the next request number 10000

Data Provider Rate Limits

There are no rate limits for this adapter.


Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string reserve reserve

Reserve Endpoint

reserve is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
lidoContract The address of the lido POR contract string

Example

Request:

{
  "data": {
    "endpoint": "reserve",
    "lidoContract": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84"
  }
}

MIT License