API
Pagination
We support 2 pagination types: offset pagination and cursor pagination.
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🏆 Modo is sponsoring #HackCanton — use a promo code to unlock Modo Pro for free. Learn more →
| Parameter | Description | Sample Value |
|---|---|---|
| size | number of returned entries | 20 |
| page | queried page | 3 |
| sortBy | sorting parameter | AGE |
| orderBy | the order in which the values are returned | ASC - oldest to latest DESC - latest to oldest |
| Parameter | Description | Sample Value |
|---|---|---|
| nextCursor | the entry (transaction, party ID, etc.) after or before which other entries will be returned | 20 |
| size | number of returned entries | 20 |
| page | queried page | 3 |
| sortBy | sorting parameter | AGE |
| orderBy | the order in which the values are returned | ASC - oldest to latest DESC - latest to oldest |