List Transactions for an Account
Returns a list of transactions for a specified account.
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
Optional entity_id to scope requests to a specific entity.
Path Parameters
The ID of the account.
Query Parameters
Start time for filtering transactions, in ISO 8601 format.
100End time for filtering transactions, in ISO 8601 format.
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 Filter to one or more transaction statuses. Repeat the parameter to pass multiple values (e.g. ?status=PENDING&status=POSTED). AUTHORIZATION and MEMO are accepted but currently return no results.
AUTHORIZATION, MEMO, PENDING, POSTED Response
Successful Response
The account's transactions. The transaction shape depends on the account type; this is empty when there are no transactions to return.
- DepositTransactionModel
- InvestmentTransactionModel
- DigitalWalletTransactionModel
Metadata for pagination.