You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
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
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}
The text was updated successfully, but these errors were encountered: