List wallet ledger transactions
Billing
List wallet ledger transactions
Returns a cursor-paginated list of the organization’s prepaid wallet ledger entries — top-ups, spend, refunds, and adjustments — newest first. Use it to render the billing history page or reconcile charges. Page with limit, filter by type, and follow next_cursor (cursor_ts + cursor_id) to load more.
GET
List wallet ledger transactions
Authorizations
Dashboard JWT token from Clerk
Query Parameters
Maximum rows to return (1–500).
Required range:
1 <= x <= 500Filter to a single transaction kind.
Cursor timestamp from a prior page's next_cursor.
Cursor id from a prior page's next_cursor (tie-breaker).