Links
Comment on page

Stats

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 browser
🔗
Request
Response
No parameters required.
Sample Response
{
"status":"1",
"message":"OK",
"result":"990000000000000000000000000000000"
}
📖
Tip : The result is returned in wei.
Easily convert BTT units using our unit converter.

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 browser
🔗
Request
Response
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 Unix timestamp.