HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

CreateAssetIssue

Issues a TRC-10 token. An account can only issue a TRC-10 token once.

Returns

Transaction object - JSON object: Unsigned transaction, please refer to the Transaction chapter for the fields contained in it. Since the transaction type is AssetIssueContract, the fields contained in raw_data.contract[0].parameter.value in the transaction are as follows:

FieldTypeDescription
owner_addressstringIssuer address.
namestringTRC-10 token name.
abbrstringTRC-10 token symbol.
total_supplyint64Total supply.
frozen_supplyFrozenSupply[]List of frozen token supply objects, specified by the issuer at token issuance.
trx_numint32Define the price by the ratio of trx_num/num. (Unit of trx_num is sun)
precisionint32Token precision, i.e. number of decimal places the token supports.
numint32Define the price by the ratio of trx_num/num. (Unit of trx_num is sun)
start_timeint64ICO start time. (Unit: millisecond)
end_timeint64ICO end time. (Unit: millisecond)
descriptionstringTRC-10 token description.
urlstringURL of the token's official website. (Default: hexString)
free_asset_net_limitint64Account's free Bandwidth limit for TRC-10 token transfers.
public_free_asset_net_limitint64Total free Bandwidth limit for the TRC-10 token.
public_free_asset_net_usageint64Amount of free Bandwidth used for the TRC-10 token.
public_latest_free_net_timeint64Timestamp of the last free Bandwidth consumption for the TRC-10 token. (Unit: millisecond)
Language
Click Try It! to start a request and see the response here!