Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 2.75 KB

File metadata and controls

77 lines (55 loc) · 2.75 KB

Chainlink bSOL Price Composite Adapter

2.2.110 v2

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

Environment Variables

Required? Name Description Type Options Default
BSOL_ADDRESS The address of the bSOL contract string
SOLIDO_ADDRESS The address of the Solido contract string
SOLIDO_CONTRACT_VERSION The Solido contract version that is deployed to SOLIDO_ADDRESS string
STSOL_ADDRESS The address of the stSOL contract string

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

Price Endpoint

price is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
source
allocations
quote
method

Example

Request:

{
  "id": "1",
  "data": {
    "source": "tiingo"
  },
  "debug": {
    "cacheKey": "aafe03ab888f7dd03e1c1542b79233644ad33091"
  }
}

Response:

{
  "jobRunID": "1",
  "statusCode": 200,
  "result": 104.91215737050713,
  "data": {
    "result": 104.91215737050713,
    "statusCode": 200
  }
}

MIT License