Paginated swap feed with chain and protocol filters
Documentation Index
Fetch the complete documentation index at: https://docs.leokit.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
cursor | string | No | ISO timestamp from a previous next_cursor. Returns rows older than this |
limit | number | No | Page size, 1–100. Default 50 |
chain | string | No | Filter by source or destination chain (e.g. ETH, BTC) |
protocol | string | No | Filter by protocol slug (e.g. thorchain) |
| Field | Description |
|---|---|
data | Array of ExplorerTransaction (see overview) |
next_cursor | Pass to next request as cursor to fetch the next page. null when exhausted |
has_more | true if more rows exist after this page |
| Status | Description |
|---|---|
500 | Supabase query failure |