These endpoints return links and engagement metrics. They do not return tweet text and do not return sentiment.
Mentions and Accounts
Mentions and account endpoints help answer: who amplified this, how good was the attention, and should the account matter to my agent?
Top Mentions
Top mentions returns the most significant mentions for a ticker, ranked by attention signals.
Use it to:
- Separate smart amplification from broad amplification: compare
repostBreakdown.smartwithrepostBreakdown.ct. - Measure depth, not only applause: high
bookmarkCountrelative tolikeCountcan indicate stronger intent than a like. - Detect an argument: high
quoteCountrelative torepostCountsuggests people are talking back, not just passing it along. - Find the post to cite: use
linkwhen your report, alert, or agent response needs a source.
This is an attention-quality endpoint, not a content-ingestion endpoint.
Keyword Mentions
Keyword mentions searches up to five keywords or an account name over a time window.
Use it to:
- Get the author join key: this is the mention endpoint that returns
account.username, which you can pass into Smart Stats. - Watch a name over time: track a protocol, product, competitor, or ticker on a schedule.
- Catch spikes early: judge movement on volume and amplification, not sentiment.
- Search precisely: use
searchType=andwhen all terms must be present, orsearchType=orwhen any term can match.
Operational limits to design around: results are cursor paginated, limit is capped at 30 per call, and metadata.total may be capped at 10,000.
Smart Stats
Smart stats returns raw account metrics: follower count, smart followers, average reach, average engagement, and smart following.
Use it to:
- Spot an inflated audience: 100k followers with 200 smart followers reads very differently from 20k followers with 4,000 smart followers.
- Check whether anyone sees the posts: compare
averageReachwithfollowerCount. - Judge how plugged in they are:
smartFollowingCountis a proxy for whether an account follows high-signal accounts. - Prune a watchlist: keep accounts that move attention and drop accounts that only post.
- Do diligence before paying: check actual reach before a collaboration or campaign.
/v2/account/smart-stats is experimental. It returns raw numbers, not a reputation score; the signal is in the ratios.
Common Chain
For trust-weighted mentions, call Keyword Mentions, extract account.username, then call Smart Stats for each account you need to score.