diff --git a/node/rpc/src/zgs/api.rs b/node/rpc/src/zgs/api.rs
index abc33ea..a3b0ac1 100644
--- a/node/rpc/src/zgs/api.rs
+++ b/node/rpc/src/zgs/api.rs
@@ -87,4 +87,7 @@ pub trait Rpc {
#[method(name = "getFlowContext")]
async fn get_flow_context(&self) -> RpcResult<(H256, u64)>;
+
+ #[method(name = "getChunkByIndex")]
+ async fn get_chunk_by_index(&self, chunk_index: u64) -> RpcResult