latest contributor to this doc

Last Edit: @gcharang ,

get_public_key

The get_public_key method returns the compressed secp256k1 pubkey corresponding to the user's seed phrase.

StructureTypeDescription
(none)

StructureTypeDescription
public_keystringUser's pubkey

POST
get_public_key
{
  "userpass": "testpsw",
  "mmrpc": "2.0",
  "method": "get_public_key",
  "params": {},
  "id": 0
}