The search endpoint now includes Coin Communities activity on every result. Use it to find tokens with active community chat, filter by message count, and sort by engagement. To build token community chat in your app (API key setup, Twitter OAuth, wallet linking, and posting messages), see the Coin Communities by Pump.fun quickstart.Documentation Index
Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
Use this file to discover all available pages before exploring further.
Response fields
Each pool in search results includes:| Field | Type | Description |
|---|---|---|
hasCoinCommunity | boolean | true when communityMessages > 0 |
communityMessages | integer | Live message count from Coin Communities |
Counts reflect messages observed since monitoring started for that token. Tokens with no monitored activity return
hasCoinCommunity: false and communityMessages: 0.Filters
All parameters are optional and work on the existing/search route.
| Parameter | Type | Example | Description |
|---|---|---|---|
hasCoinCommunity | boolean | true | Only tokens with at least one monitored community message |
hasCoinCommunity | boolean | false | Tokens with zero monitored community messages |
minCommunityMessages | integer | 5 | Minimum live message count (inclusive) |
maxCommunityMessages | integer | 100 | Maximum live message count (inclusive) |
minCommunityMessages and maxCommunityMessages together for a range filter.
Sorting
Use the existingsortBy and sortOrder parameters with communityMessages:
Examples
Tokens with any community activity, sorted by most messages:Token Search API
Full parameter reference for
/search.Search Filter Options
Valid
market and launchpad values for search.