Trending Token Events are currently in beta. Contact us for early access or to discuss specific requirements.
Webhooks
Webhooks for trending tokens can be delivered to power custom behavior in your infrastructure and apps. Reach out to the Dialect team for early access using the form above.Webhook Payload
When trending token events are detected, you’ll receive a webhook with an array structure. Each individual event within the array has this structure:Field Details
Event Information- event: Always
"trending_token"
for trending token events - timestamp: ISO 8601 timestamp when the event was detected
- symbol: Token symbol (e.g., “BOSS”)
- address: Solana token mint address
- type: Always
"launchpad_graduated"
indicating token graduated from launchpad
- graduatedAt: ISO 8601 timestamp when token graduated from launchpad
- marketCap: Current market capitalization in USD
- liquidity: Current liquidity pool value in USD
- holders: Number of unique token holders
- price: Current token price in USD
- launchpad: Name of the launchpad platform (e.g., “raydium, pump_fun, etc.”)
- mintAuthorityDisabled:
true
if mint authority revoked,false
otherwise - freezeAuthorityDisabled:
true
if freeze authority revoked,false
otherwise - topHoldersPercentage: Percentage of total supply held by top 10 holders
- socialCount: Number of verified social media accounts
- priceChange1h: Price change percentage over 1 hour window
- priceChange6h: Price change percentage over 6 hour window
- priceChange24h: Price change percentage over 24 hour window
Data Sources
Supported launchpads
New token events support the 40+ launchpads available on Jupiter Pro, including:- pump.fun
- Letsbonk.fun
- BAGS
- Jupiter Studio
- & 40 more
Detection Criteria
A variety of criteria must be met for an event to trigger, including familiar community “audit” filters, as well as additional analyses we have developed in-house to set a higher bar. Hundreds of tokens satisfy the audit criteria every day. Our added analysis sets a higher bar to just two to five daily.Community Audit Filters
All events must meet the familiar community “audit” filters:- ✅ Mint Authority: Revoked to prevent unlimited token creation.
- ✅ Freeze Authority: Revoked to prevent account freezing.
- ✅ LP Burned: Liquidity provider tokens burned for permanent liquidity.
- ✅ Holder Distribution: Top 10 holders hold less than 20% of the total supply.
- ✅ Social Presence: At least one verified social media account.
Advanced Criteria
We employ an additional set of more advanced, in-house criteria to further filter the number of new token events per day. These include:- ✅ Market cap
- ✅ Liquidity
- ✅ Price change
- ✅ Trading volume change