solana
とsolana-testnetは未対応です。
メタデータの数は、title
, description
, 各file_fields
, 任意のものを合計して10個。
{
"contract_address": "0x0000000000000000000000000000000000000000",
"blockchain": "polygon",
"receiver_wallet_address": "0x2222222222222222222222222222222222222222",
"metadata": [
{
"title": "NFT Name1",
"description": "Description of NFT1",
"file_fields": [
{
"key": "image",
"url": "https://my.nftgarden.app/image.png"
}
],
"attribute": [
{
"tag": "color",
"value": "Red"
}
]
},
{
"title": "NFT Name2",
"description": "Description of NFT2",
"file_fields": [
{
"key": "image",
"url": "https://my.nftgarden.app/image.png"
}
]
}
]
}
{
"message": "Create NFT request accepted",
"requests": {
"contract_address": "0x0000000000000000000000000000000000000000",
"receiver_wallet_address": "0x2222222222222222222222222222222222222222",
"metadata": [
{
"title": "NFT Name1",
"description": "Description of NFT1",
"file_fields": [
{
"key": "image",
"url": "https://my.nftgarden.app/image.png"
}
],
"attribute": [
{
"tag": "color",
"value": "Red"
}
]
},
{
"title": "NFT Name2",
"description": "Description of NFT2",
"file_fields": [
{
"key": "image",
"url": "https://my.nftgarden.app/image.png"
}
],
"attribute": [
{
"tag": "color",
"value": "Blue"
}
]
}
]
},
"nfts": [
{
"nft_gdn_ids": "cf7faf94-a5ec-462c-ad06-1bd772fefe21",
"accepted_date": "2022-07-04 04:20:18"
},
{
"nft_gdn_ids": "b27752b7-9803-4d28-b29f-9532ad0f0dbb",
"accepted_date": "2022-07-04 04:20:18"
}
]
}
{
"error": {
"title": "Bad Request",
"message": "contract_address and blockchain are inconsistent"
}
}