Returns a list of transactions for a specified account.
Your Meow API key for authentication
Optional entity ID for scoped access to entity-specific data
The ID of the account.
Start time for filtering transactions (ISO 8601 format). Also accepts 'start_time' for backwards compatibility.
100End time for filtering transactions (ISO 8601 format). Also accepts 'end_time' for backwards compatibility.
100Opaque offset identifier for pagination. Use the nextOffset from a previous response.
100Maximum number of transactions to return
1 <= x <= 100Filter to a specific transfer method.
INCOMING_ACH, INCOMING_WIRE, OUTGOING_ACH, OUTGOING_WIRE, CHECK_DEPOSIT, BOOK_TRANSFER, ISSUED_CHECK, HOLD, CARD, INTEREST, MANUAL_POST, INTERNATIONAL_PAYMENT Successful Response
An array of transactions with entity type dependent on the account type. Return an empty array if this information isn't available.
Metadata for pagination