Deploys a token contract with the specified characteristics.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Network identifier where the token contract will be deployed.
10004
Data needed for the deployment.
Token name.
"MyToken"
Token symbol. Can be used later as an identifier with the networkId.
"MTK"
Address where the tokens will be sent to be burned.
"0x000000000000000000000000000000000000dEaD"
Total supply of tokens. Tokens can also be minted later. The tokens specified in this property are assigned to the user who calls this endpoint.
2000