Skip to main content
GET
/
status
Get node status
curl --request GET \
  --url http://localhost:5935/status
{
  "node": {
    "version": "0.7.0",
    "chainId": 42161
  },
  "account": {
    "address": "0x...",
    "ethBalance": "1000000000000000000",
    "lptBalance": "1000000000000000000"
  }
}
This page is still cooking...
Expect big things soon!

Response

200 - application/json

Node status retrieved successfully

node
object
account
object
Last modified on January 13, 2026