MonadScan
  • Testnet MonadScan
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth/Parity Proxy
    • Tokens
    • Stats
  • Visit Testnet MonadScan
Powered by GitBook
On this page
  • Get Total Supply of MON
  • Get MON Last Price
Export as PDF
  1. API Endpoints

Stats

PreviousTokens

Last updated 2 months ago

Get Total Supply of MON

Returns the current amount of MON in circulation.

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

Try this endpoint in your

No parameters required.

Sample Response

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

Tip : Easily convert Ethereum units using our

Get MON Last Price

Returns the latest price of 1 MON.

https://api-testnet.monadscan.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.06906",
      "ethbtc_timestamp":"1652444393",
      "ethusd":"2110.63",
      "ethusd_timestamp":"1652444395"
   }
}

Tip : The timestamps are represented in

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