Skip to main content
List wallet transactions in reverse chronological order. Transactions include top-up credits, usage debits, and manual adjustments. Amounts are signed: credits are positive, debits are negative. Method: GET Path: /api/billing/transactions Auth: Session Bearer

Query parameters

number
Maximum number of transactions to return. Default 50.
string
Opaque cursor from a previous response’s next_cursor.

Response

object[]
string
Cursor for the next page, or null at the end.

Example