# Account transactions **GET /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts/{custody_account_id}/transactions** Account transactions ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **custody_account_holder_id** (string) Custody account holder id - **custody_account_id** (string) Custody account id ### Query parameters - **limit** (number) Number of transactions to return. - **order** (string) Order of transactions by timestamp (asc or desc). - **offset** (string) Offset by which to fetch transactions from. - **cursor** (number) Transaction cursor to start fetching from. ## Responses ### 200 Returns a list of account transactions. #### Body: (array[object]) - **id** (string) - **amount** (number) - **from_address** (string) - **destination_address** (string) - **reference** (string) - **asset_code** (string) - **asset_issuer** (string) - **tx_hash** (string) - **confirmed_at** (string(datetime)) - **failed_at** (string(datetime)) - **created_at** (string(datetime)) - **status** (string) - **cursor** (integer) [Powered by Bump.sh](https://bump.sh)