New Here? Claim Your 30% Discount on Your First Blockchain Node Access!

banner image

Last updated on January 1, 1970

2 min read

Method /debug/connections/outgoing undefined ()
connect with REST protocol

/debug/connections/outgoing

info-circle-fill

Gets an audit collection of outgoing calls. You can monitor theoutstanding and recent outgoing requests with this information.

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
        }
    ]
}
banner icon

Start Building with GetBlock RPCs for Free