Wallet

Create a wallet

post

Create a new wallet (collection of keys) with the given parameters.

Authorizations
Body

APIV1POSTWalletRequest is the request for POST /v1/wallet

master_derivation_keyinteger · uint8[]Optional

MasterDerivationKey is used to derive ed25519 keys for use in wallets

wallet_driver_namestringOptional
wallet_namestringOptional
wallet_passwordstringOptional
Responses
200
Response to `POST /v1/wallet`
post
POST /v1/wallet HTTP/1.1
Host: algo.nownodes.io
X-KMD-API-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 103

{
  "master_derivation_key": [
    1
  ],
  "wallet_driver_name": "text",
  "wallet_name": "text",
  "wallet_password": "text"
}
200

Response to POST /v1/wallet

No content