This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_ENDPOINT | API endpoint of adapter | string | https://api.real-time-reserves.ledgerlens.io/v1/ |
Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
---|---|---|---|---|
default | 6 |
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | trueusd | trueusd |
trueusd
is the only supported name for this endpoint.
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 |
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