Accounts
Balances, per-account chain reads, and reputation.
Balances, per-account chain reads, and reputation.
GETGETGETGETGETGET
/accountsList all accounts — Returns every account known to the node.
/accounts/{address}/balanceGet account balances — Returns per-asset balances for a single account. Only assets with non-zero balances are included.
/accounts/{address}/chainGet account chain — Returns the full block chain for an account, ordered oldest to newest.
/accounts/{address}/keysetGet multisig keyset — Returns the multisig keyset for an account. 404 if not a multisig account.
/accounts/{address}/reputationGet account reputation — Reputation aggregate for a single account, derived from its on-chain lease activity. Best-effort node-local state; may briefly differ across nodes after a settle propagates.
/reputationList all reputation aggregates — Reputation aggregates for every known account, keyed by address. Paginated.
These endpoints are served by every node but are not yet in the OpenAPI spec above, so they are documented on their own pages:
- Get account reputation —
GET /accounts/{address}/reputation - List all reputations —
GET /reputation