BTTCScan
HomeTwitterKnowledge Base
BTTCScan
BTTCScan
  • Introduction
  • ✨Getting Started
    • Creating an Account
    • Getting an API Key
    • Endpoint URLs
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth Proxy
    • Tokens
    • Stats
  • 🤝Support
    • FAQ
    • Rate Limits
    • Common Error Messages
    • Getting Help
  • Visit BTTCScan.com
Powered by GitBook
On this page
  • Get Total Supply of BTT on the BTTC Chain
  • Get BTT Last Price
  1. API Endpoints

Stats

PreviousTokensNextFAQ

Last updated 1 year ago

Get Total Supply of BTT on the BTTC Chain

Returns the current amount of BTT in circulation.

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

Try this endpoint in your

No parameters required.

Sample Response

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

Tip : The result is returned in

Easily convert BTT units using our

Get BTT Last Price

Returns the latest price of 1 BTT.

https://api.bttcscan.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.00000683524825668871",
      "ethbtc_timestamp":"1686145980",
      "ethusd":"0.000000529480015167851",
      "ethusd_timestamp":"1686145560"
   }
}

Tip : The timestamps are represented in

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