Billing
List Transactions
Get full credit ledger history including purchases, usage, and refunds
GET
Get a paginated list of all credit ledger entries for the authenticated user. This is the full account history — purchases, daily staking refreshes, usage charges, refunds, and adjustments.
Use this endpoint when you need the complete financial audit trail, not just inference usage.
Headers
API key or Cognito JWT:
Bearer sk-xxxxxxQuery Parameters
Maximum number of items to return (minimum 1).
Number of items to skip for pagination.
Filter by ledger entry type:
purchase— Credit top-ups (Stripe, Coinbase, etc.)staking_refresh— Daily staking allowance refreshusage_hold— Pending hold while a request is in flightusage_charge— Finalized inference usage chargerefund— Credit refundadjustment— Manual or system adjustment
Filter entries created after this datetime (ISO 8601).
Filter entries created before this datetime (ISO 8601).
Response
List of ledger entries. Returns newest entries first.
Total number of matching entries.
Page size used for this response.
Offset used for this response.
Whether additional pages are available.
For inference usage only, prefer List Usage — it returns a cleaner schema focused on API calls. Use List Transactions when you also need purchases, refreshes, and refunds.

