/economics

Returns general economics information

Parameters

  • none

Returns

  • totalsupply : (number)

  • circulatingsupply : (number)

  • staked : (number)

  • price : (number)

  • marketCap : (number)

  • apr : (number)

  • topUpApr: (number)

  • baseApr : (number)

  • tokenMarketCap : (number)

Example

Request

curl -X 'GET' \
  'https://elrond-api.public.blastapi.io/economics' \
  -H 'accept: application/json'

Result

{
  "totalSupply": 24213913,
  "circulatingSupply": 22883913,
  "staked": 13383585,
  "price": 50.51,
  "marketCap": 1155866446,
  "apr": 0.116441,
  "topUpApr": 0.085722,
  "baseApr": 0.136816,
  "tokenMarketCap": 707469081
}

Last updated