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

Stats

PreviousTokens

Last updated 9 months ago

Get Total Supply of XDC

Returns the current amount of XDC in circulation.

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

Try this endpoint in your

No parameters required.

Sample Response

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

Tip : Easily convert XDC units using our

Get XDC Last Price

Returns the latest price of 1 XDC.

https://api-testnet.xdcscan.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.07192",
      "ethbtc_timestamp":"1663507375",
      "ethusd":"1437.05",
      "ethusd_timestamp":"1663507376"
   }
}

Tip : The timestamps are represented in

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