Token
Deploy Token (ERC-20)
Deploy a new fungible token on the specified blockchain.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The wallet address to receive the token
The number of decimal places the token supports
The private key used to deploy the token
The name of the token
The blockchain network (e.g., XDC, ETH, BSC, POL)
The total supply of the token
The symbol representing the token
The URL associated with the token
Response
200 - application/json