Key
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.
Authorizations
Body
APIV1POSTKeyRequest is the request for POST /v1/key
display_mnemonicbooleanOptional
wallet_handle_tokenstringOptional
Responses
200
Response to `POST /v1/key`
post
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"
}
200
Response to POST /v1/key
No content
Deletes the key with the passed public key from the wallet.
Authorizations
Body
APIV1DELETEKeyRequest is the request for DELETE /v1/key
addressstringOptional
wallet_handle_tokenstringOptional
wallet_passwordstringOptional
Responses
200
Response to `DELETE /v1/key`
delete
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"
}
200
Response to DELETE /v1/key
No content