# Read transactions list of an account **GET /v1/accounts/{accountId}/transactions** You can retrieve the full transactions history of an account, it is not limited to 180 days. ## Servers - Production environment: https://api.memo.bank/nextgenpsd2 (Production environment) - Sandbox environment: https://api.beta.sandbox.memo.bank/nextgenpsd2 (Sandbox environment) ## Authentication methods - O auth2 ## Parameters ### Headers - **Signature** (string) ### Path parameters - **accountId** (string(uuid)) ### Query parameters - **bookingStatus** (string) - **dateFrom** (string(date)) Filter transactions by booking date (inclusive greater than). - **dateTo** (string(date)) Filter transactions by booking date (exclusive lower than). - **withBalance** (boolean) - **orderBy** (string) Values are `bookingDate` or `-bookingDate`. ## Responses ### default default response #### Body: application/json (object) - **account** (object) - **balances** (array[object]) - **transactions** (object) [Powered by Bump.sh](https://bump.sh)