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

Method: POST /wallet/listnodes

dropdown

方法 REST /wallet/listnodes 例如 Tron (TRX)

POST /wallet/listnodes

查询连接到API节点的节点列表

Parameters

-

Request

curl --location --request GET 'https://trx.getblock.io/wallet/listnodes?' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 


Response

{
    "nodes": [
        {
            "address": {
                "host": "3137302e3138372e3138392e3331",
                "port": 18888
            }
        },
        {
            "address": {
                "host": "35312e38312e3138342e3931",
                "port": 30001
            }
        }
    ]
}