Issue token

triangle-exclamation
post
/v1/tokens/issue
Body
chain_idinteger · int64Required

The chain id of the transaction.

Example: 1212101
decimalsinteger · int32 · max: 18Required

The decimals of the token (maximum 18).

Example: 8
is_privatebooleanRequired

true if this token is private and only whitelisted addresses can operate with the tokens

Example: false
master_authoritystringRequired

The master authority of the token.

Example: 0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC742Ab
namestringRequired

The name of the token.

Example: TEST Stablecoin
nonceinteger · int64Required

The nonce of the transaction.

Example: 0
symbolstringRequired

The symbol of the token.

Example: TEST
Responses
chevron-right
200Success
application/json

Represents a transaction hash and the token that created by the transaction.

hashstringRequired

The hash of the transaction.

Example: 0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40c
tokenstringRequired

The token that created by the transaction, only works for issuing new tokens.

Example: 0x6ADE9688A44D058fF181Ed64ddFAFbBE5CC742Ac
post
/v1/tokens/issue

Last updated