Skip to main content

/wallet/getblockbalance REST API Endpoint

Loading...

Updated on
Oct 04, 2023

/wallet/getblockbalance REST API Endpoint

Body Parameters

hash
string
REQUIRED
Loading...
number
integer
REQUIRED
Loading...
visible
boolean
Loading...

Returns

timestamp
Loading...
block_identifier
Loading...
hash
Loading...
number
Loading...
transaction_balance_trace
Loading...
transaction_identifier
Loading...
operation
Loading...
type
Loading...
status
Loading...
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getblockbalance \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '
5
{
6
"hash": "BLOCK_HASH",
7
"number": BLOCK_NUMBER,
8
"visible": true
9
}
10
'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free