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 sending the TRC10 tokensto_address
— the address receiving the TRC10 tokensasset_name
— the name or ID of the TRC10 token to transferamount
— the amount of tokens to transfervisible
— 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 transfer 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/transferasset
method is used for:
- Transferring TRC10 tokens between accounts
- Building token transfer functionality in wallets and DApps
- Creating automated token distribution systems
- Implementing payment systems using TRC10 tokens
- Facilitating token trading and exchange operations
Body
application/json