cURL
curl --request POST \ --url https://dash.betteruseblockchain.com/api/v1/token/nft/deploy \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "network": "<string>", "name": "<string>", "symbol": "<string>", "total": "<string>", "decimals": 123, "fromPrivateKey": "<string>", "url": "<string>", "toAddress": "<string>" }'
{ "data": { "txId": "<string>" } }
Deploy a new non-fungible token (NFT) on the specified blockchain.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
NFT deployed successfully
The response is of type object.
object