Moonscan
Home
Moonbeam
Moonbeam
  • Introduction
  • ✨Getting Started
    • Creating an Account
    • Getting an API key
    • Endpoint URLs
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth/Parity Proxy
    • Tokens
    • Stats
  • 🤝Support
    • FAQ
    • Rate Limits
    • Common Error Messages
    • Common Verification Errors
    • Getting Help
  • Visit Moonscan.io
Powered by GitBook
On this page
  • Get Total Supply of GLMR
  • Get GLMR Last Price
  1. API Endpoints

Stats

PreviousTokensNextFAQ

Last updated 1 year ago

Get Total Supply of GLMR

Returns the current amount of GLMR in circulation.

https://api-moonbeam.moonscan.io/api
   ?module=stats
   &action=ethsupply
   &apikey=YourApiKeyToken

Try this endpoint in your

No parameters required.

Sample Response

https://api-moonbeam.moonscan.io/api
   ?module=stats
   &action=ethsupply
   &apikey=YourApiKeyToken

Tip : Easily convert GLMR units using our

Get GLMR Last Price

Returns the latest price of 1 GLMR.

https://api-moonbeam.moonscan.io/api
   ?module=stats
   &action=ethprice
   &apikey=YourApiKeyToken

Try this endpoint in your

No parameters required.

Sample Response

{
    "status": "1",
    "message": "OK",
    "result": {
        "ethbtc": "0.0000371400216798348",
        "ethbtc_timestamp": "1686117660",
        "ethusd": "0.999840881481837",
        "ethusd_timestamp": "1686117600"
    }
}

Tip : The timestamps are represented in

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