z_getsubtreesbyindex RPC Method
Parameters
pool
string
REQUIRED
Loading...
start_index
integer
REQUIRED
Loading...
limit
integer
Loading...
Returns
pool
string
Loading...
start_index
integer
Loading...
subtrees
array
Loading...
root
string
Loading...
end_height
integer
Loading...
error
string
Loading...
Request
1curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "z_getsubtreesbyindex",6"params": [7"sapling",80,9510],11"id": 112}'
1curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "z_getsubtreesbyindex",6"params": [7"sapling",80,9510],11"id": 112}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"pool": "sapling",6"start_index": 0,7"subtrees": [8{9"root": "754bb593ea42d231a7ddf367640f09bbf59dc00f2c1d2003cc340e0c016b5b13",10"end_height": 55882211},12{13"root": "03654c3eacbb9b93e122cf6d77b606eae29610f4f38a477985368197fd68e02d",14"end_height": 67020915},16{17"root": "e2bf698f5ac10b44da560d11a5e1d5c191a82a968a2be0a6948aa8748b545160",18"end_height": 78036419},20{21"root": "e71be1fd3963a2d700ed374d01fdd4a70d8dda8189a8f6602e5fe66c2c66a11d",22"end_height": 83999423},24{25"root": "f1c57245fff8dbc2d3efe5a0953eafdedeb06e18a3ad4f1e4042ee76623f8032",26"end_height": 91640427}28]29}30}
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"pool": "sapling",6"start_index": 0,7"subtrees": [8{9"root": "754bb593ea42d231a7ddf367640f09bbf59dc00f2c1d2003cc340e0c016b5b13",10"end_height": 55882211},12{13"root": "03654c3eacbb9b93e122cf6d77b606eae29610f4f38a477985368197fd68e02d",14"end_height": 67020915},16{17"root": "e2bf698f5ac10b44da560d11a5e1d5c191a82a968a2be0a6948aa8748b545160",18"end_height": 78036419},20{21"root": "e71be1fd3963a2d700ed374d01fdd4a70d8dda8189a8f6602e5fe66c2c66a11d",22"end_height": 83999423},24{25"root": "f1c57245fff8dbc2d3efe5a0953eafdedeb06e18a3ad4f1e4042ee76623f8032",26"end_height": 91640427}28]29}30}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free