getdevicexpub - Particl RPC

getdevicexpub "path" ("accountpath")
Get the extended public key at "path" from a hardware device.

Arguments:
1. "path"              (string, required) The path to derive the key from.
                           The full path is "accountpath"/"path".
2. "accountpath"       (string, optional) Account path, set to empty string to ignore (default="m/44h/1h/0h").

Result
"address"              (string) The particl extended public key

Examples
> particl-cli getdevicexpub "0"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getdevicexpub", "params": ["0"] }' -H 'content-type: text/plain;' http://127.0.0.1:51935/


This is a website, created out of frustration with uncomplete and outdated Particl Core RPC documentation online.

Particl version: 0.16.0.1

Note that the RPC is from a regtest node (for completeness), so it includes some additional calls that a regular node doesn't have.


Anon






Mnemonic