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
- 200
- 400
- 422
A cursor-paginated ledger page, newest first.
invalid_cursor — the supplied cursor value could not be decoded.
Validation Error