list_transactions
Retrieve a paginated list of transactions for a specific account with optional filters by date range and status.
Instructions
This returns a list of transactions linked with a specific account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of transactions to return per page. | |
| status | No | Filter by transaction status, 1 for successful transactions, 2 for failed transactions, 0 for pending transactions. | |
| enddate | No | End date of the search range (e.g., 2025-02-25 01:28:07). | |
| headers | No | HTTP headers to include | |
| startdate | No | Start date of the search range (e.g., 2024-02-25 01:28:07). | |
| accountnumber | Yes | Your Account Number. |