{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} #### validateaddress ~~~ validateaddress
~~~ {% autocrossref %} Return information about the given Bitcoin address. {% endautocrossref %} **Argument: An Address** {% autocrossref %} *String; required:* A Bitcoin address. {% endautocrossref %} **Result: Information About The Address** {% autocrossref %} A JSON object containing one or more values (the exact number depending on the information). The result of *isvalid* is always returned to indicated whether or not the address is valid. If it is valid, the validated *address* is returned plus *ismine* to indicate whether or not it belongs to this wallet and *account* to indicate which account it belongs to. If it's a P2SH address, *isscript* will be true. If it's a P2PKH address, *pubkey* will contain the public key and *compressed* will indicate whether or not the pubkey/address is compressed. {% endautocrossref %} ~~~ { "isvalid" :