API Reference

Mint

Mint a new virtual item

Log in to see full request history
Body Params
string
length between 5 and 30

The ID of the virtual item to mint

integer
required

The quantity of the virtual item to mint

string
required
length between 32 and 64

The address of the receiver

string
length between 5 and 30

The ID of the organization that is minting the virtual item

Responses

Response body
object
virtualItem
object

Represents the data structure of a virtual item within the PLAY ecosystem.

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

Bad request, invalid input parameters

410

Virtual item not found

500

Internal server error

Language
Credentials
URL