ListNodes

GET: http://172.104.51.182:16667/wallet/listnodes

Query the list of nodes connected to the API node

Example:

curl -X POST  https://api.trongrid.io/wallet/listnodes

Response:

{

"nodes": [ { "address": { "host": "3139322e34362e3233302e3138", "port": 16666 } }, { "address": { "host": "3137322e3130342e3138302e313436", "port": 16666 } }, { "address": { "host": "3137322e3130352e3131392e3235", "port": 16666 } }, { "address": { "host": "3137322e3130352e3131332e3839", "port": 16666 } }, { "address": { "host": "3133392e3136322e36332e323530", "port": 26666 } }, { "address": { "host": "39312e37372e3135322e313238", "port": 16666 } }, { "address": { "host": "3133392e3136322e31322e3737", "port": 16666 } }, { "address": { "host": "3137322e3130352e3132332e3735", "port": 16666 } }, { "address": { "host": "3133392e3136322e312e3537", "port": 16666 } }, { "address": { "host": "3137322e3130342e33322e313634", "port": 16666 } }, { "address": { "host": "39312e37372e3135322e313238", "port": 26666 } }, { "address": { "host": "3133392e3136322e36332e323530", "port": 16666 } }, { "address": { "host": "3137322e3130342e35302e313933", "port": 16666 } }, { "address": { "host": "3137322e3130352e3131332e3135", "port": 16666 } }, { "address": { "host": "3137322e3130342e3138392e323433", "port": 16666 } }, { "address": { "host": "3133392e3136322e312e3938", "port": 16666 } }, { "address": { "host": "3137322e3130342e3138392e323433", "port": 26666 } }, { "address": { "host": "3139322e34362e3233302e3134", "port": 16666 } } ]

}

Last updated