Recent token launches
arcnow_list_tokensList recent token launches on Arc, newest first. Filter by creator and optionally fetch live curve state to monitor graduation progress.
Instructions
Recent arcnow.io launches, newest first, read from the launchpad's Launched log.
There is no index and no backend behind this: it walks the chain backwards from the tip in bounded chunks, so it sees a WINDOW of recent history and the result says exactly which blocks it covered. If it stopped on its budget before finding what you asked for, that is reported and is not the same as 'there are no more' — do not tell a user a token does not exist on the strength of this tool.
Filter by creator to find what one address launched. Set includeState to false when you only need the addresses; each token's curve state is an extra round trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many launches to return. Each one with includeState costs a round trip. | |
| creator | No | Only launches by this creator address. | |
| includeState | No | Also read each curve's live state: price, reserve, progress to graduation, whether it graduated. Off is faster and tells you only what the launch log recorded. |