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

# Public Endpoints

Endpoints for showing trending and popular Moonit tokens on your platform easily

# Most Popular Tokens

## Fetch the tokens with the highest market capitalisation

```text http theme={null}
GET https://api.mintlp.io/v1/fun?sortBy=MARKET_CAP&state=GRADUATED&vanityExtension=moon&blockchainSymbol=SOL&page=1&pageSize=42
```

# Trending Tokens

## Fetch a list of currently trending tokens

```text http theme={null}
GET https://api.mintlp.io/v1/fun?sortBy=TRENDING&state=NOT_GRADUATED&vanityExtension=moon&blockchainSymbol=SOL&page=1&pageSize=42
```
