📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

Method: POST /wallet/validateaddress

dropdown

Method REST /wallet/validateaddress example for Tron (TRX)

POST /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
}