# 現在のユーザーのバリューポイント残高を取得する クライアントのエンドポイント。現在のユーザーのバリューポイント残高を取得します。 Endpoint: GET /v2/project/{project_id}/user/reward_chain/{reward_chain_id}/balance 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): - `amount` (integer) バリューポイントの数量。 - `description` (string,null) バリューポイントの説明。 - `image_url` (string) 画像URL。 Example: "https://image.example.com" - `is_clan` (boolean) バリューポイントがクランリワードチェーンで使用されるかどうか。 Example: true - `long_description` (string,null) バリューポイントの長い説明。 - `name` (string) バリューポイント名。 - `sku` (string) 一意のバリューポイントID。 ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1501 - `errorMessage` (string) Example: "[0401-1501]: Authorization failed: Provide authorization" - `statusCode` (integer) Example: 401