# List of transactions for a specific account holder. **GET /account_holders/{id}/account/{account_id}/transactions** Not yet implemented. ## Servers ## Parameters ### Path parameters - **id** (string) Resource ID - **account_id** (string) Account ID ### Query parameters - **page** (integer) Pagination page - **asset_id** (string) Internal ID of asset ## Responses ### 200 OK #### Body: (array[object]) - **id** (string) - **account_id** (string) - **asset_id** (string) - **tx_hash** (string) - **amount** (number) - **reference** (string) - **destination** (string) - **confirmed_at** (string) - **failed_at** (string) ### 401 API key is missing or invalid. ### 404 Requested resource was not found. ### 5XX Unexpected server error. Technical team is always notified when server error occurs, however if the issue is persitent, please reach out with a support request. [Powered by Bump.sh](https://bump.sh)