madeonsol_tokens_list
Browse filtered, sortable Solana token directory by market-cap, liquidity, activity, DEX, and authority flags. Includes computed 1h volume, MEV-share, and MC-change deltas.
Instructions
Filtered, sortable token directory. Browse all tracked Solana tokens by market-cap band, liquidity floor, recent-activity window, primary DEX, authority/safety flags, and computed 1h volume / MEV-share / MC-change deltas. Default min_liq=2000 skips phantom-MC dust (low-liquidity pools producing absurd VWAP×supply products) — pass min_liq=0 to opt out. Computed filters (min_volume_1h_usd, max_mev_share_pct, mc_change_1h_min_pct, mc_change_1h_max_pct) over-fetch and post-filter — pagination.post_filtered=true on the response means page size may be < limit. PRO+ only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_mc | No | Minimum market cap in USD | |
| max_mc | No | Maximum market cap in USD | |
| min_liq | No | Minimum quote-side liquidity in USD (default 2000 — pass 0 to opt out of phantom-MC filter) | |
| active_h | No | Only tokens with a trade in the last N hours | |
| primary_dex | No | Filter by primary DEX | |
| authority_revoked | No | Only tokens whose mint+freeze authority is revoked | |
| exclude_token2022 | No | Exclude Token-2022 mints (transfer-fee / hook risk) | |
| min_lp_burnt_pct | No | Minimum % of LP supply burned (0-100) | |
| min_volume_1h_usd | No | Minimum trailing 1h volume in USD (post-filter — may shrink page size) | |
| max_mev_share_pct | No | Maximum MEV-share % of 1h volume (post-filter) | |
| mc_change_1h_min_pct | No | Minimum 1h MC change % (post-filter; negative allowed) | |
| mc_change_1h_max_pct | No | Maximum 1h MC change % (post-filter) | |
| sort | No | Sort axis (default mc_desc) | |
| limit | No | Page size (max 100) | |
| offset | No | Pagination offset |