CreateAssetIssue

Issue a TRC-10 token. Each account can issue only one TRC-10 token and pays a one-time issuance fee.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Issue a TRC-10 token. Each account can issue only one TRC-10 token and pays a one-time issuance fee.

⚠️

One-time issuance fee and one token per account

Issuing a TRC-10 token burns the issuance fee controlled by chain parameter #4 getAssetIssueFee, currently 1,024 TRX on Mainnet. The fee is not refundable. Each account can issue only one TRC-10 token; use a separate account if you need another issuance.

💡

Prefer TRC-20 for new programmable tokens

TRC-10 is a protocol-level token standard with limited TVM programmability. New token projects usually use TRC-20 for broader tooling, programmability, and ecosystem support.


Related resources

Body Params
string
required

Token issuer's address. (Format: Base58 or Hex)

string

Token name (Default: Hex). Example: 0x6173736574497373756531353330383934333132313538

string

Token's abbreviation or symbol. Example: 0x6162627231353330383934333132313538

int64

Total supply of the TRC-10 token.

int64

Defines the price ratio as trx_num / num. (Unit of 'trx_num': sun)

int64

Defines the price ratio as trx_num / num. (Unit of 'trx_num': sun)

int64

ICO start time. (Unit: millisecond)

int64

ICO End time. (Unit: millisecond)

string

Description of the TRC-10 token (Default: Hex). Example: 0x4578616d706c654465736372697074696f6e

string

URL of the official website (Default: Hex). Example: 0x7777772e6578616d706c652e636f6d

int64

Free Bandwidth limit for TRC-10 token transfers.

int64

Total public free Bandwidth limit for a TRC-10 token.

json

List of frozen supply objects for the TRC-10 token. Example: {"frozen_amount":1,"frozen_days":2}

int32

Token precision (number of decimal places).

boolean

Optional. Set to true to format addresses in Base58; set to false for hex format. (Default: false)

int32

Optional. Permission ID used for multi-signature account operations. Defaults to the owner permission (0) if unspecified.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json