# Get current user's daily reward by its ID Client endpoint. Gets the current user’s daily reward by its 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) Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 - `daily_chain_id` (integer, required) Daily reward ID. Example: 101 ## Response 404 fields (application/json): - `statusCode` (integer) Example: 422 - `errorCode` (integer) Example: 1102 - `errorMessage` (string) Example: "[0401-1102]: Unprocessable Entity. The property `property_name` is required" - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x" - `errorMessageExtended` (object,null)