diff --git a/docs/api/xChainRead/api-reference.md b/docs/api/xChainRead/api-reference.md index f2f21af5..15db609e 100644 --- a/docs/api/xChainRead/api-reference.md +++ b/docs/api/xChainRead/api-reference.md @@ -14,7 +14,7 @@ Retrieve proof data for cross-chain read requests. **URL**: https://api.v05.t1protocol.com/api/read-proofs **Parameters**: -- `address` (string, required): Your contract address +- `address` (string, required): Address of the EOA that triggered the Proof of Read request - `direction` (string, optional): L1_TO_L2 or L2_TO_L1 - `page` (number, optional): Page number - `page_size` (number, optional): Results per page @@ -120,4 +120,4 @@ abi.encode( bytes result, // raw function result, ABI-encoded bytes proof // merkle proof ) -``` \ No newline at end of file +```