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 a list of 'BEP-20 Token Transfer Events' by Address #8

Closed
DennisPitallano opened this issue Feb 14, 2022 · 0 comments · Fixed by #15
Closed

Get a list of 'BEP-20 Token Transfer Events' by Address #8

DennisPitallano opened this issue Feb 14, 2022 · 0 comments · Fixed by #15
Assignees
Labels
Accounts API Accounts API endpoints BscScan BASIC BscScan BASIC API v1 Phase 1

Comments

@DennisPitallano
Copy link
Owner

Returns the list of BEP-20 tokens transferred by an address, with optional filtering by token contract.

Reference: https://docs.bscscan.com/api-endpoints/accounts#get-a-list-of-bep-20-token-transfer-events-by-address

Sample request:
https://api.bscscan.com/api
?module=account
&action=tokentx
&contractaddress=0xc9849e6fdb743d08faee3e34dd2d1bc69ea11a51
&address=0x7bb89460599dbf32ee3aa50798bbceae2a5f7f6a
&page=1
&offset=5
&startblock=0
&endblock=999999999
&sort=asc
&apikey=YourApiKeyToken

@DennisPitallano DennisPitallano added Accounts API Accounts API endpoints BscScan BASIC BscScan BASIC API labels Feb 14, 2022
DennisPitallano added a commit that referenced this issue Feb 15, 2022
Add Get a list of 'BEP-20 Token Transfer Events' by Address
@DennisPitallano DennisPitallano self-assigned this Feb 15, 2022
@DennisPitallano DennisPitallano added the v1 Phase 1 label Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accounts API Accounts API endpoints BscScan BASIC BscScan BASIC API v1 Phase 1
Projects
Status: Released
Development

Successfully merging a pull request may close this issue.

1 participant