TRON Transfers
Following are examples of the body of a Create Transaction request for a native TRON currency transfer and TRC-20 transfer. The general details of creating the request appear here.
See also details on TRON Fees.
{
"vault_id": "432b199b-1f71-42bf-ba0b-33d512afa9de",
"signer_type": "api_signer",
"sign_mode": "auto",
"type": "tron_transaction",
"details": {
"type": "tron_transfer",
"to": {
"type": "hex",
"address": "TJCnKsPa7y5okkXvQAidZBzqx3QyQ6sxMW"
},
"value": {
"type": "value",
"value": "1000000000000000000"
},
"asset_identifier": {
"type": "tron",
"details": {
"type": "native",
"chain": "tron_mainnet"
}
},
"memo": "<on-chain memo to be included in the transaction>"
}
}