Kepler API - keplernetwork/kepler GitHub Wiki
Kepler API Documentation
This document contains the documentation for the Node Kepler REST API.
Node API
This endpoint is used to query a node about various information on the blockchain, networks and peers. By default, this REST API will listen on localhost:7413
. This API is started as the same time as the Kepler node. This endpoint requires, by default, Basic Authentication. The username is kepler
and the password can be found in the .api_secret
file. To learn about what specific calls can be made read the node API documentation.
Ports above 10000?
All ports should be below 10000 when running with default settings on mainnet. If your Kepler owner_api is using the 17420 port but is on mainnet, then you're using an outdated version of Kepler.