Created
November 26, 2019 15:11
-
-
Save quentinlesceller/d114a73b1dc20e9489597188855d9e0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $curl -d '{"name": "quentin", "extended_public_key": "zpub6twq8uxfizBRdak5Uie4MNnrNgDUcFP1Cbrr9Y8pH8jg7ZUjv9pKDR7vYTqCMEnrSpuQwPnRQe21AciZEw9ans9LmqCz4JEZpSyYy7ByLSA"}' https://api.blockcypher.com/v1/btc/main/wallets/hd\?token=$TOKEN | |
| { | |
| "token": "$TOKEN", | |
| "name": "quentin", | |
| "hd": true, | |
| "extended_public_key": "zpub6twq8uxfizBRdak5Uie4MNnrNgDUcFP1Cbrr9Y8pH8jg7ZUjv9pKDR7vYTqCMEnrSpuQwPnRQe21AciZEw9ans9LmqCz4JEZpSyYy7ByLSA", | |
| "chains": [ | |
| { | |
| "chain_addresses": [] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment