We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/extended/v1/tx
Add query params to the tx list endpoint that can filter based on start and/or end times. Should be based off the burn_block_time.
burn_block_time
Example usage: /tx?start_time=1704067200&end_time=1706745599 (one or both can be specified)
/tx?start_time=1704067200&end_time=1706745599
The text was updated successfully, but these errors were encountered:
zone117x
Successfully merging a pull request may close this issue.
Add query params to the tx list endpoint that can filter based on start and/or end times. Should be based off the
burn_block_time
.Example usage:
/tx?start_time=1704067200&end_time=1706745599
(one or both can be specified)The text was updated successfully, but these errors were encountered: