# Information about given z address Return information about the given z address. Endpoint: GET /daemon/zvalidateaddress Version: 6.6.1 ## Query parameters: - `zaddr` (string, required) The z address to validate Example: "za102nkanf5xu6asasvydwp3zlcuure23jqxxz0zqh9catfvc9cu0dfcvl35tz3qkf2q2cxc47g4mk" ## 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 z address validated - `data.type` (string) Sprout or Sapling - `data.diversifier` (string) The hex value of the diversifier, d - `data.diversifiedtransmissionkey` (string) The hex value of pk_d - `data.ismine` (boolean) If the address is yours or not