# Virtuelles Guthaben des aktuellen Benutzers abrufen Client-Endpunkt. Ruft das virtuelle Guthaben des aktuellen Benutzers ab. Endpoint: GET /v2/project/{project_id}/user/virtual_currency_balance Version: 2.0.0 Security: XsollaLoginUserJWT ## Path parameters: - `project_id` (integer, required) Projekt-ID. ## Query parameters: - `platform` (string) Publishing-Plattform, auf der der Benutzer spielt. Enum: "playstation_network", "xbox_live", "xsolla", "pc_standalone", "nintendo_shop", "google_play", "app_store_ios", "android_standalone", "ios_standalone", "android_other", "ios_other", "pc_other" ## Response 200 fields (application/json): - `items` (array) Example: [{"description":"The PLEX or “30-day Pilot's License EXtension” is a virtual item that represents 30 days of subscription time and can be bought for cash and then sold to other players for in-game ISK.","expired_at":1746057600,"image_url":"https://picture.bigrocket.png","name":"PLEX","sku":"com.xsolla.plex_1","status":"active","type":"virtual_good","virtual_item_type":"non_renewing_subscription"},{"description":"WoW token allows players to buy game time World of Warcraft for money and sell it for game gold at auction.","expired_at":1546304461,"image_url":"https://picture.bigrocket.png","name":"WoW Token","sku":"com.xsolla.token_1","status":"expired","type":"virtual_good","virtual_item_type":"non_renewing_subscription"}] - `items.amount` (integer) Artikelmenge. - `items.description` (string) Artikelbeschreibung. Example: "Big Rocket - short description" - `items.image_url` (string) Bild-URL. Example: "https://picture.bigrocket.png" - `items.name` (string) Artikelname. Example: "Rocket" - `items.sku` (string) Eindeutige Artikel-ID. Die SKU darf nur lateinische Klein- und Großbuchstaben, Ziffern, Punkte, Bindestriche und Unterstriche enthalten. Example: "com.xsolla.instanciated_item_1" - `items.type` (string) Artikeltyp: virtual_good/virtual_currency/bundle. Example: "virtual_currency"