Skip to main content

z_validateaddress RPC Method

Loading...

Updated on
Apr 29, 2026

z_validateaddress RPC Method

Parameters

address
string
REQUIRED
Loading...

Returns

isvalid
boolean
Loading...
address
string
Loading...
type
string
Loading...
ismine
boolean
Loading...
error
string
Loading...
Request
1
curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "z_validateaddress",
6
"params": [
7
"t3Vz22vK5z2LcKEdg16Yv4FFneEL1zg9ojd"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "z_validateaddress",
6
"params": [
7
"t3Vz22vK5z2LcKEdg16Yv4FFneEL1zg9ojd"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"isvalid": true,
6
"address": "t3Vz22vK5z2LcKEdg16Yv4FFneEL1zg9ojd",
7
"address_type": "p2sh",
8
"ismine": false
9
}
10
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"isvalid": true,
6
"address": "t3Vz22vK5z2LcKEdg16Yv4FFneEL1zg9ojd",
7
"address_type": "p2sh",
8
"ismine": false
9
}
10
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free