API Reference

The Fetch Transactions endpoint in the ENV Bank API enables users to retrieve a statement of transactions associated with their account. This endpoint provides detailed information about financial activities, offering insight into charges, fees, and other transactions within a specified date range.

Log in to see full request history

🚧

HEADERS

Authorization (string, required): The access token generated by the authentication endpoint must be included in the authorization header in the format Bearer {{access_token}}.

➡️

Practical Tips

Pagination: Use the page parameter to manage the pagination of results, especially if you expect a large volume of transactions.

Query Params
date

(date, optional): Start date of the interval to fetch transactions. Format: YYYY-MM-DD.

date

until (date, optional): End date of the interval to fetch transactions. Format: YYYY-MM-DD.

int32
Defaults to 1

page (int, optional): Number of the results page. Default is 1.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json