HD Wallets
List HD Wallets
This endpoint enumerates HD (hierarchical deterministic) wallets used for deriving addresses in accordance with BIP32.
Create HD Wallet
Creates an HD (hierarchical deterministic) Wallet
in accordance with BIP32. A Wallet
may be setup as custodial or non-custodial. If the Wallet
is custodial then the platform will derive addresses and securely persist an Account
for each of those derived addresses.
Request Parameters
purpose
specification to be used by the HD node subtree; set to 44
for 44'
(i.e., 0x8000002C
following the BIP43 recommendation)
List Derived HD Wallet Addresses
This endpoint returns a paginated list of the derived addresses for a specific derivation path for a specific HD (hierarchical deterministic) wallet.
The HD derivation path for each derived address is returned. The returned addresses are not currently being "pinned" (or otherwise persisted) by the API; as such, an ephemeral representation of the Account
, complete with its derived key material, is returned by the API.
URL Parameters
id
id of the HD Wallet
Query Parameters
coin_type
the coin type, per BIP44
index
the index of the account or identity, per BIP44
chain_path
a constant representing the internal or external chain path, per BIP44; public derivation is used at this level
In addition to the above parameters, page
and rpp
pagination query parameters are supported.
Last updated