List Transactions
Authentication
Session JWT from POST /v0/auth/token, sent as Authorization: Bearer <sessionJwt>.
Query parameters
Response
Page of transactions, newest first (by initiated time, tie-broken by id).
Opaque cursor for the next page. Pass back verbatim as the cursor query param; null when no more results.

