list_transactions
Retrieve your MTG transaction history with pagination, sorting, and filtering. Free accounts access last 30 days; Premium users view full history.
Instructions
List the authenticated user's transactions, paginated. Supports sort/filter query params. Free tier sees the last 30 days only; Premium gets full history. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | Sort key (e.g. TX_DATE, TX_TYPE, TX_CARD, TX_PRICE). | |
| type | No | ||
| limit | No | ||
| ascend | No | Sort direction: true for ascending, false for descending. |