ZEC
POST
GET
Last updated on January 1, 1970
1 min read
Method validateaddress undefined ()
connect with JSON-RPC protocol
validateaddress
Return information about the given Zcash address.
Parameters
zcashaddress
- string
The Zcash address to validate
Request
curl --location --request POST 'https://zec.getblock.io/mainnet/'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
--data-raw '{"jsonrpc": "2.0",
"method": "validateaddress",
"params": ["t1L2rjgGrvEqfrA5zqUca4GGxAeQg47CTpG"],
"id": "getblock.io"}'
Response
{
"error": null,
"id": "getblock.io",
"result": {
"address": "t1L2rjgGrvEqfrA5zqUca4GGxAeQg47CTpG",
"ismine": false,
"isscript": false,
"isvalid": true,
"iswatchonly": false,
"scriptPubKey": "76a91417b04a8ede7164eccb961f46289305ec04014b6388ac"
}
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }