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
address
string

The wallet address to receive the token

digits
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., XDC, ETH, BSC, POL)

supply
string

The total supply of the token

symbol
string

The symbol representing the token

url
string

The URL associated with the token

Response

200 - application/json
data
object