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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-draft-into-docs-v2-clean-20260525.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Node status retrieved successfully

node
object
account
object
Last modified on May 26, 2026