获取用于构建目录的虚拟货币列表。
limit | integer 页面上元素数量的限制。 Example: limit=50 |
offset | integer 元素编号,从该元素开始生成列表(从0开始数)。 Example: offset=0 |
locale | string Default: "en" 响应语言。符合ISO 639-1标准的两个小写字母的语言代码。 |
additional_fields[] | Array of strings 附加字段列表。如果在请求中发送这些字段,则它们将包含在响应中。可用字段 |
country | string Default: "US" 对于该目录要计算区域价格和限制的国家/地区。符合ISO 3166-1 alpha-2的两个大写字母的国家/地区代码。如果未明确指定国家/地区,则将根据用户的IP地址进行计算。 |
虚拟货币列表已成功接收。
{- "items": [
- {
- "attributes": [
- {
- "external_id": "stack_size",
- "name": "Stack size",
- "values": [
- {
- "external_id": "size_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "5"
}
]
}
], - "description": "Big Rocket - short description",
- "groups": [
- {
- "external_id": "accessory",
- "name": "Accessory"
}
], - "inventory_options": {
- "consumable": {
- "usages_count": 1
}
}, - "is_free": false,
- "name": "Big Rocket",
- "price": {
- "amount": "100.99",
- "amount_without_discount": "100.99",
- "currency": "USD"
}, - "sku": "big_rocket",
- "type": "virtual_currency",
- "virtual_prices": [
- {
- "amount": 100,
- "amount_without_discount": 100,
- "description": "description",
- "is_default": true,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "sku": "shotgun_raider",
- "type": "virtual_currency"
}
]
}, - {
- "attributes": [
- {
- "external_id": "stack_size",
- "name": "Stack size",
- "values": [
- {
- "external_id": "size_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "5"
}
]
}, - {
- "external_id": "rating",
- "name": "Rating",
- "values": [
- {
- "external_id": "rating_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "3.9"
}
]
}
], - "description": "description",
- "groups": [
- {
- "external_id": "hair",
- "name": "Hair"
}
], - "inventory_options": {
- "consumable": {
- "usages_count": 1
}
}, - "is_free": false,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "price": {
- "amount": "101.0",
- "amount_without_discount": "101.0",
- "currency": "USD"
}, - "sku": "shotgun_raider",
- "type": "virtual_currency",
- "virtual_prices": [ ]
}, - {
- "attributes": [ ],
- "description": "description",
- "groups": [ ],
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}
}, - "is_free": true,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "sku": "shotgun_raider_2",
- "type": "virtual_currency",
- "virtual_prices": [ ]
}
]
}