Skip to main content
GET
/
api
/
v1
/
wallet
/
mnemonic
Get wallet mnemonic
curl --request GET \
  --url https://api.example.com/api/v1/wallet/mnemonic \
  --header 'Authorization: Bearer <token>'
{
  "mnemonic": "<string>"
}

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Response

Returns the wallet's BIP-39 mnemonic phrase

mnemonic
string
required

The BIP-39 mnemonic phrase backing the wallet.