Issue token
post
/v1/tokens/issue
Body
chain_idinteger · int64RequiredExample:
The chain id of the transaction.
1212101decimalsinteger · int32 · max: 18RequiredExample:
The decimals of the token (maximum 18).
8is_privatebooleanRequiredExample:
true if this token is private and only whitelisted addresses can
operate with the tokens
falsemaster_authoritystringRequiredExample:
The master authority of the token.
0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC742AbnamestringRequiredExample:
The name of the token.
TEST Stablecoinnonceinteger · int64RequiredExample:
The nonce of the transaction.
0symbolstringRequiredExample:
The symbol of the token.
TESTResponses
200Success
application/json
Represents a transaction hash and the token that created by the transaction.
hashstringRequiredExample:
The hash of the transaction.
0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40ctokenstringRequiredExample:
The token that created by the transaction, only works for issuing new tokens.
0x6ADE9688A44D058fF181Ed64ddFAFbBE5CC742Ac400
Client error
application/json
404
Resource not found
application/json
408
Request timeout
application/json
422
Business logic error
application/json
500
Internal server error
application/json
post
/v1/tokens/issueLast updated