← TRON overview
TRON · wallet
wallet_listnodes
TRON HTTP API: wallet/listnodes
TRON full node HTTP API POST /wallet/listnodes
Result
See node response
Schema
{
"type": "unknown"
}Example request
Endpoint: https://your-trx-node.azxa.io
JSON-RPC
{
"path": "/wallet/listnodes",
"body": {}
}Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}cURL
curl -X POST https://your-trx-node.azxa.io \
-H "Content-Type: application/json" \
-d '{"path":"/wallet/listnodes","body":{}}'