Deploy Token (ERC-20)
Deploy a new fungible token on the specified blockchain.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The blockchain network (e.g., XDC, ETH, BSC, POL)
The name of the token
The symbol representing the token
Initial supply of ERC20 token. If totalCap is not defined, this will be the total cap.
The number of decimal places the token supports
The private key used to deploy the token
The wallet address to receive the token
Max supply of ERC20 token.
The blockchain network (e.g., XDC, ETH, BSC, POL)
The name of the token
The symbol representing the token
Initial supply of ERC20 token. If totalCap is not defined, this will be the total cap.
The number of decimal places the token supports
The private key used to deploy the token
The wallet address to receive the token
Max supply of ERC20 token.
The blockchain network such as ALGO
The token name
The token symbol
The token supply
The token digits
The private key
The token url
The fee