Xsolla-logoXsolla Developers
または
パブリッシャーアカウントへ

仮想通貨リストを取得するClient-side

get/v2/project/{project_id}/items/virtual_currency

Gets a virtual currency list for building a catalog.

Attention

All projects have the limitation to the number of items that you can get in the response. The default and maximum value is 50 items per response. To get more data page by page, use limit and offset fields.

Note

In general, the use of catalog of items is available without authorization.
Only authorized users can get a personalized catalog.
SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer

プロジェクトID。このパラメータは、ドメインページのプロジェクト名の横にあります。

Example: 44056
query Parameters
limit
integer

ページでの要素数の制限。

Example: limit=50
offset
integer

リストが生成される要素番号(カウントは0から始まります)。

Example: offset=0
locale
string
Default: "en"

応答言語。ISO 639-1に基づく小文字の2文字言語コード。

additional_fields[]
Array of strings

追加フィールドのリスト。これらのフィールドは、リクエストの中で送信すると、応答に含まれます。

Items Enum: "media_list" "order" "long_description" "custom_attributes"
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
promo_code
string [ 1 .. 128 ] characters

大文字と小文字を区別する一意のコードです。文字と数字が含まれます。

Example: promo_code=WINTER2021
show_inactive_time_limited_items
integer
Default: 0

ユーザーに利用可能でない、期限付きアイテムを表示します。このようなアイテムの有効期間はまだ開始されていないか、すでに期限切れです。

Example: show_inactive_time_limited_items=1
Responses
200

仮想通貨リストは正常に受信されました。

Request samples
Response samples
application/json
{
  • "has_more": false,
  • "items": [
    ]
}