← TRON overview
TRON · wallet
wallet_validateaddress
TRON HTTP API: wallet/validateaddress
TRON full node HTTP API POST /wallet/validateaddress
cURL
Endpoint: https://trx-mainnet.eu1.azxa.io/<api-key> — replace <api-key> with your API key from the Azxa app .
Terminal
curl -X POST https://trx-mainnet.eu1.azxa.io/<api-key> \
-H "Content-Type: application/json" \
-d '{"path":"/wallet/validateaddress","body":{}}'Example request
JSON-RPC
{
"path": "/wallet/validateaddress",
"body": {}
}Result
See node response
Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}Schema
{
"type": "unknown"
}