API Reference

Get by Ids

Retrieve virtual items inventory data by multiple owned item IDs

Log in to see full request history
Body Params
ownedItemIds
array of strings
required

An array of owned item IDs for which the inventory data is being retrieved.

ownedItemIds*
integer
Defaults to 2

Version of the inventory data format.

Responses

Response body
object
inventoryItems
array of objects
inventoryItems
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
400

Bad request, invalid input parameters.

410

One or more owned items not found in inventory.

500

Internal server error.

Language
Credentials
URL