Skip to content
This new developer portal is under construction. For complete documentation, please refer to the old developer portal.

Generate a key

POST
/v1/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

Request Body

APIV1POSTKeyRequest is the request for POST /v1/key

object
display_mnemonic
boolean
wallet_handle_token
string

Responses

200

Response to POST /v1/key

APIV1POSTKeyResponse is the response to POST /v1/key friendly:GenerateKeyResponse

object
address
string
error
boolean
message
string