XEM
POST
GET
Last updated on January 1, 1970
2 min read
Method /debug/connections/outgoing undefined ()
connect with REST protocol
/debug/connections/outgoing
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
}
]
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }