Stats
Get Total Supply of WEMIX
Returns the total supply and current circulating of WEMIX.
GET https://scan.wemix.com/api/stats/total-supply
Query Parameters
chain
wemix (default to wemix)
Chain ( wemixTestnet not supported)
Example:
https://scan.wemix.com/api/stats/total-supplyResponse
{
"totalSupply": 544110914.3652309,
"circulatingSupply": 453915546.1429949,
"chain": "wemix"
}{
"error": "Invalid chain parameter. Only 'wemix' chain is supported for supply statistics"
}{
"error": "Failed to fetch WEMIX supply statistics"
}Get Latest Price of WEMIX
Returns the latest price of WEMIX in USD and the price change 24h.
GET https://scan.wemix.com/api/stats/token-price
Query Parameters
chain
wemix (default to wemix)
Chain (wemixTestnet not supported)
Example:
Response
Get Historical Prices of WEMIX and WEMIX$
Returns historical prices of WEMIX and WEMIX$ in USD.
GET https://scan.wemix.com/api/stats/historical-price?startDate={startDate}&endDate={endDate}&sort=asc
Query Parameters
chain
wemix (default to wemix)
Chain (wemixTestnet not supported).
sort
desc | asc
Order of the results. (default to asc)
startDate (required)
the starting date in yyyy-MM-dd format, eg. 2019-02-01
Start Date of the given period.
endDate (required)
the end date in yyyy-MM-dd format, eg. 2019-02-01
End Date of the given period.
Example:
Response
Get Daily Transaction Count
Returns the daily transaction count for the given chain. (Max 90 day range).
GET https://scan.wemix.com/api/stats/daily-transaction-count?startDate={startDate}&endDate={endDate}&sort=asc
Query Parameters
chain
wemix | wemixTestnet (default to wemix)
Chain
sort
desc | asc
Order of the results. (default to asc)
startDate (required)
the starting date in yyyy-MM-dd format, eg. 2019-02-01
Start Date of the given period.
endDate (required)
the end date in yyyy-MM-dd format, eg. 2019-02-01
End Date of the given period.
Example:
Response
Get Daily New Address Count
Returns the daily new address count for the given chain. (Max 90 day range).
GET https://scan.wemix.com/api/stats/daily-unique-addresses?startDate={startDate}&endDate={endDate}&sort=asc
Query Parameters
chain
wemix | wemixTestnet (default to wemix)
Chain
sort
desc | asc
Order of the results. (default to asc)
startDate (required)
the starting date in yyyy-MM-dd format, eg. 2019-02-01
Start Date of the given period.
endDate (required)
the end date in yyyy-MM-dd format, eg. 2019-02-01
End Date of the given period.
Example:
Response
Get Daily Network Transaction Fees
Returns the amount of transaction fees paid to miners per day. (Max 90 day range).
GET https://scan.wemix.com/api/stats/daily-transaction-fees?startDate={startDate}&endDate={endDate}&sort=asc
Query Parameters
chain
wemix
Chain
sort
desc | asc
Order of the results. (default to asc)
startDate (required)
the starting date in yyyy-MM-dd format, eg. 2019-02-01
Start Date of the given period.
endDate (required)
the end date in yyyy-MM-dd format, eg. 2019-02-01
End Date of the given period.
Example:
Response
Get Daily Network Utilization
Returns the daily average gas used over gas limit, in percentage. (Max 90 day range).
GET https://scan.wemix.com/api/stats/daily-network-utilization?startDate={startDate}&endDate={endDate}&sort=asc
Query Parameters
chain
wemix
Chain
sort
desc | asc
Order of the results. (default to asc)
startDate (required)
the starting date in yyyy-MM-dd format, eg. 2019-02-01
Start Date of the given period.
endDate (required)
the end date in yyyy-MM-dd format, eg. 2019-02-01
End Date of the given period.
Example:
Response
Last updated