# クランの下で報酬チェーンへの貢献度トップ10を獲得する 現在のユーザーのクランの下にある特定の報酬チェーンのトップ10の貢献者のリストを取得します。ユーザーがクランに属していない場合、コールは空の配列を返します。 Endpoint: GET /v2/project/{project_id}/user/clan/contributors/{reward_chain_id}/top Version: 2.0.0 Security: XsollaLoginUserJWT ## Path parameters: - `project_id` (integer, required) プロジェクトID。 Example: 44056 - `reward_chain_id` (integer, required) 報酬チェーンID。 Example: 101 ## Response 200 fields (application/json): - `contributed_amount` (integer) ユーザーが貢献したバリューポイントの量。 Example: 100 - `name` (string) ユーザーID。これは認証時にエクソーラに送信されるIDで、ユーザーをエクソーラログインプロジェクトにリンクします。 Example: "Rocket"