blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
912 stars 520 forks source link

HD Wallet Unused Address List Problem? #334

Open burakbuylu opened 6 years ago

burakbuylu commented 6 years ago

Please include your service-my-wallet-v3 and NodeJS version numbers when submitting an issue. Example: Service v0.18.0, Node v0.12.5

It doesn't included the api ? We cannot list unused hd wallets.

jtormey commented 6 years ago

You're able to view your next unused HD address (your current receive address), by calling: /accounts/:account/receiveAddress. Does that answer your question?

burakbuylu commented 6 years ago

@jtormey Hello Justin,

No I can generate the new address. But how can I list generated and unused receive address ?

jtormey commented 6 years ago

Not sure I understand completely. You're trying to generate a list of all your unused receive addresses, starting from index 0? What's your use case? If this is something none of our APIs covers, I may be able to add it in this project.

SerGioPicconti commented 5 years ago

Not sure I understand completely. You're trying to generate a list of all your unused receive addresses, starting from index 0? What's your use case? If this is something none of our APIs covers, I may be able to add it in this project.

Hi! Can you explain how to get all wallet addresses (HD wallet)? I know how to get last (new) address, but is there ability to get them all?

chetanmadaan commented 5 years ago

Hi,

I have experienced this before. Unless you addresses (generated by API), have any BTC in them. You won't be able to list them in the API.

I could be wrong though.