POST
/
api
/
v1
/
token
/
fungible
/
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., XDC, ETH, BSC, POL)

name
string
required

The name of the token

symbol
string
required

The symbol representing the token

supply
string
required

Initial supply of ERC20 token. If totalCap is not defined, this will be the total cap.

digits
integer
required

The number of decimal places the token supports

fromPrivateKey
string
required

The private key used to deploy the token

address
string
required

The wallet address to receive the token

totalCap
string

Max supply of ERC20 token.

Response

200
application/json
data
object