Skip to main content

GET /api/v2/address/{address} - Blockbook REST API

Loading...

Updated on
Jun 09, 2026

GET /api/v2/address/{address} - Blockbook REST API

Please note that this REST method requires the Zcash Blockbook add-on enabled on your QuickNode endpoint.

Path Parameters

address
string
REQUIRED
Loading...

Query Parameters

page
integer
Loading...
size
integer
Loading...
fromHeight
integer
Loading...
details
string
Loading...

Returns

page
integer
Loading...
totalPages
integer
Loading...
itemsOnPage
integer
Loading...
address
string
Loading...
balance
string
Loading...
totalReceived
string
Loading...
totalSent
string
Loading...
unconfirmedBalance
string
Loading...
unconfirmedTxs
integer
Loading...
txs
integer
Loading...
txids
array
Loading...
Request
1
curl -X GET "https://docs-demo.zec-mainnet.quiknode.pro/address/t1Hsc1LR8yKnbbe3twRp88p6vFfC5t7DLbs?page=1&size=1000&fromHeight=0&details=txids" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.zec-mainnet.quiknode.pro/address/t1Hsc1LR8yKnbbe3twRp88p6vFfC5t7DLbs?page=1&size=1000&fromHeight=0&details=txids" \
2
-H "Content-Type: application/json"
Response
1
{
2
"page": 1,
3
"totalPages": 1,
4
"itemsOnPage": 1000,
5
"address": "t1Hsc1LR8yKnbbe3twRp88p6vFfC5t7DLbs",
6
"balance": "10000",
7
"totalReceived": "10000",
8
"totalSent": "0",
9
"unconfirmedBalance": "0",
10
"unconfirmedTxs": 0,
11
"txs": 1,
12
"txids": [
13
"7f8b7616b74859c6d756d4610f31b772462250b171a22fa6505bd4f3059dea8e"
14
]
15
}
1
{
2
"page": 1,
3
"totalPages": 1,
4
"itemsOnPage": 1000,
5
"address": "t1Hsc1LR8yKnbbe3twRp88p6vFfC5t7DLbs",
6
"balance": "10000",
7
"totalReceived": "10000",
8
"totalSent": "0",
9
"unconfirmedBalance": "0",
10
"unconfirmedTxs": 0,
11
"txs": 1,
12
"txids": [
13
"7f8b7616b74859c6d756d4610f31b772462250b171a22fa6505bd4f3059dea8e"
14
]
15
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free