Xsolla-logo

Get virtual currency list

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.
SecurityAuthForClient
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"

応答言語。ISO639-1に準拠した2文字の小文字の言語コード。

additional_fields[]
Array of strings

追加フィールドのリスト。これらのフィールドは、リクエストで送信した場合、応答に含まれます。利用可能なフィールドmedia_listorderlong_descriptionです。

country
string
Default: "US"

カタログの地域別価格と制限を計算するための国。ISO 3166-1 alpha-2に準拠した2文字の大文字の国コードです。国を明示的に指定しない場合は、ユーザーのIPアドレスに基づいて計算されます。

Responses
200

The list of virtual currency was successfully received.

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