Skip to main content

/walletsolidity/scanshieldedtrc20notesbyovk REST API Endpoint

Loading...

Updated on
Oct 04, 2023

/walletsolidity/scanshieldedtrc20notesbyovk REST API Endpoint

Body Parameters

start_block_index
integer
REQUIRED
Loading...
end_block_index
integer
REQUIRED
Loading...
shielded_TRC20_contract_address
string
REQUIRED
Loading...
ovk
string
REQUIRED
Loading...
visible
boolean
REQUIRED
Loading...

Returns

is_spent
Loading...
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/scanshieldedtrc20notesbyovk \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json'
4
--data '{
5
"start_block_index": 434,
6
"end_block_index": 567,
7
"shielded_TRC20_contract_address": "CONTRACT_ADDRESS",
8
"ovk": "OPTICAL_VIEWING_KEY",
9
"visible": true
10
}
11
'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free