List Transactions for an Account
Returns a list of transactions for a specified account.
Authorizations
Your Meow API key for authentication
Headers
Optional entity ID for scoped access to entity-specific data
Path Parameters
The ID of the account.
Query Parameters
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, INCOMING_INSTANT_PAYMENT, OUTGOING_INSTANT_PAYMENT Response
Successful Response
An array of transactions with entity type dependent on the account type. Return an empty array if this information isn't available.
- DepositTransactionModel
- InvestmentTransactionModel
- DigitalWalletTransactionModel
Metadata for pagination