Get Account
Get account info from an existing mnemonic
Request
Param
Requirements
mnemonic
Must be a valid 24 word mnemonic from which account keys will be derived.
bip39_entropy
64 character hex-encoded string containing a 32 byte (256 bit) account secret from which account keys will be derived. Can optionally be provided instead of the above mnemonic. When using the bip39 standard, one can derive the same account keys using the mnemonic or its corresponding entropy.
Response
{
"method": "get_account",
"params": {
"mnemonic": "divorce tortoise note draw forest strike replace cost also crowd front unusual demand south again rather pencil next remind future rally carry keen artefact"
},
"jsonrpc": "2.0",
"id": 1
}
Last updated
Was this helpful?