Docs
  • Resources
Mode
GitHubTestnet

Quick Start
Architecture

How It Works
Accounts & Keys
Block Types
XE Token

Overview
Delegation
Conflict Detection
Voting
Quorum

Overview
libp2p Host
GossipSub
Sync Protocol
Direct Messaging

Overview
Lease Lifecycle
Cost Model
Economics
Performance
Attestations
VM Management
SSH Tunnel

Overview
Governance
Operations
Sync

Overview
Heartbeat Chain
Merkle Epochs
Production Design
Threat Analysis

Overview
Accounts
Blocks
Chat
Directory
Leases
VMs
Node
State Chain

Overview
Node CLI
Client CLI

Explorer
Explorer Pages
Web Wallet
Wallet Security
Wallet Features

Overview
Binary Encoding
Storage Layer
Proof of Work
Cryptography
System Constants

Overview
Configuration
Bootstrap Node
Provider Node
Testnet

Whitepaper
Example Agents
Changelog
Docs›Api›Accounts

Accounts

Balances, per-account chain reads, and reputation.

Balances, per-account chain reads, and reputation.

GET
/accounts
List all accounts — Returns every account known to the node.
GET
/accounts/{address}/balance
Get account balances — Returns per-asset balances for a single account. Only assets with non-zero balances are included.
GET
/accounts/{address}/chain
Get account chain — Returns the full block chain for an account, ordered oldest to newest.
GET
/accounts/{address}/keyset
Get multisig keyset — Returns the multisig keyset for an account. 404 if not a multisig account.
GET
/accounts/{address}/reputation
Get 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.
GET
/reputation
List 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
PreviousAPI ReferenceNextList all accounts