API Reference

Get All

Retrieve all virtual items inventory data

Log in to see full request history
Body Params
number

The start position for query pagination. Based on 'updatedAt' field.

number

The end position for query pagination. Based on 'updatedAt' field.

integer

The maximum number of items to return.

boolean

Include virtual items data in the response.

string

The ID of the user whose inventory data is being retrieved. Optional.

appIds
array of strings

An array of application IDs for which the inventory data is being retrieved. Optional.

appIds
boolean
Defaults to false

Include hidden items in the response. Optional.

boolean
Defaults to false

Include only tradable items in the response. Optional.

Responses

Response body
object
items
array of objects

Array of inventory items. The inventory items refers to the virtual item by virtualItemId.

items
object
appIds
array of strings
required

List of application ids where this item is used.

appIds*
string
required

Unique id of the inventory item.

string
required

The Virtual Item id for this inventory item.

string | null

The ID of the marketplace offer in case the item is on sale.

tags
array of strings

List of tags to filter the offers. Multiple inventory items can be categorized under one tag.

tags
integer
required

Represents the count of Virtual Items in user inventory. For non-stackable Virtual Items, this value is always one.

boolean

Indicates if the inventory item is locked. Locked items cannot be traded or sold. The item becomes locked when a marketplace offer is created. The item is unlocked when the offer is deleted or the item is sold.

string

Current status of inventory item. Confirmed for nonNFT items and can have pending status for NFT items after
purchase, changing to confirmed after blockchain confirmation. The status can be also 'marketplace_pending' for items
that are sold in the marketplace.
Possible values are:

  • pending - The item is pending. This status is used for NFT items after purchase.
  • confirmed - The item is confirmed. After blockchain confirmation, the status changes to confirmed.
  • on_sale - The item is on sale in the marketplace.
  • marketplace_pending - The item is pending in the marketplace. This status is used for items that are sold in the marketplace.

pending confirmed on_sale marketplace_pending

boolean
Defaults to false

Indicates if the inventory item is hidden from the user. If you want to hide the item, set the 'hidden' flag to true in Virtual Item data.
If you want to get the hidden items, you need to use the 'includeHidden' flag in the requests.

boolean
Defaults to true

Indicates if the inventory item is tradable on marketplace. If you want to make the item non tradable, set the 'tradable' flag to false in Virtual Item data.

int64

Date and time when the inventory item was created in milliseconds since midnight, January 1, 1970 UTC. Automatically populated by the backend.

int64

Date and time when the inventory item data was last updated in milliseconds since midnight, January 1, 1970 UTC. Automatically populated by the backend.

itemUpgrades
array of objects

List of upgrades for non-stackable virtual items, allowing multiple upgrades with different names and values for one item.

itemUpgrades
object
string
required

Identifier for the specific upgrade.

integer
required

The level of the upgrade.

properties
array of objects

List of inventory item custom json properties used to store game-specific json.

properties
object
array of strings | null
appIds
string | null
virtualItems
array of objects

Array of virtual items. There could be just one virtual item for all inventory items in case the virtual item is not stackable.

virtualItems
object
string

Unique id of the virtual item.

string | null

Virtual item name. Is used also to store localization key for the name.

string | null

Virtual item description. Is used also to store localization key for the description.

string | null

Virtual item request name. Is used to identify the virtual item in human readable format.

image
object

Virtual item image object. Contains URLs to different sizes of the source uploaded image.

boolean

Indicates if an item can be stacked. Non-stackable items create a new item in inventory when added.

boolean

Indicates if the virtual item is a NFT. The NFT virtual items require primary user wallet.

appIds
array of strings
required

List of application ids where this item is used.

appIds*
tags
array of strings

List of tags to filter the items. Used for categorization.

tags
childs
array of strings

List of child virtual items' ids. Used to build tree structure hierarchies.

childs
properties
array of objects

List of virtual item custom json. Used to store game-specific data.

properties
object
array of strings | null
appIds
string | null
prices
array of objects

Array of prices for the virtual item. A virtual item can be sold for different currencies.

prices
object
array of strings | null

List of application ids where this price information is used

appIds
string | null

Virtual item id related to this price information This field is optional. If it is not set, then the price is for the whole store offer

string | null

Name of the coin. Reserved name is "rgn-coin" This field is used to calculate the price of the virtual item For example: if you sell a virtual item for 100 coins, then the name is "coin_name" This field is optional. If it is not set, then the name is "rgn-coin"

int32

Quantity of the coins the virtual item is sold for This field is used to calculate the price of the virtual item For example: if you sell a virtual item for 100 coins, then the quantity is 100

int32

Quantity of the coins the virtual item is sold for without discount This field serves UI purposes to indicate "for sale" items

string | null

Group information of the price. It is possible to group multiple prices together. For example, you can sell a virtual item for "coin_name_1" and "coin_name_2" coins. This field works like a tag. Two prices with the same group name are combined together.

int64

Date and time when the price will be updated in milliseconds since midnight, January 1, 1970 UTC.

int64

Quantity of goods left (use only for NFT items).

blockchain
object

Blockchain information, in case the virtual item is minted.

int64

Date and time when the virtual item becomes marketable in milliseconds since midnight, January 1, 1970 UTC. This field is used in marketplace functionality. If not provided, the item is marketable from the creation date.

boolean
Defaults to false

Indicates if the virtual item is hidden from the user. Hidden items are not displayed in the user's inventory.
To retrieve hidden items, provide the 'includeHidden' flag in the requests.

boolean
Defaults to true

Indicates if the virtual item is tradable on the marketplace.

int64

Date and time when the virtual item was created in milliseconds since midnight, January 1, 1970 UTC. Automatically populated by the backend.

int64

Date and time when the virtual item data was last time updated in milliseconds since midnight, January 1, 1970 UTC. Automatically populated by the backend.

string

User Id who created the virtual item. This field is automatically populated by the backend.

string

User Id who last time updated the item. This field is automatically populated by the backend.

400

Invalid request parameters.

Language
Credentials
URL