List reloadable card transactions
Returns transactions on the authenticated user’s reloadable cards, newest first: amount, merchant, status, and timestamps.
Pass card_id for one card’s history, or omit it for every reloadable card on the account. Filter with status and cap the page with limit.
This route covers reloadable cards only. The two non-reloadable products keep their history in Laso’s own records and are read through /get-card-data.
If the wallet has no card issuer account linked, the list is empty and a note explains how the account holder sets one up at https://laso.finance/agent/dashboard/verified/card.
Authorizations
Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).
Query Parameters
Return only this card's transactions. Omit for every reloadable card on the account.
Maximum number of transactions to return. Defaults to the issuer's own page size (20).
Filter by status, e.g. pending, settled, declined, reversed, refunded.