# Get transactions by wallet id **GET /api/v1/transactions/{walletId}/** ## Servers - api.consola.finance: api.consola.finance () ## Parameters ### Path parameters - **walletId** (string) ### Query parameters - **page** (string) - **page_size** (string) ## Responses ### 200 200 #### Body: (array[object]) - **chain** (string) - **id** (string) - **date** (string(date-time) | null) - **postingPeriod** (string(date-time) | null) - **hash** (string) - **purpose** (string | null) - **fee** (string) - **metadata** (string | number | boolean) - **sender** (string | null) - **receiver** (string | null) - **accountTypeId** (string | null) - **accountTypeChangeOwner** (string | null) - **accountType2Id** (string | null) - **accountType2ChangeOwner** (string | null) - **tagIds** (array[string]) - **tagChangeOwner** (string | null) - **trackedWalletId** (string) - **excluded** (boolean) ### 400 400 #### Body: (object) - **error** (object) ### 401 401 #### Body: (object) - **error** (object) ### 404 404 #### Body: (object) - **error** (object) ### 500 500 #### Body: (object) - **error** (object) [Powered by Bump.sh](https://bump.sh)