# Get Pocket Retrieve a single Pocket for a given pocket_id. Endpoint: GET /api/v2/pockets/{pocket_id}/ Version: Version: fd60d28d Security: HTTPBearer ## Path parameters: - `pocket_id` (string, required) ## Query parameters: - `omit[]` (any) ## Header parameters: - `x-jiko-idempotency` (string, required) - `x-jiko-signature` (string, required) ## Response 200 fields (application/json): - `id` (string, required) ID of the pocket - `pocket_name` (string, required) Pocket name - `portfolio` (any) Total liquid cash and holdings - `status` (string, required) Pocket status Enum: "PENDING", "OPEN", "FROZEN", "CLOSED" - `attributes` (array) - `deposit_strategy_id` (string, required) Pocket deposit trading strategy ID (Example: UST-4W) - `reinvestment_strategy_id` (any, required) Pocket reinvestment trading strategy ID (Example: UST-4W) - `customer_id` (string, required) The ID of the customer this pocket belongs to - `object_type` (string, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required)