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 to true, addresses are in base58 format. Default is false.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 transactionraw_data_hex — hexadecimal representation of the raw transactionwallet/createassetissue method is used for:
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