Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion docs/integration/7683/solver-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
```
Expand Down