ERC-20
Deploy Token
Deploys a token contract with the specified characteristics.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Network identifier where the token contract will be deployed.
Example:
10004
Body
application/json
Data needed for the deployment.
The body is of type object
.
Response
201
application/json
Successful token deployment.
The response is of type object
.