Skip to main content
GET
Token - New listing

Recently listed token discovery.

  • This endpoint returns newly listed tokens and is intended for fresh-launch monitoring.
  • limit supports 1 to 20 items per request.
  • If provided, time_to must stay within the last 3 days.
  • meme_platform_enabled=true includes meme-platform aware discovery behavior where supported.
  • This endpoint consumes 20 CU per request.
  • Monitor fresh token launches and seed candidate pipelines for research or trading.
  • Power new-listing dashboards, alert feeds, and launch-watch pages.
  • Track very recent supply entering the market before it shows up in broader ranked lists.
  • Combine with security, holder, and price endpoints to triage new listings quickly.
  • Set x-chain for the target network.
  • Use limit to control batch size, keeping it at 20 or below.
  • Optionally pass time_to when you want a bounded recent window, but keep it within the last 3 days.
  • Enable meme_platform_enabled if your workflow explicitly cares about meme-platform launches.
  • Poll this endpoint on a tight cadence and deduplicate by token address in your ingestion layer.
  • Rank or triage results immediately with security, liquidity, and holder checks so the feed stays actionable.
  • Treat new listings as discovery leads, not quality signals on their own.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

A chain name listed in supported networks except Sui.

Available options:
solana,
ethereum,
bsc,
base,
robinhood,
mantle,
hyperevm,
arbitrum,
avalanche,
optimism,
polygon,
zksync,
monad,
aptos,
fogo,
megaeth

Query Parameters

time_to
integer

Specify the end time using unix timestamps in seconds

Required range: 1 <= x <= 10000000000
limit
integer
default:10

Number of items per page.

Required range: 1 <= x <= 20
meme_platform_enabled
enum<boolean>
default:false

Enable to receive token new listing from meme platforms (eg: pump.fun). This filter only supports Solana.

Available options:
true,
false

Response

JSON object containing a list of newly listed tokens

success
boolean
required

Whether the request completed successfully.

data
object
required

New-listing payload containing recently detected token launches.