# get_public_key
The get_public_key
method returns the compressed secp256k1 pubkey corresponding to the user's seed phrase.
# Arguments
Structure | Type | Description |
---|---|---|
(none) |
# Response
Structure | Type | Description |
---|---|---|
public_key | string | User's pubkey |
# 📌 Examples
# Command
curl --url "http://127.0.0.1:7783" --data "
{
\"userpass\": \"${userpass}\",
\"mmrpc\": \"2.0\",
\"method\": \"get_public_key\",
\"params\": {},
\"id\": 0
}
"