Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
owner_address
— the address that will issue and own the tokenname
— the full name of the token (string)abbr
— the token symbol or abbreviation (string)total_supply
— the total number of tokens to be issued (integer)trx_num
— the TRX amount used in the exchange rate calculation (integer)num
— the token amount used in the exchange rate calculation (integer)precision
— the number of decimal places supported by the token (integer, 0-6)start_time
— ICO start timestamp in milliseconds (integer)end_time
— ICO end timestamp in milliseconds (integer)description
— detailed description of the token project (string)url
— official website URL for the token project (string)free_asset_net_limit
— bandwidth provided by token issuer for token operations (integer, optional)public_free_asset_net_limit
— public bandwidth limit available for this token (integer, optional)frozen_supply
— array of frozen supply configurations (optional)visible
— optional boolean parameter. When set totrue
, addresses are in base58 format. Default isfalse
.
Response
visible
— indicates the address format used in the responsetxID
— the transaction hashraw_data
— raw transaction data including:contract
— array containing the asset issue contractref_block_bytes
— reference block bytesref_block_hash
— reference block hashexpiration
— transaction expiration timestamptimestamp
— transaction creation timestampfee_limit
— maximum fee allowed for this transaction
raw_data_hex
— hexadecimal representation of the raw transaction
Use case
Thewallet/createassetissue
method is used for:
- Creating new TRC10 tokens for projects and organizations
- Launching Initial Coin Offerings (ICOs) and token sales
- Building token issuance functionality in wallet applications
- Developing automated token creation systems for DeFi platforms
Body
application/json
Address that will issue the token
Token name
Token symbol/abbreviation
Total supply of tokens
TRX amount for exchange rate
Token amount for exchange rate
ICO start time (timestamp)
ICO end time (timestamp)
Token description
Token project website
Token decimal places (0-6)
Free bandwidth for token operations
Public free bandwidth limit
Frozen supply configurations
Use base58 address format