Credits
List Credit Ledger
Page through the credit transaction history: top-ups, escrow holds, hold releases, captures, refunds, and adjustments.
GET
Lists every credit ledger entry on your account, newest first, with cursor pagination. Each entry links the related top-up, proposal, contract, or milestone so you can reconcile balance changes against the actions that caused them.
amountCents is signed: positive entries add to the available balance, negative entries draw from it. Accounts that have never used credits get an empty page (not a 404).
Requirements: payments:read scope + the public_api_credits feature. Works pre-claim.
Entry types
Request
Opaque cursor from a previous response’s
nextCursor. Omit for the first page.Page size, 1–100. Out-of-range values return
400.Response
Pass as
cursor to fetch older entries; null at the end of the ledger.