Skip to main content

/walletsolidity/getcanwithdrawunfreezeamount REST API Endpoint

Loading...

Updated on
Oct 04, 2023

/walletsolidity/getcanwithdrawunfreezeamount REST API Endpoint

Body Parameters

owner_address
string
REQUIRED
Loading...
timestamp
integer
REQUIRED
Loading...
visible
boolean
Loading...

Returns

amount
Loading...
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/getcanwithdrawunfreezeamount \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '
5
{
6
"owner_address": "OWNER_ADDRESS",
7
"timestamp": 1667977444000,
8
"visible": true
9
}
10
'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free