# Info of the Flux address Return information about the given Flux address. Endpoint: GET /daemon/validateaddress Version: 6.6.1 ## Query parameters: - `fluxaddress` (string, required) Flux address to validate Example: "t1N6mLX2A64QsyuLbYkfPZSrkLF86hxuuFe" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.isvalid` (boolean) If the address is valid or not. If not, this is the only property returned. - `data.address` (string) The Flux address validated - `data.scriptPubKey` (string) The hex encoded scriptPubKey generated by the address - `data.ismine` (boolean) If the address is yours or not - `data.iswatchonly` (boolean) If address is watch only - `data.isscript` (boolean) If the key is a script - `data.pubkey` (string) The hex value of the raw public key - `data.iscompressed` (boolean) If the address is compressed - `data.account` (string) DEPRECATED. The account associated with the address, "" is the default account