Stats

Get Total Supply of BTT on the BTTC Chain

Returns the current amount of BTTC in circulation.

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

No parameters required.

Get Validators List on the BTTC Chain

Returns the top 21 validators for the BTTC Chain.

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

No parameters required.

Get BTTC Last Price

Returns the latest price of 1 BTTC.

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

No parameters required.

Last updated