Stats

Get Total Supply of Wemix

Returns the current amount of Wemix in circulation excluding ETH2 Staking rewards and EIP1559 burnt fees.

https://api.wemixscan.com/api
   ?module=stats
   &action=ethsupply
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

No parameters required.

Get Total Supply of Wemix 2

Returns the current amount of Wemix in circulation, ETH2 Staking rewards, EIP1559 burnt fees, and total withdrawn WEMIX from the beacon chain.

https://api.wemixscan.com/api
   ?module=stats
   &action=ethsupply2
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

No parameters required.

Get Wemix Last Price

Returns the latest price of 1 WEMIX.

https://api.wemixscan.com/api
   ?module=stats
   &action=ethprice
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

No parameters required.

Get Wemix Nodes Size

Returns the size of the Wemix blockchain, in bytes, over a date range.

https://api.wemixscan.com/api
   ?module=stats
   &action=chainsize
   &startdate=2019-02-01
   &enddate=2019-02-28
   &clienttype=geth
   &syncmode=default
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2019-02-01

enddate

the ending date in yyyy-MM-dd format, eg. 2019-02-28

clienttype

the Wemix node client to use, either geth or parity

syncmode

the type of node to run, either default or archive

sort

the sorting preference, use asc to sort by ascending and desc to sort by descending

Get Total Nodes Count

Returns the total number of discoverable Wemix nodes.

https://api.wemixscan.com/api
   ?module=stats
   &action=nodecount
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

No parameters required.

Last updated