list_card_transactions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of transactions to return. Defaults to the issuer's own page size (20). | |
| status | No | Filter by status, e.g. `pending`, `settled`, `declined`, `reversed`, `refunded`. | |
| card_id | No | Return only this card's transactions. Omit for every reloadable card on the account. | |
| auth_token | No | Laso credential. Only if the MCP connection has no Authorization header. |