madeonsol_tokens_list
Browse and filter Solana tokens by market cap, liquidity, DEX, and activity. Sort by momentum or volume to find active tokens.
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 |
|---|---|---|---|
| sort | No | Sort axis (default mc_desc). Momentum sorts: mc_change_5m_desc, mc_change_1h_desc, volume_1h_desc, trending (composite recent-volume × positive-momentum rank). | |
| limit | No | Page size (max 100) | |
| max_mc | No | Maximum market cap in USD | |
| min_mc | No | Minimum market cap in USD | |
| offset | No | Pagination offset | |
| 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 | |
| deployer_tier | No | Filter by deployer reputation tier. | |
| max_liq_mc_ratio | No | Maximum liquidity-to-MC ratio (0-1). | |
| min_liq_mc_ratio | No | Minimum liquidity-to-MC ratio (0-1). Filters out tokens where liquidity is thin relative to market cap. | |
| min_lp_burnt_pct | No | Minimum % of LP supply burned (0-100) | |
| authority_revoked | No | Only tokens whose mint+freeze authority is revoked | |
| exclude_token2022 | No | Exclude Token-2022 mints (transfer-fee / hook risk) | |
| max_mev_share_pct | No | Maximum MEV-share % of 1h volume (post-filter) | |
| min_volume_1h_usd | No | Minimum trailing 1h volume in USD (post-filter — may shrink page size) | |
| mc_change_1h_max_pct | No | Maximum 1h MC change % (post-filter) | |
| mc_change_1h_min_pct | No | Minimum 1h MC change % (post-filter; negative allowed) |