You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of all game items to be exported has no limit on the number of items that can be imported. Please refer to the following text for the format of the data.
yes
3.2.3、gameProp
type
Descriptions
Required
id
string
The identification code for game items must be unique for each item to be identified. This ID will be used for all imports and exports.
yes
cost
double
The number of tokens that this item may be worth. If it is a scope item, then each item is worth a token quantity. Appliances should be priced fairly in order to be accepted by our ecosystem.
yes
type
int
1:Items that can be chained、2: arean items
yes
image
string
The graphics of the project to be exported. Game developers should host their own images to achieve renewability. Our recommended monitor size is 300 x 300.
yes
name
string
The name should be unique and clearly specified. If two names are found, the latter one takes effect. An example is hierarchical, where the higher the level, the more difficult it is to achieve, and the corresponding increase in export value should be made.
yes
description
string
A description of an item, which can describe its abilities or simply tell a story about the item.
obtain the current user's NFT has an impact on the corresponding game
3.3.2、Input parameters
type
Descriptions
Required
requestId
string
Unique traceId, cannot be repeated
Yes
NFTOverallPerformanceReq
object
query condition
yes
3.3.3、NFTOverallPerformanceReq
type
Descriptions
Required
networkId
int
networkId(97 bsc testnet,56 mainnet)
yes
address
string
Gamer's address
yes
3.3.4、Return data
{
"enhancedAttrs": [
{
"enhancedPercentage": "80", // nft enhanced percentage 80%"enhancedVal": 16.84, // the value that calculated according to configuretion in magape platform"id": 6,
"level": "Common", // nft level"name": "A6", // game define attribute"nfName": "Mappy #106"// the NFT that provide this capability
}
]
}