bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/walletdisplayaddress
Wallet

walletdisplayaddress

Display address on an external signer for verification.

Parameters

addressstringREQUIRED
The bitcoin address to display

Returns

objectObject with address

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"walletdisplayaddress","params":["bc1q..."]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

{
  "address": "bc1q..."
}
← Previous
walletcreatefundedpsbt
Next →
walletlock

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗