POST
/
api
/
v1
/
token
/
nft
/
deploy

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
decimals
integer

The number of decimal places the token supports

fromPrivateKey
string

The private key used to deploy the token

name
string

The name of the token

network
string

The blockchain network (e.g. ETH, BSC, POL)

symbol
string

The symbol representing the token

toAddress
string

The wallet address to receive the token

total
string

The total of the token

url
string

The URL associated with the token

Response

200 - application/json
data
object