Skip to main content
POST
/
api
/
v1
/
token
/
nft
/
deploy
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>"
  }
}

Authorizations

Authorization
string
header
required

Body

application/json
  • ETH BSC, POL Request
  • ALGO Request
network
string
required
name
string
required
symbol
string
required
total
string
required
decimals
integer
required
fromPrivateKey
string
required
url
string
required
toAddress
string
required

Response

data
object
  • ETH, XDC, BSC, POL Response
  • ALGO Response
  • GLMR Response