Tokens
Create a token
Create a new token with specified parameters.
POST
Body
application/json
The name of the token
Example:
"Decentri Token"
The number of decimals places the token should have
Required range:
0 <= x <= 18
Example:
18
The symbol of the token
Example:
"DEC"
The owner of the token
Example:
"0xABD3CE8DB82F4B81A80A6E8AFDF668F80BEDD254"
Response
201
application/json
The token has been successfully created
The name of the token
Example:
"ACME Token"
The symbol of the token
Example:
"ACME"
The address of the token
Example:
"0xc0ffee254729296a45a3885639AC7E10F9d54979"
The number of decimals places the token should have
Example:
18
The owner of the token
Example:
"0x999999cf1046e68e36E1aA2E0E07105eDDD1f08E"
Whether the token is paused
Example:
false
The date the token was created