/mex/economics
Returns economics details of Maiar Exchange
Parameters
- none
Returns
totalSupply:
(number)
circulatingSupply:
(number)
price:
(number)
marketCap:
(number)
volume24h:
(number)
marketPairs:
(number)
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/mex/economics' \
-H 'accept: application/json'
Result
{
"totalSupply": 8045920000000,
"circulatingSupply": 5843803434545,
"price": 0.000055594711852269286,
"marketCap": 324884568,
"volume24h": 1976861,
"marketPairs": 29
}