βοΈAPI
https://api.lodestarfinance.io/
Returns the computed value from:20,000,000 - amount in reservior contract - amount in comptroller contract - amount in tokenfix swap contract - amount on each of the vesting contracts.
The circulating supply for the LODE token.
Gateway timeout error. The API is either down or overwhelmed with concurrent requests.
A float representing the current amount of circulating LODE tokens.
GET /circulatingSupply HTTP/1.1
Host:
Accept: */*
{
"circulatingSupply": [
1
]
}
The deployed contracts used in the Lodestar protocol.
Gateway timeout error. The API is either down or overwhelmed with concurrent requests.
The arbitrum block number from when the contract was initially deployed.
The address for the returned deployed contract.
The name of the returned deployed contract.
The symbol of the returned deployed contract
The transaction hash from when the contract was initially deployed.
The network the contract is deployed on.
A timestamp of when the contract was initially deployed.
GET /deployedContracts HTTP/1.1
Host:
Accept: */*
{
"contractID": {}
}
The cToken contracts used in the Lodestar protocol.
Gateway timeout error. The API is either down or overwhelmed with concurrent requests.
The address for the returned cToken contract.
An identifier used for recordkeeping for the returned cToken contract.
The name of the returned cToken contract.
The symbol of the returned cToken contract.
GET /cTokens HTTP/1.1
Host:
Accept: */*
{
"cTokenID": {}
}
The underlying token contracts used in the Lodestar protocol.
Gateway timeout error. The API is either down or overwhelmed with concurrent requests.
The address for the returned underlying token.
An identifier used for recordkeeping for the returned underlying token.
The name of the returned underlying token.
The symbol of the returned underlying token.
GET /underlyingTokens HTTP/1.1
Host:
Accept: */*
{
"underlyingTokenID": {}
}
Last updated