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 "Internal Transactions" by Block Range #7

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

Get "Internal Transactions" by Block Range #7

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

Comments

@DennisPitallano
Copy link
Owner

Returns the list of internal transactions performed within a block range, with optional pagination.

Reference: https://docs.bscscan.com/api-endpoints/accounts#get-internal-transactions-by-block-range

Sample Request:
https://api.bscscan.com/api
?module=account
&action=txlistinternal
&startblock=0
&endblock=2702578
&page=1
&offset=10
&sort=asc
&apikey=YourApiKeyToken

@DennisPitallano DennisPitallano added Accounts API Accounts API endpoints BscScan BASIC BscScan BASIC API labels Feb 14, 2022
@DennisPitallano DennisPitallano moved this from Todo to In Progress in BscScan.NetCore Wrapper Feb 15, 2022
@DennisPitallano DennisPitallano linked a pull request Feb 15, 2022 that will close this issue
DennisPitallano added a commit that referenced this issue Feb 15, 2022
Add Get "Internal Transactions" by Block Range
Repository owner moved this from In Progress to Done in BscScan.NetCore Wrapper Feb 15, 2022
@DennisPitallano DennisPitallano self-assigned this Feb 15, 2022
@DennisPitallano DennisPitallano added the v1 Phase 1 label Feb 16, 2022
@DennisPitallano DennisPitallano moved this from Done to Released in BscScan.NetCore Wrapper Feb 18, 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