We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9626e commit 904906bCopy full SHA for 904906b
apps/portal/src/app/insight/agents-and-llms/llmstxt/page.mdx
@@ -316,7 +316,7 @@ GET /v1/events/:contractAddress/:signature
316
1. **Get All Transactions**
317
318
```typescript
319
-GET / v1 / transactions;
+GET /v1/transactions;
320
```
321
322
2. **Get Contract Transactions**
@@ -427,4 +427,4 @@ All endpoints return standard error responses for 400 and 500 status codes:
427
interface ErrorResponse {
428
error: string; // Required
429
}
430
-```
+```
0 commit comments