Last updated
Was this helpful?
Was this helpful?
curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/wallet/participateassetissue \
-X POST \
-H "Content-Type: application/json" \
-d '
{
"to_address": "TPswDDCAWhJAZGdHPidFg5nEf8TkNToDX1",
"owner_address": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",
"asset_name": "1000001031303030303031",
"visible": true
}
'