# Account transaction with specific ID **GET /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts/{custody_account_id}/{id}** Account transaction with specific ID ## 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 - **id** (string) Resource ID ## Responses ### 200 Returns a signle account transaction. #### Body: (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) ### 401 Authorization information is missing or invalid. ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)