GET endpoint which returns the circulating supply for the LODE token.
get
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.
Responses
application/json
objectOptional
get
GET /circulatingSupply HTTP/1.1
Host:
Accept: */*
{
"circulatingSupply": [
1
]
}
GET endpoint which returns the deployed contracts for the Lodestar protocol.
get
Responses
application/json
objectOptional
get
GET /deployedContracts HTTP/1.1
Host:
Accept: */*
{
"contractID": {}
}
GET endpoint which returns the cToken contracts used in the Lodestar protocol.
get
Responses
application/json
objectOptional
get
GET /cTokens HTTP/1.1
Host:
Accept: */*
{
"cTokenID": {}
}
GET endpoint which returns the underlying token contracts used in the Lodestar protocol.