Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
start_block_index
— the starting block number for scanningend_block_index
— the ending block number for scanningovk
— the outgoing viewing key for decrypting sent notesshielded_TRC20_contract_address
— the shielded TRC20 contract address to scan
Response
note_txs
— array of found outgoing shielded note transactionsblock_num
— block number where notes were foundtx_id
— transaction ID containing the notesindex
— index of the note within the transactionnote
— the decrypted note details including value and recipient information
Use case
Thewallet/scanshieldedtrc20notesbyovk
method is used for:
- Tracking outgoing shielded TRC20 payments for transaction history
- Monitoring sent transactions without revealing recipient details
- Building wallet interfaces that show outbound shielded transaction records
- Providing audit trails for shielded transaction activity
Body
application/json
Starting block number for scanning
Example:
10000000
Ending block number for scanning
Example:
10001000
Outgoing viewing key for decrypting sent notes
Example:
"0x06e5f6789012345678901234567890123456789012345678901234567890abcdef12"
Shielded TRC20 contract address to scan
Example:
"TGzz8gjYiYRqpfmDwnLxfgPuLVNmpCswVp"
Response
200 - application/json
Successfully scanned for outgoing shielded notes
Array of found outgoing shielded note transactions