blockchain / service-my-wallet-v3

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

Websocket API over Tor #203

Open qirtaiba opened 7 years ago

qirtaiba commented 7 years ago

There is a Tor onion site for accessing blockchain.info anonymously, but it doesn't seem that this can be used with the websocket API, since it uses a specific URL (ws.blockchain.info) that the onion domain doesn't respond to.

I imagine that this would be a quick fix by just setting up an alternative onion URL to respond to websocket requests.

jtormey commented 7 years ago

This would definitely be useful to have, will work on it, thanks! In the meantime, if you want to you the websocket API on it's own, feel free to check out our API docs.

DavidKnott commented 7 years ago

@jtormey Have you started implementing this feature? If not I'd love to take a crack at it!

jtormey commented 7 years ago

I haven't, all yours! Thanks

DavidKnott commented 7 years ago

Great! I'll get started