NKN API

Are there any API to return node status details? Whether you are mining or not, income for the day etc…

1 Like

And you can always use nstatus.org for checking node status by its IP address

1 Like

You can call the JsonRPC API of your node

1 Like

In this specific case, should I send the request directly to node??

I look for something that returns a JSON with my node status. I’m a front-end software engineer, I’m going to build a personal application for myself based on REACT.

Yes, you can hit the JSONRPC API of your node(s) (port 30003)

Best,