Skip to main content

List Transactions

GET 

/transactions

List your balance-ledger entries, newest first. Uses opaque cursor pagination: pass the next_cursor from a response as the cursor of the next request, and repeat until has_more is false.

Optionally filter to a single ledger entry type with entry_type.

Request

Responses

A cursor-paginated ledger page, newest first.