getaddressesbylabel

Back to wallet

Wallet

Summary

Returns the list of addresses assigned the specified label.

Description

Returns the list of addresses assigned the specified label.

Arguments

  • label (STR, required): The label.

Results

  • value (OBJ_DYN): json object with addresses as keys
  • address (OBJ): json object with information about address
    • purpose (STR): Purpose of address ("send" for sending address, "receive" for receiving address)

Examples

qbit-cli getaddressesbylabel "tabby"
curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "getaddressesbylabel", "params": ["tabby"]}' -H 'content-type: application/json' http://127.0.0.1:8352/