Create contract

This endpoint is used to create an ERC20 contract.

Body Params
string
required

The blockchain of the token contract.

string
required

The name of the token contract.

string

The symbol for your token contract. (generated based on name if empty)

integer

The maximum amount of tokens allowed to be minted.

boolean

Indication wether the tokens will be burnable or not. Burning tokens is the act of sending tokens to a wallet that cannot be accessed

string

The wallet address who will be the owner of this token contract. The owner will have admin rights on the token contract.

string

You can optionally provide the companyId to specify for which company the contract should be created.

Responses

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json