Skip to main content
GET
Meme Token - List

Discovery list for meme tokens across supported launch ecosystems.

  • Use filtering, sorting, and pagination to shape the exact meme board you need.
  • Returns summary-level token data such as name, symbol, address, price, volume, market cap, and popularity-style metrics.
  • Coverage depends on launch venue data availability:
  • pump_dot_fun, moonshot, raydium_launchlab: from 2025-06-20
  • meteora_dynamic_bonding_curve: from 2025-09-20
  • four.meme: from 2025-11-20
  • nad.fun: from 2025-11-17
  • This endpoint consumes 30 CU per request.
  • Build meme-token discovery boards across supported chains and launch venues.
  • Surface fast-moving meme names for watchlists, alerts, and internal research queues.
  • Feed launch-monitoring products with sortable popularity, price, and activity snapshots.
  • Compare meme-token cohorts before drilling into detailed token pages.
  • Set x-chain to solana, bsc, or monad.
  • Apply filters and sorting to narrow the meme-token universe to the cohort you care about.
  • Use pagination parameters to scroll through larger result sets.
  • Open the single-detail endpoint when one token needs deeper inspection.
  • Treat this as a discovery layer first, then validate shortlisted tokens with market, holder, security, and transaction endpoints.
  • Keep venue and chain filters visible in UI so users understand why a token appears in the list.
  • Re-query on a moderate cadence during active launches because meme-token rankings can move quickly.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

Meme networks support.

Available options:
solana,
bsc,
monad

Query Parameters

sort_by
enum<string>
default:progress_percent
required
Available options:
progress_percent,
graduated_time,
creation_time,
liquidity,
market_cap,
fdv,
recent_listing_time,
last_trade_unix_time,
holder,
volume_1m_usd,
volume_5m_usd,
volume_30m_usd,
volume_1h_usd,
volume_2h_usd,
volume_4h_usd,
volume_8h_usd,
volume_24h_usd,
volume_7d_usd,
volume_30d_usd,
volume_1m_change_percent,
volume_5m_change_percent,
volume_30m_change_percent,
volume_1h_change_percent,
volume_2h_change_percent,
volume_4h_change_percent,
volume_8h_change_percent,
volume_24h_change_percent,
volume_7d_change_percent,
volume_30d_change_percent,
price_change_1m_percent,
price_change_5m_percent,
price_change_30m_percent,
price_change_1h_percent,
price_change_2h_percent,
price_change_4h_percent,
price_change_8h_percent,
price_change_24h_percent,
price_change_7d_percent,
price_change_30d_percent,
trade_1m_count,
trade_5m_count,
trade_30m_count,
trade_1h_count,
trade_2h_count,
trade_4h_count,
trade_8h_count,
trade_24h_count,
trade_7d_count,
trade_30d_count,
global_fees_paid
sort_type
enum<string>
default:desc
required

Specify the sort order.

Available options:
desc,
asc
source
enum<string>
default:all

Source name of the meme token. Default to all

Available options:
all,
pump_dot_fun,
moonshot,
raydium_launchlab,
meteora_dynamic_bonding_curve,
four.meme,
nad.fun,
flap,
something,
lfj_token_mill
creator
string

Creator of the meme token

platform_id
string

The program address of the meme platform.

graduated
boolean

Filter meme tokens which already graduated

min_progress_percent
number
Required range: 0 < x <= 100
max_progress_percent
number
Required range: 0 < x < 100
min_graduated_time
number
Required range: 0 < x <= 10000000000
max_graduated_time
number
Required range: 0 < x <= 10000000000
min_creation_time
number
Required range: 0 < x <= 10000000000
max_creation_time
number
Required range: 0 < x <= 10000000000
min_liquidity
number

Specify the lower bound of liquidity. Filter for records with liquidity greater than the minimum liquidity value, including those with liquidity equal to the minimum.

max_liquidity
number

Specify the upper bound of liquidity. Filter for records with liquidity less than the maximum liquidity value, including those with liquidity equal to the maximum.

min_market_cap
number

Specify the lower bound of market cap. Filter for records with market cap greater than the minimum market cap value, including those with market cap equal to the minimum.

max_market_cap
number

Specify the upper bound of market cap. Filter for records with market cap less than the maximum market cap value, including those with market cap equal to the maximum.

min_fdv
number

Specify the lower bound of FDV. Filter for records with FDV greater than the minimum FDV value, including those with FDV equal to the minimum.

max_fdv
number

Specify the upper bound of FDV. Filter for records with FDV less than the maximum FDV value, including those with FDV equal to the maximum.

min_recent_listing_time
integer

Specify the lower bound of recent listing time. Filter for records with recent listing time greater than the minimum recent listing time value, including those with recent listing time equal to the minimum.

Required range: 1 <= x <= 10000000000
max_recent_listing_time
integer

Specify the upper bound of recent listing time. Filter for records with recent listing time less than the maximum recent listing time value, including those with recent listing time equal to the maximum.

Required range: 1 <= x <= 10000000000
min_last_trade_unix_time
integer

Specify the lower bound of last trade time. Filter for records with last trade time greater than the minimum last trade time value, including those with last trade time equal to the minimum.

Required range: 1 <= x <= 10000000000
max_last_trade_unix_time
integer

Specify the upper bound of last trade time. Filter for records with last trade time less than the maximum last trade time value, including those with last trade time equal to the maximum.

Required range: 1 <= x <= 10000000000
min_holder
integer

Specify the minimum number of holders. Filter for records with holder count greater than the minimum holder count value, including those with holder count equal to the minimum.

min_volume_1m_usd
number

Specify the minimum volume in the last minute. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.

min_volume_5m_usd
number

Specify the minimum volume in the last 5 minutes. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.

min_volume_30m_usd
number

Specify the minimum volume in the last 30 minutes. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.

min_volume_1h_usd
number

Specify the minimum volume in the last hour. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.

min_volume_2h_usd
number

Specify the minimum volume in the last two hours. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.

min_volume_4h_usd
number

Specify the minimum volume in the last four hours. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.

min_volume_8h_usd
number

Specify the minimum volume in the last eight hours. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.

min_volume_24h_usd
number

Specify the minimum volume in the last 24 hours. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.

min_volume_7d_usd
number

Specify the minimum volume in the last 7 days. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.

min_volume_30d_usd
number

Specify the minimum volume in the last 30 days. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.

min_volume_1m_change_percent
number

Specify the minimum volume change percentage in the last minute. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.

min_volume_5m_change_percent
number

Specify the minimum volume change percentage in the last 5 minutes. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.

min_volume_30m_change_percent
number

Specify the minimum volume change percentage in the last 30 minutes. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.

min_volume_1h_change_percent
number

Specify the minimum volume change percentage in the last hour. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.

min_volume_2h_change_percent
number

Specify the minimum volume change percentage in the last two hours. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.

min_volume_4h_change_percent
number

Specify the minimum volume change percentage in the last four hours. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.

min_volume_8h_change_percent
number

Specify the minimum volume change percentage in the last eight hours. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.

min_volume_24h_change_percent
number

Specify the minimum volume change percentage in the last 24 hours. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.

min_volume_7d_change_percent
number

Specify the minimum volume change percentage in the last 7 days. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.

min_volume_30d_change_percent
number

Specify the minimum volume change percentage in the last 30 days. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.

min_price_change_1m_percent
number

Specify the minimum price change percentage in the last minute. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.

min_price_change_5m_percent
number

Specify the minimum price change percentage in the last 5 minutes. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.

min_price_change_30m_percent
number

Specify the minimum price change percentage in the last 30 minutes. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.

min_price_change_1h_percent
number

Specify the minimum price change percentage in the last hour. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.

min_price_change_2h_percent
number

Specify the minimum price change percentage in the last two hours. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.

min_price_change_4h_percent
number

Specify the minimum price change percentage in the last four hours. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.

min_price_change_8h_percent
number

Specify the minimum price change percentage in the last eight hours. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.

min_price_change_24h_percent
number

Specify the minimum price change percentage in the last 24 hours. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.

min_price_change_7d_percent
number

Specify the minimum price change percentage in the last 7 days. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.

min_price_change_30d_percent
number

Specify the minimum price change percentage in the last 30 days. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.

min_trade_1m_count
integer

Specify the minimum number of trades in the last minute. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.

min_trade_5m_count
integer

Specify the minimum number of trades in the 5 minutes. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.

min_trade_30m_count
integer

Specify the minimum number of trades in the last 30 minutes. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.

min_trade_1h_count
integer

Specify the minimum number of trades in the last hour. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.

min_trade_2h_count
integer

Specify the minimum number of trades in the last two hours. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.

min_trade_4h_count
integer

Specify the minimum number of trades in the last four hours. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.

min_trade_8h_count
integer

Specify the minimum number of trades in the last eight hours. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.

min_trade_24h_count
integer

Specify the minimum number of trades in the last 24 hours. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.

min_trade_7d_count
integer

Specify the minimum number of trades in the last 7 days. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.

min_trade_30d_count
integer

Specify the minimum number of trades in the last 30 days. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.

min_global_fees_paid
number

Specify the minimum all-time global fee paid amount in SOL.

offset
integer
default:0

Pagination start position. offset + limit <= 10000

Required range: 0 <= x <= 10000
limit
integer
default:100

Number of items per page.

Required range: 1 <= x <= 100

Response

OK

success
boolean
required

Whether the request succeeded.

data
object
required