Skip to main content

getblocksubsidy RPC Method

Loading...

Updated on
Apr 29, 2026

getblocksubsidy RPC Method

Parameters

height
integer
Loading...

Returns

fundingstreams
array
Loading...
recipient
string
Loading...
specification
string
Loading...
value
number
Loading...
valueZat
integer
Loading...
address
string
Loading...
lockboxstreams
array
Loading...
recipient
string
Loading...
specification
string
Loading...
value
number
Loading...
valueZat
integer
Loading...
miner
number
Loading...
founders
number
Loading...
fundingstreamstotal
number
Loading...
lockboxtotal
number
Loading...
totalblocksubsidy
number
Loading...
error
string
Loading...
Request
1
curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "getblocksubsidy",
6
"params": [
7
1000
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "getblocksubsidy",
6
"params": [
7
1000
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"fundingstreams": [
6
{
7
"recipient": "Major Grants",
8
"specification": "https://zips.z.cash/zip-0214",
9
"value": 0.125,
10
"valueZat": 12500000,
11
"address": "t3cFfPt1Bcvgez9ZbMBFWeZsskxTkPzGCow"
12
}
13
],
14
"lockboxstreams": [
15
{
16
"recipient": "Lockbox NU6",
17
"specification": "https://zips.z.cash/zip-0214",
18
"value": 0.1875,
19
"valueZat": 18750000
20
}
21
],
22
"miner": 1.25,
23
"founders": 0,
24
"fundingstreamstotal": 0.125,
25
"lockboxtotal": 0.1875,
26
"totalblocksubsidy": 1.5625
27
}
28
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"fundingstreams": [
6
{
7
"recipient": "Major Grants",
8
"specification": "https://zips.z.cash/zip-0214",
9
"value": 0.125,
10
"valueZat": 12500000,
11
"address": "t3cFfPt1Bcvgez9ZbMBFWeZsskxTkPzGCow"
12
}
13
],
14
"lockboxstreams": [
15
{
16
"recipient": "Lockbox NU6",
17
"specification": "https://zips.z.cash/zip-0214",
18
"value": 0.1875,
19
"valueZat": 18750000
20
}
21
],
22
"miner": 1.25,
23
"founders": 0,
24
"fundingstreamstotal": 0.125,
25
"lockboxtotal": 0.1875,
26
"totalblocksubsidy": 1.5625
27
}
28
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free