largeTransactions
Retrieve transactions above a specified amount to flag high-value financial activity. Set a custom threshold or rely on defaults, with pagination for scalable review.
Instructions
Retrieve a list of transactions with amounts exceeding a specified threshold (e.g. ₹50,000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Number of results per page | |
| minAmount | No | Custom threshold amount. If not provided, fallback to env configuration. |