Skip to main content
The Data API provides several endpoints for discovering tokens. Use them to build a token scanner, a trending feed, or a research dashboard.

Latest Tokens

The latest tokens endpoint returns the most recently created tokens on Solana.

The trending tokens endpoint returns tokens with the most activity right now.
Filter by timeframe:

Tokens by Volume

The volume endpoint ranks tokens by trading volume.

Top Performers

The top performers endpoint returns the biggest price gainers across different timeframes.

Graduating Tokens

Tokens on pump.fun go through a bonding curve before moving to a full DEX pool. A bonding curve is a pricing path that changes as people buy or sell before the token reaches a normal trading pool. These endpoints track that progression.

Currently Graduating

The graduating tokens endpoint returns tokens that are close to completing their bonding curve.

Already Graduated

The graduated tokens endpoint returns tokens that have completed their bonding curve and migrated to a DEX.

The search endpoint finds tokens by name, symbol, or address. Supports filtering and sorting.

Tokens by Deployer

The deployer endpoint returns all tokens created by a specific wallet — useful for tracking serial deployers.

deployer vs tokenDetails.creator

Each token in the response carries two related but distinct wallet fields: They are often the same wallet, but they can differ — for example, a launchpad contract may sign the mint transaction (deployer) while writing the original user’s address into the metadata creator field. Use deployer when you want “who submitted the mint” and tokenDetails.creator when you want “who the metadata attributes the token to.”

Token Overview

The token overview endpoint returns a broad market overview of all tracked tokens.

Real-Time Streams

For live token discovery, use the Datastream WebSocket channels:

Example: Build a Token Scanner

Token Research

Deep-dive into any token: stats, holders, trades, and events.

Sniper Detection

Check if a new token has suspicious early buyer activity.

Token Discovery Streams

Stream new tokens, graduating tokens, and curve events in real time.

Safety Streams

Track snipers and bundlers on newly discovered tokens.