cURL
curl --request GET \ --url http://localhost:5935/status
{ "node": { "version": "0.7.0", "chainId": 42161 }, "account": { "address": "0x...", "ethBalance": "1000000000000000000", "lptBalance": "1000000000000000000" } }
Display node information, balances, and configuration
Node status retrieved successfully
Show child attributes
Was this page helpful?