IsShieldedTrc20ContractNoteSpent
Body params:
note
ak
nk
position
shielded_TRC20_contract_address
Request
curl --request POST \
--url https://tron.api.watchdata.io/wallet/isshieldedtrc20contractnotespent \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"ak": "string",
"nk": "string",
"position": 1,
"shielded_TRC20_contract_address": "string"
}
'
Response
{
"Error": "class org.tron.core.services.http.JsonFormat$ParseException : 1:7: INVALID hex String"
}
Last updated