Import public key from an xpub
POST/v1/xpub/import
Import public key and chaincode from an xpub (base58) as an EC public-key, secp256k1.
- Bip32 - Xpub structure is specified by https://docs.rs/bitcoin/latest/bitcoin/bip32/struct.Xpub.html
Request
Responses
- 201
- 400
- 403
- 404
- 500
- 501
Successful Operation
Client Error
Request refused
Resource not found
Server Error
Implementation Error