Skip to content

Latest commit

 

History

History
84 lines (59 loc) · 2.74 KB

File metadata and controls

84 lines (59 loc) · 2.74 KB

TRUEUSD

3.0.23 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 of adapter string https://api.real-time-reserves.ledgerlens.io/v1/

Data Provider Rate Limits

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

Input Parameters

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

Trueusd Endpoint

trueusd is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
chain Filter data to a single blockchain string
field The object-path string to parse a single result value. When not provided the entire response will be provided. string totalTrust

Example

Request:

{
  "data": {
    "endpoint": "trueusd",
    "field": "totalTrust"
  }
}
Additional Examples

Request:

{
  "data": {
    "endpoint": "trueusd",
    "chain": "AVA",
    "field": "totakToken"
  }
}

Request:

{
  "data": {
    "endpoint": "trueusd",
    "chain": "TUSD (AVAX)",
    "field": "totalTokenByChain"
  }
}

MIT License