Skip to main content

/wallet/getaccountbalance REST API Endpoint

Loading...

Updated on
Apr 03, 2024

/wallet/getaccountbalance REST API Endpoint

Body Parameters

account_identifier
object
REQUIRED
Loading...
address
string
Loading...
block_identifier
object
REQUIRED
Loading...
hash
string
Loading...
number
integer
Loading...
visible
boolean
Loading...

Returns

balance
Loading...
block_identifier
Loading...
hash
Loading...
number
Loading...
Request
1
curl --location 'https://docs-demo.tron-mainnet.quiknode.pro/wallet/getaccountbalance' \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '{
5
"account_identifier": {
6
"address": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g"
7
},
8
"block_identifier": {
9
"hash": "0000000000010c4a732d1e215e87466271e425c86945783c3d3f122bfa5affd9",
10
"number": 68682
11
},
12
"visible": true
13
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free