TRX
POST
GET
Last updated on January 1, 1970
1 min read
Method /wallet/validateaddress undefined ()
connect with REST protocol
/wallet/validateaddress
Validates address, returns either true or false.
Parameters
address
- string
Address should be in base58checksum, hexString, or base64 format.
Request
curl --location --request POST 'https://trx.getblock.io/wallet/validateaddress' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"address": "4189139CB1387AF85E3D24E212A008AC974967E561"}'
Response
{
"message": "Hex string format",
"result": true
}
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" }