Get all credit ledger entries for a contract.
Returns all credit ledger entries sorted by createdAt descending (newest first). Returns empty entries if no credit wallet exists. Entry Types:Documentation Index
Fetch the complete documentation index at: https://docs.monk.com/llms.txt
Use this file to discover all available pages before exploring further.
| Type | Description | amountCents |
|---|---|---|
grant | Credits added to wallet | Positive |
usage | Credits consumed (applied to invoice) | Negative |
adjustment | Manual correction to balance | Positive or negative |
reversal | Undo a previous entry | Opposite of original |
expiration | Credits expired (breakage) | Negative |
usage and expiration entry includes a grantEntryId linking it to the source grant for audit trails.
Scope: contracts:read