This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_ENDPOINT | API Endpoint to use | string | https://api.oracle-services.ledgerlens.io/v1/chainlink/proof-of-reserves/ |
Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
---|---|---|---|---|
default | 30 |
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | backed, balance, eurr, gift, mco2, stbt, usdr | mco2 |
backed
is the only supported name for this endpoint.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | accountName | The account name to retrieve the total reserve for | string |
Request:
{
"data": {
"endpoint": "backed",
"accountName": "IBTA"
}
}
eurr
is the only supported name for this endpoint.
There are no input parameters for this endpoint.
Request:
{
"data": {
"endpoint": "eurr"
}
}
gift
is the only supported name for this endpoint.
There are no input parameters for this endpoint.
Request:
{
"data": {
"endpoint": "gift"
}
}
Supported names for this endpoint are: balance
, mco2
.
There are no input parameters for this endpoint.
Request:
{
"data": {
"endpoint": "mco2"
}
}
stbt
is the only supported name for this endpoint.
There are no input parameters for this endpoint.
Request:
{
"data": {
"endpoint": "stbt"
}
}
usdr
is the only supported name for this endpoint.
There are no input parameters for this endpoint.
Request:
{
"data": {
"endpoint": "usdr"
}
}
MIT License