ScanShieldedTrc20NotesByOvk
Parameters
Returns
curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/walletsolidity/scanshieldedtrc20notesbyovk \
-X POST \
-H "Content-Type: application/json" \
-d '{
"start_block_index": 434,
"end_block_index": 567,
"shielded_TRC20_contract_address": "CONTRACT_ADDRESS",
"ovk": "OPTICAL_VIEWING_KEY",
"visible": true
}
'Last updated
Was this helpful?