NFT granted(mint + transfer)
Last updated
Last updated
Mint a new NFT and transfer it at the same time.
URL
/api/v1/createnfttrans
Method
POST
contract_address
str
yes
Address of collection(contract)
blockchain
str
yes
Blockchain for minting NFTs
receiver_wallet_address
str
Yes
NFT forwarding destination owner
metadata
object
yes
NFT metadata
blockchain
parameterPlease specify the name of the network item on the page.
solana
and solana-testnet
are not supported.
Define NFT metadata. Items that require file upload are specified in file_fields
.
title
str
Yes
NFT title
description
str
Yes
NFT description
file_fields
list
Yes
Metadata items that require file upload, registered as key/url pairs (see below). Maximum of 8 items.
attribute
list
No
Properties to add to NFT
Optional item
str
No
Other metadata
The number of items that can be set in the metadata is 10 in total, including title
, description
, each file_fields
, and optional items.
file_fields
is an array of key
, url
pairs.
key
str
Yes
Metadata key
url
str
Yes
URL of the file to upload
attribute
is an array of tag
,value
pairs.
tag
str
Yes
Property Tags
value
str
Yes
Property Value