Watch for live launches
watch_launchesMonitor NOXA and Odyssey launchpads for new token launches, waiting up to a specified time or count, then return the launches. If none appear, return the most recent launch.
Instructions
Watch NOXA + The Odyssey live for new token launches, blocking up to waitSeconds (or until limit launches are seen), then returns what appeared. Falls back to the most recent launch if none fire in the window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Stop early after this many (default 20). | |
| launchpad | No | Restrict to one launchpad. | |
| waitSeconds | No | How long to watch (default 20, max 120). | |
| includeRecentIfEmpty | No | If nothing launches in the window, return the latest recent launch (default true). |