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: untrack an address #318

Open
ldrihem opened this issue Jun 29, 2021 · 2 comments
Open

Feature request: untrack an address #318

ldrihem opened this issue Jun 29, 2021 · 2 comments

Comments

@ldrihem
Copy link

ldrihem commented Jun 29, 2021

I'd like to have the option to untrack a specific address or derivation scheme.

I have the following APIs to track:
HTTP POST v1/cryptos/{cryptoCode}/derivations/{derivationScheme}
HTTP POST v1/cryptos/{cryptoCode}/addresses/{address}

I would like to have the following APIs to untrack:
HTTP DELETE v1/cryptos/{cryptoCode}/derivations/{derivationScheme}
HTTP DELETE v1/cryptos/{cryptoCode}/addresses/{address}

@NicolasDorier
Copy link
Member

Can I ask you the reason? Untracking a derivationScheme might not be so easy, but untracking address seems ok.

@ldrihem
Copy link
Author

ldrihem commented Jul 9, 2021

I want to be able to monitor addresses provided by a crypto exchange for single transactions and stop monitoring them once the transaction is complete.
I'm talking about standalone addresses, not derivationScheme

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants