⚙️API

https://api.lodestarfinance.io/

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
200
The circulating supply for the LODE token.
application/json
get
GET /circulatingSupply HTTP/1.1
Host: 
Accept: */*
{
  "circulatingSupply": [
    1
  ]
}

GET endpoint which returns the deployed contracts for the Lodestar protocol.

get
Responses
200
The deployed contracts used in the Lodestar protocol.
application/json
get
GET /deployedContracts HTTP/1.1
Host: 
Accept: */*
{
  "contractID": {}
}

GET endpoint which returns the cToken contracts used in the Lodestar protocol.

get
Responses
200
The cToken contracts used in the Lodestar protocol.
application/json
get
GET /cTokens HTTP/1.1
Host: 
Accept: */*
{
  "cTokenID": {}
}

GET endpoint which returns the underlying token contracts used in the Lodestar protocol.

get
Responses
200
The underlying token contracts used in the Lodestar protocol.
application/json
get
GET /underlyingTokens HTTP/1.1
Host: 
Accept: */*
{
  "underlyingTokenID": {}
}

Last updated