ParticipateAssetIssue
Participate in an asset issue.
curl --request POST \
--url https://tron.api.watchdata.io/wallet/participateassetissue \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"to_address": "41e552f6487585c2b58bc2c9bb4492bc1f17132cd0",
"owner_address": "41e472f387585c2b58bc2c9bb4492bc1f17342cd1",
"amount": 0,
"asset_name": "1000001031303030303031",
"visible": true
}
'Last updated