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

[Feature Request] Add a new indexer endpoint to get all txs related to an address #352

Open
0xaptosj opened this issue Apr 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@0xaptosj
Copy link
Contributor

0xaptosj commented Apr 6, 2024

🚀 Feature Request Description

Existing getAccountTransactions API only returns txs that sender equals to the address. It doesn't return txs involved address (e.g. a tx sent by someone else but transfer token to the address).

Here's an example address on explorer. When I call getAccountTransactions on same address, it only returns me 5 txs.

Explorer calls indexer to get all txs related to the address, we should have add a similar API in sdk.

This discrepancy between explorer and getAccountTransactions of ts sdk is reported by an user on dev discussion.

Motivation

Is your feature request related to a problem? Please describe you use case.

Pitch

Describe the solution you would like

Describe alternatives you've considered

Are you willing to open a pull request? (See CONTRIBUTING)

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant