# Get current user's value point balance Client endpoint. Gets the current user’s value point balance. 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) Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 - `reward_chain_id` (integer, required) Reward chain ID. Example: 101 ## Response 200 fields (application/json): - `sku` (string) Unique value point ID. - `name` (string) Value point name. - `image_url` (string) Image URL. Example: "https://image.example.com" - `description` (string,null) Value point description. - `long_description` (string,null) Value point long description. - `amount` (integer) Value point quantity. - `is_clan` (boolean) Whether the value point is used in clan reward chains. Example: true ## Response 401 fields (application/json): - `statusCode` (integer) Example: 401 - `errorCode` (integer) Example: 1501 - `errorMessage` (string) Example: "[0401-1501]: Authorization failed: Provide authorization"