Skip to main content

/walletsolidity/isshieldedtrc20contractnotespent REST API Endpoint

Checks whether a specific shielded TRC20 contract note has been spent or not.

Updated on
Oct 4, 2023

/walletsolidity/isshieldedtrc20contractnotespent REST API Endpoint

Body Parameters

ak
string
REQUIRED
A string representing the address key (ak)
nk
string
REQUIRED
A string representing the note key (nk)
position
string
REQUIRED
The position of the shielded TRC20 contract note
shielded_TRC20_contract_address
string
REQUIRED
The address of the shielded TRC20 contract

Returns

is_spent
It indicates whether the specified shielded TRC20 contract note has been spent or not
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/isshieldedtrc20contractnotespent \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json'
4
--data '{
5
"ak": "ADDRESS_KEY",
6
"nk": "NOTE_KEY",
7
"position": "POSITION",
8
"shielded_TRC20_contract_address": "CONTRACT_ADDRESS"
9
}
10
'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free