Skip to main content

/walletsolidity/scanshieldedtrc20notesbyivk REST API Endpoint

Loading...

Updated on
Oct 04, 2023

/walletsolidity/scanshieldedtrc20notesbyivk REST API Endpoint

Body Parameters

start_block_index
integer
REQUIRED
Loading...
end_block_index
integer
REQUIRED
Loading...
shielded_TRC20_contract_address
string
REQUIRED
Loading...
ivk
string
REQUIRED
Loading...
ak
string
REQUIRED
Loading...
nk
string
REQUIRED
Loading...
visible
boolean
REQUIRED
Loading...

Returns

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