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

xem
NEM (XEM)

Method: GET /debug/connections/incoming

dropdown

Method REST /debug/connections/incoming example for NEM (XEM)

GET /debug/connections/incoming

Gets an audit collection of incoming calls. You can monitor the outstanding 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
        }
    ]
}