# 현재 사용자의 ID로 일일 보상을 가져옵니다 클라이언트의 엔드포인트입니다. 현재 사용자의 ID로 일일 보상을 가져옵니다. Endpoint: GET /v2/project/{project_id}/user/daily_chain/{daily_chain_id} Version: 2.0.0 Security: XsollaLoginUserJWT ## Path parameters: - `project_id` (integer, required) 프로젝트 ID입니다. 이 매개 변수는 관리자 페이지의 프로젝트 이름 옆에서 확인할 수 있습니다. Example: 44056 - `daily_chain_id` (integer, required) 일일 보상 ID입니다. Example: 101 ## Response 404 fields (application/json): - `errorCode` (integer) Example: 1102 - `errorMessage` (string) Example: "[0401-1102]: Unprocessable Entity. The property `property_name` is required" - `errorMessageExtended` (object,null) - `statusCode` (integer) Example: 422 - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x"