list_creations
Retrieve a page of recent token creations, optionally filtered by a single source and excluding mayhem-mode launches. Use the returned cursor to fetch further pages.
Instructions
One page of recent token creations (launches). Optional singular source (e.g. "pump_fun") — NOT an array; live multi-source use tail_stream with sources. Use excludeMayhem=true to drop mayhem-mode launches. To get more, call again with cursor set to the previous next; stop when next is null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | Rows per page; default 20 to conserve context — raise only if needed | |
| cursor | No | Pass the previous response's `next` for the next page | |
| source | No | Single source, e.g. "pump_fun" (NOT an array) | |
| excludeMayhem | No |