Home

Net API

v1.0.0
Base URL
https://eos.nownodes.io/v1

Authentication

api-keyAuthapiKey

API Key: api-key in header

Net

Net

connections

POST
https://eos.nownodes.io/v1/net/connections

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns an array of all peer connection statuses.

Body

application/json

Response

200OK

OK

connect

POST
https://eos.nownodes.io/v1/net/connect

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Initiate a connection to a specified peer.

Body

application/json
endpointstringrequired

the endpoint to connect to expressed as either IP address or URL

Response

200OK

OK

disconnect

POST
https://eos.nownodes.io/v1/net/disconnect

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Initiate disconnection from a specified peer.

Body

application/json
endpointstringrequired

the endpoint to disconnect from, expressed as either IP address or URL

Response

200OK

OK

status

POST
https://eos.nownodes.io/v1/net/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Retrieves the connection status for a specified peer.

Body

application/json
endpointstringrequired

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

Response

200OK

OK