Status

status

post

Retrieves the connection status for a specified peer.

Body
endpointstringRequired

the endpoint to get the status for, to expressed as either IP address or URL

Responses
application/json
objectOptional
post
POST /v1/net/status HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 19

{
  "endpoint": "text"
}
200

OK

{
  "peer": "text",
  "connecting": true,
  "syncing": true,
  "last_handshake": {
    "network_version": 1,
    "chain_id": "text",
    "node_id": "text",
    "key": "text",
    "time": "text",
    "token": "text",
    "sig": "text",
    "p2p_address": "text",
    "last_irreversible_block_num": 1,
    "last_irreversible_block_id": "text",
    "head_num": 1,
    "head_id": "text",
    "os": "text",
    "agent": "text",
    "generation": 1
  }
}