Skip to main content

/walletsolidity/isshieldedtrc20contractnotespent REST API Endpoint

Loading...

Updated on
Oct 04, 2023

/walletsolidity/isshieldedtrc20contractnotespent REST API Endpoint

Body Parameters

ak
string
REQUIRED
Loading...
nk
string
REQUIRED
Loading...
position
string
REQUIRED
Loading...
shielded_TRC20_contract_address
string
REQUIRED
Loading...

Returns

is_spent
Loading...
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