Skip to main content
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

cursor
string
Opaque cursor from a previous response’s nextCursor. Omit for the first page.
limit
integer
default:"50"
Page size, 1–100. Out-of-range values return 400.

Response

entries
object[]
nextCursor
string | null
Pass as cursor to fetch older entries; null at the end of the ledger.

Errors