XEM
POST
GET
Last updated on January 1, 1970
2 min read
Method /debug/connections/incoming undefined ()
connect with REST protocol
/debug/connections/incoming
Gets an audit collection of incoming calls. You can monitor theoutstanding and recent incoming requests with this information.
Parameters
-
Request
curl --location --request GET 'https://xem.getblock.io/debug/connections/incoming'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
Response
{
"most-recent": [
{
"elapsed-time": 0,
"host": "172.20.0.1",
"id": 79,
"path": "/debug/connections/incoming",
"start-time": 238620185
},
{
"elapsed-time": 0,
"host": "172.20.0.1",
"id": 78,
"path": "/debug/time-synchronization",
"start-time": 238620185
},
{
"elapsed-time": 189098,
"host": "172.20.0.1",
"id": 77,
"path": "/account/transfers/incoming",
"start-time": 238431087
}
]
}
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" }