Gets a virtual currency by SKU for building a catalog.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
virtual_currency_sku required | string Virtual currency SKU. Example: crystal |
locale | string Default: "en" Response language. Two-letter lowercase language code per ISO 639-1. |
country | string Two-letter uppercase country code per ISO 3166-1 alpha-2. Check the documentation for detailed information about countries supported by Xsolla and the process of determining the country. Example: country=US |
show_inactive_time_limited_items | integer Default: 0 Shows time-limited items that are not available to the user. The validity period of such items has not started or has already expired. Example: show_inactive_time_limited_items=1 |
The virtual currency was successfully received.
{- "item_id": 451414,
- "sku": "crystal",
- "type": "virtual_currency",
- "name": {
- "en": "Crystals"
}, - "description": "Crystals - short description",
- "price": {
- "amount": 100,
- "amount_without_discount": 100,
- "currency": "USD"
}, - "virtual_prices": [ ],
- "can_be_bought": true,
- "promotions": [ ],
- "limits": null,
- "periods": [
- {
- "date_from": "2023-08-11T10:00:00+03:00",
- "date_until": "2023-08-11T20:00:00+03:00"
}
], - "attributes": [
- {
- "external_id": "attr1",
- "name": {
- "en-US": "Attribute"
}, - "values": [
- {
- "external_id": "val1",
- "value": {
- "en-US": "Value"
}
}, - {
- "external_id": "val2",
- "value": {
- "en-US": "Value"
}
}
]
}
], - "is_free": false,
- "groups": [ ],
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "custom_attributes": {
- "purchased": 0,
- "attr": "value"
}
}