Deploy an NFT (ERC-721)
Deploy a new non-fungible token (NFT) on the specified blockchain.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The blockchain network (e.g. ETH, BSC, POL)
The name of the token
The symbol representing the token
The total of the token
The number of decimal places the token supports
The private key used to deploy the token
The URL associated with the token
The wallet address to receive the token
The blockchain network (e.g. ETH, BSC, POL)
The name of the token
The symbol representing the token
The total of the token
The number of decimal places the token supports
The private key used to deploy the token
The URL associated with the token
The wallet address to receive the token
The blockchain network (e.g. ALGO)
The name of the token
The assetUnit representing the token
The total of the token
The number of decimal places the token supports
The private key used to deploy the token
The URL associated with the token