getnewextaddress - Particl RPC

getnewextaddress ( "label" childNo bech32 hardened )
Returns a new Particl ext address for receiving payments.

Arguments:
1. "label"             (string, optional) If specified the key is added to the address book.
2. "childNo"           (string, optional), If specified the account derive counter is not updated.
3. bech32              (bool, optional, default=false) Use Bech32 encoding.
4. hardened            (bool, optional, default=false) Derive a hardened key.

Result:
"address"              (string) The new particl extended address

Examples:
> particl-cli getnewextaddress 
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getnewextaddress", "params": [] }' -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