Wemixscan
HomeKnowledge BaseTwitter
Testnet Wemixscan
Testnet Wemixscan
  • Wemix Testnet
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth/Parity Proxy
    • Tokens
    • Stats
  • Visit Testnet Wemixscan
Powered by GitBook
On this page
  • Get Total Supply of Wemix
  • Get Wemix Last Price
  1. API Endpoints

Stats

PreviousTokens

Last updated 1 year ago

Get Total Supply of Wemix

Returns the current amount of Wemix in circulation.

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

Try this endpoint in your

No parameters required.

Sample Response

{
   "status":"1",
   "message":"OK",
   "result":"253956160499000000000000000"
}

Tip : Easily convert Wemix units using our

Get Wemix Last Price

Returns the latest price of 1 Wemix.

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

Try this endpoint in your

No parameters required.

Sample Response

{
   "status":"1",
   "message":"OK",
   "result":{
      "ethbtc":"0.0000219113384232135",
      "ethbtc_timestamp":"1694441040",
      "ethusd":"0.561241396442871",
      "ethusd_timestamp":"1694439900"
   }
}

Tip : The timestamps are represented in

🎯
🔗
📖
🔗
⏳
browser
unit converter.
browser
Unix timestamp.