curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/createshieldedcontractparameterswithoutask \
--header 'Content-Type: application/json' \
--data '{
"ovk": "0x09b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2",
"from_address": "ztron1sender123456789abcdef...",
"to_address": "ztron1recipient123456789abcdef...",
"amount": "1000000",
"transparent_from_address": "<string>",
"transparent_to_address": "<string>"
}'
{
"receive_description": {},
"spend_description": {},
"binding_signature": "<string>"
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/createshieldedcontractparameterswithoutask \
--header 'Content-Type: application/json' \
--data '{
"ovk": "0x09b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2",
"from_address": "ztron1sender123456789abcdef...",
"to_address": "ztron1recipient123456789abcdef...",
"amount": "1000000",
"transparent_from_address": "<string>",
"transparent_to_address": "<string>"
}'
{
"receive_description": {},
"spend_description": {},
"binding_signature": "<string>"
}
ovk
— the outgoing viewing key for transaction monitoringfrom_address
— the sender’s shielded addressto_address
— the recipient’s shielded addressamount
— the amount to transfertransparent_from_address
— optional transparent sender addresstransparent_to_address
— optional transparent recipient addressreceive_description
— the receive description for the shielded transactionspend_description
— the spend description for the shielded transactionbinding_signature
— the binding signature that ties the transaction togetherwallet/createshieldedcontractparameterswithoutask
method is used for:
Successfully created shielded contract parameters
The response is of type object
.