rpc/JSON-RPC method
state.Balance
**Balance retrieves the Celestia coin balance for the node's account/signer and verifies it against the corresponding block's AppHash. **
Auth level: read
Params:
[]
Result:
{"name":"*state.Balance","description":"*state.Balance","summary":"","schema":{"examples":[{"denom":"string value","amount":"42"}],"additionalProperties":false,"properties":{"amount":{"additionalProperties":false,"type":"object"},"denom":{"type":"string"}},"type":["object"]},"required":true,"deprecated":false}