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 Address BEP721 Token Inventory By Contract Address #74

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

Get Address BEP721 Token Inventory By Contract Address #74

DennisPitallano opened this issue Feb 22, 2022 · 0 comments · Fixed by #108
Assignees
Labels
BscScan 🅿🆁🅾 BscScan PRO API Tokens API Tokens API v1 Phase 1

Comments

@DennisPitallano
Copy link
Owner

Returns the BEP-721 token inventory of an address, filtered by contract address.

Ref: https://docs.bscscan.com/api-endpoints/tokens#get-address-bep721-token-inventory-by-contract-address

Sample Request:
https://api.bscscan.com/api
?module=account
&action=addresstokennftinventory
&address=0x99817ce62abf5b17f58e71071e590cf958e5a1bf
&contractaddress=0x5e74094cd416f55179dbd0e45b1a8ed030e396a1
&page=1
&offset=100
&apikey=YourApiKeyToken

@DennisPitallano DennisPitallano added BscScan 🅿🆁🅾 BscScan PRO API Tokens API Tokens API v1 Phase 1 labels Feb 22, 2022
@DennisPitallano DennisPitallano self-assigned this Mar 3, 2022
@DennisPitallano DennisPitallano linked a pull request Mar 3, 2022 that will close this issue
DennisPitallano added a commit that referenced this issue Mar 3, 2022
GetAddressBEP721TokenInventoryByContractAddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BscScan 🅿🆁🅾 BscScan PRO API Tokens API Tokens API v1 Phase 1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant