Stats

Get Total Supply of BNB on the BNB Smart Chain

Returns the current amount of BNB in circulation.

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

Try this endpoint in your browser 🔗

No parameters required.

Get Validators List on the BNB Smart Chain

Returns the top 21 validators for the BNB Smart Chain.

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

Try this endpoint in your browser 🔗

No parameters required.

Get BNB Last Price

Returns the latest price of 1 BNB.

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

Try this endpoint in your browser 🔗

No parameters required.

Last updated