curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/listnodes \
--header 'Content-Type: application/json' \
--data '{}'{
"nodes": [
{
"address": {
"host": "<string>",
"port": 123
}
}
]
}curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/listnodes \
--header 'Content-Type: application/json' \
--data '{}'{
"nodes": [
{
"address": {
"host": "<string>",
"port": 123
}
}
]
}TRON API method that retrieves a list of all nodes in the TRON network, including Super Representative nodes and full nodes.Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
nodes — array of node information objects containing:
address — node address information
host — node IP addressport — node port numberwallet/listnodes method is used for:
The body is of type object.
List of network nodes
Show child attributes
Was this page helpful?