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
network
string
required

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

name
string
required

The name of the token

symbol
string
required

The symbol representing the token

total
string
required

The total of the token

decimals
integer
required

The number of decimal places the token supports

fromPrivateKey
string
required

The private key used to deploy the token

url
string
required

The URL associated with the token

toAddress
string
required

The wallet address to receive the token

Response

200
application/json
data
object