Connections

connections

post

Returns an array of all peer connection statuses.

Body
objectOptional
Responses
200
OK
application/json
post
POST /v1/net/connections HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
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
    }
  }
]