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 participating in the token offeringto_address
— the address of the token issuer (who created the asset)asset_name
— the name or ID of the TRC10 token to purchaseamount
— the amount of TRX to spend on purchasing tokensvisible
— 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 participate asset issue contractref_block_bytes
— reference block bytesref_block_hash
— reference block hashexpiration
— transaction expiration timestamptimestamp
— transaction creation timestamp
raw_data_hex
— hexadecimal representation of the raw transaction
Use case
Thewallet/participateassetissue
method is used for:
- Participating in TRC10 token ICOs and crowdfunding campaigns
- Building automated investment tools for token offerings
- Creating token purchase functionality in wallet applications
- Implementing token sale participation features in DeFi platforms
Body
application/json
Address participating in token offering
Token issuer address
Name or ID of the TRC10 token
Amount of TRX to spend on tokens
Use base58 address format