Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get BEP-20 Token TotalSupply by ContractAddress #65

Closed
DennisPitallano opened this issue Feb 22, 2022 · 0 comments · Fixed by #100
Closed

Get BEP-20 Token TotalSupply by ContractAddress #65

DennisPitallano opened this issue Feb 22, 2022 · 0 comments · Fixed by #100
Assignees
Labels
BscScan BASIC BscScan BASIC API Tokens API Tokens API v1 Phase 1

Comments

@DennisPitallano
Copy link
Owner

Returns the total supply of a BEP-20 token.

Ref: https://docs.bscscan.com/api-endpoints/tokens#get-bep-20-token-totalsupply-by-contractaddress

Sample Request:
https://api.bscscan.com/api
?module=stats
&action=tokensupply
&contractaddress=0xe9e7cea3dedca5984780bafc599bd69add087d56
&apikey=YourApiKeyToken

@DennisPitallano DennisPitallano added Tokens API Tokens API v1 Phase 1 BscScan BASIC BscScan BASIC API labels Feb 22, 2022
@DennisPitallano DennisPitallano self-assigned this Mar 2, 2022
@DennisPitallano DennisPitallano linked a pull request Mar 2, 2022 that will close this issue
DennisPitallano added a commit that referenced this issue Mar 2, 2022
Get BEP-20 Token TotalSupply by ContractAddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BscScan BASIC BscScan BASIC API Tokens API Tokens API v1 Phase 1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant