get_account_transactions
Retrieve transactions for a single account within a date range specified in epoch seconds.
Instructions
Get transactions for a single account. Dates are epoch seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No | ||
| to_date | Yes | ||
| from_date | Yes | ||
| account_id | Yes | ||
| customer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream HTTP status was < 400. | |
| data | No | Finicity's native response body. | |
| error | No | Error summary when ok is False. | |
| status_code | Yes | Upstream Finicity HTTP status code. |