Net API
v1.0.0Base URL
https://eos.nownodes.io/v1Authentication
api-keyAuthapiKeyAPI Key: api-key in header
Net
Net
connections
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Initiate a connection to a specified peer.
Body
application/json
endpointstringrequiredthe endpoint to connect to expressed as either IP address or URL
Response
200OK
OK
disconnect
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Initiate disconnection from a specified peer.
Body
application/json
endpointstringrequiredthe endpoint to disconnect from, expressed as either IP address or URL
Response
200OK
OK
status
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Retrieves the connection status for a specified peer.
Body
application/json
endpointstringrequiredthe endpoint to get the status for, to expressed as either IP address or URL
Response
200OK
OK