Moonscan
Home
Moonriver
Moonriver
  • Moonriver Mainnet
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth/Parity Proxy
    • Tokens
    • Stats
  • Visit Moonriver Moonscan
Powered by GitBook
On this page
  • Get Total Supply of MOVR
  • Get MOVR Last Price
  1. API Endpoints

Stats

PreviousTokens

Last updated 1 year ago

Get Total Supply of MOVR

Returns the current amount of MOVR in circulation.

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

Try this endpoint in your

No parameters required.

Sample Response

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

Tip : Easily convert MOVR units using our

Get MOVR Last Price

Returns the latest price of 1 MOVR.

https://api-moonriver.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.000218579193693195",
    "ethbtc_timestamp": "1686282317",
    "ethusd": "5.787",
    "ethusd_timestamp": "1686282317"
  }
}

Tip : The timestamps are represented in

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