Generates the next key in the deterministic key sequence (as determined by the master derivation key) and adds it to the wallet, returning the public key.
APIV1POSTKeyRequest is the request for POST /v1/key
POST /v1/key
POST /v1/key HTTP/1.1 Host: algo.nownodes.io X-KMD-API-Token: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 54 { "display_mnemonic": true, "wallet_handle_token": "text" }
Response to POST /v1/key
No content
Deletes the key with the passed public key from the wallet.
APIV1DELETEKeyRequest is the request for DELETE /v1/key
DELETE /v1/key
DELETE /v1/key HTTP/1.1 Host: algo.nownodes.io X-KMD-API-Token: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 72 { "address": "text", "wallet_handle_token": "text", "wallet_password": "text" }
Response to DELETE /v1/key