FTMScan
HomeTwitterKnowledge Base
Testnet FTMScan
Testnet FTMScan
  • Testnet FTMScan
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth Proxy
    • Tokens
    • Stats
  • Visit Testnet FTMScan
Powered by GitBook
On this page
  1. API Endpoints

Stats

PreviousTokens

Last updated 2 years ago

Get Total Supply of FTM on the Fantom testnet

Returns the current amount of FTM in circulation.

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

Try this endpoint in your

No parameters required.

Sample Response

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

Tip : The result is returned in

Easily convert FTM units using our

🎯
🔗
📖
browser
wei.
unit converter.