Wallets
List Wallets
List Wallets
GET
https://nchain.provide.services/api/v1/wallets
Returns a list of wallets in the authorized scope
Headers
authorization
string
bearer <JWT> scoped to an Application
, Organization
or User
Create Wallet
Create Wallet
POST
https://nchain.provide.services/api/v1/wallets
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.
Headers
authorization
string
bearer <JWT> scoped to an Application
, Organization
or User
Request Body
key_id
string
id of key to be used to derive Wallet
purpose
string
specification to be used by the HD node subtree; set to 44 for 44' (i.e., 0x8000002C following the BIP43 recommendation)
user_id
string
id of host User
vault_id
string
id of host Vault
List Wallet Accounts
List Wallet Accounts
GET
https://nchain.provide.services/api/v1/wallets/:id/accounts
Retrieves a list of Account
instances for a specified Wallet
Path Parameters
id
string
id of host Wallet
Headers
authorization
string
bearer <JWT> scoped to an Application
, Organization
or User
Last updated