XDCScan
XDCScan
XDCScan
  • 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 XDCScan.com
Powered by GitBook
On this page
  • Get Total Supply of XDC
  • Get XDC Last Price
Export as PDF
  1. API Endpoints

Stats

PreviousTokensNextFAQ

Last updated 7 months ago

Get Total Supply of XDC

Returns the current amount of XDC in circulation on the XDC chain.

https://api.xdcscan.com/api
   ?module=stats
   &action=ethsupply
   &apikey=YourApiKeyToken

Try this endpoint in your

No parameters required.

Sample Response

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

Tip : Easily convert XDC units using our

Get XDC Last Price

Returns the latest price of 1 XDC.

https://api.xdcscan.com/api
   ?module=stats
   &action=ethprice
   &apikey=YourApiKeyToken

Try this endpoint in your

🎯
🔗
📖
🔗
browser
unit converter.
browser