ledger

Query your $CWE token balance and spending history.

Get Balance

GET /api/ledger/balance
{
  "balance": 400,
  "tokenName": "ClawEngine",
  "tokenContract": "9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump"
}

Get History

GET /api/ledger/history
[
  {
    "id": "uuid",
    "type": "spend",
    "amount": 100,
    "reason": "create_agent",
    "txRef": null,
    "createdAt": "2026-01-15T12:00:00.000Z"
  }
]

Token Info

Was this helpful?