importaddress
#
CommandAdds an address or script (in hex) that can be watched as if it were in your wallet but cannot be used to spend. Requires a new wallet backup.
#
Argumentsaddress
*#
(string, required)
The PAC address (or hex-encoded script)
label
#
(string, optional, default="")
An optional label
rescan
#
(boolean, optional, default=true)
Rescan the wallet for transactions
p2sh
#
(boolean, optional, default=false)
Add the P2SH version of the script as well
#
ExamplesNote: This call can take over an hour to complete if rescan is true, during that time, other rpc calls
may report that the imported address exists but related transactions are still missing, leading to temporarily incorrect/bogus balances and unspent outputs until rescan completes.
If you have the full public key, you should call importpubkey instead of this.
Note: If you import a non-standard raw script in hex form, outputs sending to it will be treated
as change, and not show up in many RPCs.
Import an address with rescan
Import using a label without rescan
As a JSON-RPC call
Running following help command
Will produce following output: