CreateShieldedContractParameters
curl --request POST \
--url https://tron.api.watchdata.io/wallet/createshieldedcontractparameters \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"ovk": "string",
"from_amount": "string",
"to_amount": "string",
"transparent_to_address": "string",
"shielded_TRC20_contract_address": "string",
"ask": "string",
"nsk": "string"
}
'Last updated