> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cooket.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Discovery

> New, top, near-graduation, linked, trending, and search views.

`GET /api/v1/tokens?view=new|top|near|linked` selects a discovery view. `new` is equivalent to the default newest list. The other views are backed by current repository queries over canonical, non-excluded token projections.

`GET /api/v1/tokens?search=term` matches normalized token name, symbol, and address prefixes. Search permits letters, numbers, spaces, dots, underscores, and hyphens, with a maximum of 64 bytes. Search cannot be combined with `view`.

`GET /api/v1/tokens/trending` and `GET /api/v1/trending` are aliases. Trending ordering uses indexed recent volume, trade count, and trader count. It is not an endorsement.

All responses use `{ "items": [...], "next_cursor": "..." }`. Standard limit range is 1–100.
