get_treasury_transactions
Retrieve paginated transactions for a Mercury treasury account, returning amounts, balances, dates, descriptions and transaction types to track deposits, withdrawals, interest and fees.
Instructions
Retrieve paginated transactions for a specific Mercury treasury account. Returns amount, balance, canonicalDay, description, and transaction type (depositComplete, withdrawalPosted, interestPosted, dividendPosted, mercuryFeePosted, sweepInPosted, etc.). Note: uses integer cursor pagination, not UUID-based like other endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default 100). | |
| order | No | Sort order. Defaults to desc. | |
| cursor | No | Integer pagination cursor from a previous response. | |
| treasuryId | Yes | The Mercury treasury account UUID. |