Skip to main content

Agent Playbooks

Each endpoint answers one question. Chained together, they answer the questions builders usually arrive with.

For cross-product agent setup, skills, and machine-readable docs routing, start with Agent Quickstart. This page focuses on Market Intelligence endpoint chains.

Practical Chains

GoalChainWhy it works
Lead time on a new tokentrending-cas/telegram vs trending-cas/twitterThe gap between Telegram and Twitter visibility is the signal.
Trust-weighted mentionskeyword-mentions -> smart-statskeyword-mentions gives you the username; smart-stats tells you whether the account has relevant reach.
What moved and who amplified ittrending-tokens -> top-mentionsDiscovery finds the token; top mentions shows amplification quality.
Theme down to instrumenttrending-narratives -> trending-tokensStart with the story, then identify the live tickers inside it.
Move to defensible causetoken-news -> event-summaryNews provides evidence; event summary turns the window into source-backed prose.
Ask first, integrate laterchat -> targeted data endpointChat gives a conclusion; data endpoints provide structured evidence for your system.

Example Workflow: New Contract Lead

  1. Call Telegram CAs and Twitter CAs for the same short window.
  2. Prioritize addresses that appear on Telegram before Twitter.
  3. When a token symbol is known, call Trending Tokens or Top Mentions to inspect broader attention.
  4. Use Token News or Chat when the agent needs a cause or interpretation.

Example Workflow: Influence Vetting

  1. Call Keyword Mentions for the protocol, ticker, product, or competitor.
  2. Extract account.username from the mentions you care about.
  3. Call Smart Stats for each account.
  4. Rank accounts by ratios such as smart followers to followers, average reach to followers, and smart reposts to total reposts.

Boundary With Auto

Market Intelligence endpoints return data or interpretation on request. They do not watch continuously, notify, or execute. For conditions, notifications, webhooks, or order actions, use Auto.