Basic
Describes APIs provided to partners who directly implement wallet linkage and do not use NFT market, burn, staking, and reward functions.
Mint NFT
Mint NFT by user's wallet address
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"result": true,
"data": {
"nftId": 1, // NFT ID for the mint request
"walletAddress": "0x9cea32...", // User's wallet address
"serviceContractId": 1, // The contract ID registered for the item transaction for the game
"metadata": {
"name": "BRAM SR", // Name of item registered in PlayDapp Developers Console
"image": "https://presale-asset.playdapp.com/token_thumb/playz_bram_sr.png", // Image of item registered in PlayDapp Developers Console
"description": "this item is BRAM SR for pet!", // Description of item registered in PlayDapp Developers Console
"attributes": [ // Attributes to be used as NFT metadata
{
"trait_type": "Base",
"value": "Starfish"
}
]
},
"status": "minting" // available values: 'minting', 'nft'
}
}List NFTs
List NFT info
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Get NFT Item
Get the specific NFT info
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated