Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save quentinlesceller/d114a73b1dc20e9489597188855d9e0d to your computer and use it in GitHub Desktop.
Save quentinlesceller/d114a73b1dc20e9489597188855d9e0d to your computer and use it in GitHub Desktop.
$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