# 获取当前用户的每日奖励 客户端端点。获取当前用户的每日奖励。 注意此方法返回分页的商品列表。最大值和默认值为每个响应50项。如要从列表中获取更多项,请使用limit和offset参数并获取更多页。例如,当使用limit = 25和offset = 100调用方法时,响应将从整体列表中的第101项开始返回25项。 Endpoint: GET /v2/project/{project_id}/user/daily_chain Version: 2.0.0 Security: XsollaLoginUserJWT ## Path parameters: - `project_id` (integer, required) 项目ID。您可以在您的发布商帐户项目名称旁边找到。 Example: 44056 ## Query parameters: - `limit` (integer) 页面上元素数量的限制。 Example: 50 - `offset` (integer) 元素编号,从该元素开始生成列表(从0开始数)。 ## Response 200 fields (application/json): - `has_more` (boolean) 用作指示还有更多页面。 Example: true - `items` (array) - `total_items_count` (integer) 每日奖励总数。 Example: 3 ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1501 - `errorMessage` (string) Example: "[0401-1501]: Authorization failed: Provide authorization" - `statusCode` (integer) Example: 401