diff --git a/docs/integration/xChainRead/frontend.md b/docs/integration/7683/frontend.md similarity index 99% rename from docs/integration/xChainRead/frontend.md rename to docs/integration/7683/frontend.md index 909428fd..b5ce3be6 100644 --- a/docs/integration/xChainRead/frontend.md +++ b/docs/integration/7683/frontend.md @@ -2,7 +2,7 @@ id: frontend title: ERC 7683 Frontend Integration sidebar_label: ERC 7683 Frontend Integration -sidebar_position: 3 +sidebar_position: 2 --- # Frontend Integration for 7683 Intent Bridging diff --git a/docs/integration/7683/solver-integration.md b/docs/integration/7683/solver-integration.md index fc5e4dc0..e81ab6b4 100644 --- a/docs/integration/7683/solver-integration.md +++ b/docs/integration/7683/solver-integration.md @@ -2,7 +2,7 @@ id: 7683-solver title: Solver integration sidebar_label: Solver integration -sidebar_position: 4 +sidebar_position: 1 --- # t1 intents protocol: solver integration @@ -86,14 +86,21 @@ Endpoint: `/api/read-proofs` Method: `GET` **Query Parameters:** + | Parameter | Type | Optional | Description | Value suggested | + |-----------|------|----------|-------------|---------| + | `address` | string | No | Address that called `verifySettlement` | - | + | `direction` | string | Yes | Direction of the read: `"L1_TO_L2"` \| `"L2_TO_L1"` | - | + | `page` | number | Yes | Page number to fetch | `1` | + | `page_size` | number | Yes | Items per page | `100` | **Example Request:** + ```bash curl "https://api.v05.t1protocol.com/api/read-proofs?address=0x123...&direction=L1_TO_L2&page=1&page_size=100" ```