⚡ We welcome businesses to test our enterprise-grade service

xem
NEM (XEM)

Method: POST /debug/connections/outgoing

dropdown

方法 REST /debug/connections/outgoing 例如 NEM (XEM)

POST /debug/connections/outgoing

获取审计收集的传出电话。 您可以通过此信息监视未销售和最近即将发开的请求。

Parameters

-

Request

curl --location --request GET 'https://xem.getblock.io/debug/connections/outgoing' 
 --header 'x-api-key: YOUR-API-KEY' 
 --header 'Content-Type: application/json'


Response

{
    "most-recent": [
        {
            "elapsed-time": 2,
            "host": "xem44.allnodes.me",
            "id": 1392509,
            "path": "/transactions/unconfirmed",
            "start-time": 238620183
        },
        {
            "elapsed-time": 2,
            "host": "xem44.allnodes.me",
            "id": 1392508,
            "path": "/chain/score",
            "start-time": 238620183
        },
        {
            "elapsed-time": 6,
            "host": "108.61.168.86",
            "id": 1392507,
            "path": "/transactions/unconfirmed",
            "start-time": 238620179
        }
    ]
}