list_graduations
Fetch a page of recent token graduations and migrations, filter by source and minimum liquidity, exclude unwanted tokens, and paginate using the returned cursor until no more results remain.
Instructions
One page of recent graduations/migrations. Optional singular source (NOT an array). Use minLiquiditySol / excludeMayhem to filter junk. 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 | ||
| minLiquiditySol | No |