Skip to content

Commit b7db00a

Browse files
authored
Fix troubleshooting curl (#165)
1 parent fcd1235 commit b7db00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

references/api/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can use these values to simulate the transaction in [Tenderly](https://tende
1818

1919
<CodeGroup>
2020
```bash cURL
21-
curl -X GET "https://www.relay.link/transaction/0x27714ec23ddd6466f383c77368692f948d7c52d320de03b371d0f310437bcb2a"
21+
curl -X GET "https://api.relay.link/requests/v2?id=0x27714ec23ddd6466f383c77368692f948d7c52d320de03b371d0f310437bcb2a"
2222
```
2323
```json Response
2424
{

0 commit comments

Comments
 (0)