adanos-market-sentiment

Official Adanos Market Sentiment API skill. Use when users ask for stock or crypto sentiment, buzz, trending assets, market mood, Reddit stock sentiment, Reddit crypto sentiment, X / FinTwit sentiment, financial news sentiment, Polymarket stock signals, ticker comparisons, sector/country sentiment, raw mention evidence, or finance-tuned text sentiment analysis. Requires ADANOS_API_KEY for protected endpoints. Free and Hobby plans can use aggregate/search/detail endpoints within their historical windows; Professional is required for raw mention endpoints and /sentiment/v1/analyze.

Provider: Adanos Market Sentiment API Path in repo: SKILL.md

Skill body

Adanos Market Sentiment

Use the Adanos Market Sentiment API for read-only market sentiment and attention data across stocks and crypto. The API covers:

This skill is read-only. It does not place trades, modify portfolios, or provide investment advice.

Setup

Protected endpoints require an API key:

export ADANOS_API_KEY="sk_live_your_key_here"

Get a key from https://adanos.org/register.

The bundled helper is dependency-free and uses Node.js fetch:

node <skill-dir>/scripts/adanos.mjs health
node <skill-dir>/scripts/adanos.mjs trending --platform reddit --days 7 --limit 5

If Node.js is unavailable, use the curl patterns in references/api.md.

Plan Rules

Always account for plan limits before selecting a query window:

Plan Historical window Monthly quota Burst Professional-only endpoints
Free 1-30 days 250/month 100/min no access
Hobby 1-90 days 250,000/month 1000/min no access
Professional 1-365 days 2,500,000/month 1000/min raw mentions and text sentiment

Professional-only endpoints:

If a user asks for raw mentions, tweet/news/market rows, or finance-tuned text classification and their plan is Free or Hobby, explain that Professional is required and suggest an aggregate detail endpoint instead.

Command Map

Use the CLI for structured calls. It prints JSON and includes rate-limit headers under _headers when the API returns them.

User intent Command
API health node <skill-dir>/scripts/adanos.mjs health
Platform health node <skill-dir>/scripts/adanos.mjs platform-health --platform reddit
Trending stocks/tokens node <skill-dir>/scripts/adanos.mjs trending --platform reddit --days 7 --limit 10
Trending sectors node <skill-dir>/scripts/adanos.mjs trending-sectors --platform news --days 14
Trending countries node <skill-dir>/scripts/adanos.mjs trending-countries --platform x --days 14
One stock detail node <skill-dir>/scripts/adanos.mjs asset --platform news --ticker NVDA --days 30
One crypto token detail node <skill-dir>/scripts/adanos.mjs asset --platform crypto --symbol BTC --days 7
Compare stocks node <skill-dir>/scripts/adanos.mjs compare --platform polymarket --tickers TSLA,NVDA,AMD --days 30
Compare crypto tokens node <skill-dir>/scripts/adanos.mjs compare --platform crypto --symbols BTC,ETH,SOL --days 7
Market-wide sentiment node <skill-dir>/scripts/adanos.mjs market-sentiment --platform reddit --days 7
Search supported assets node <skill-dir>/scripts/adanos.mjs search --platform reddit --q tesla
Service stats node <skill-dir>/scripts/adanos.mjs stats --platform news
AI trend explanation node <skill-dir>/scripts/adanos.mjs explain --platform reddit --ticker TSLA
Raw evidence rows node <skill-dir>/scripts/adanos.mjs mentions --platform x --ticker NVDA --days 7 --limit 20 --plan professional
Analyze custom text node <skill-dir>/scripts/adanos.mjs analyze --text "NVDA guidance looks bullish" --plan professional
Any endpoint node <skill-dir>/scripts/adanos.mjs request GET /reddit/stocks/v1/trending --query days=7 --query limit=5

Platform Names

Use these CLI platform names:

CLI platform API base Asset parameter
reddit /reddit/stocks/v1 --ticker
x /x/stocks/v1 --ticker
news /news/stocks/v1 --ticker
polymarket /polymarket/stocks/v1 --ticker
crypto /reddit/crypto/v1 --symbol

Query Window Rules

Source Filters

Use platform-specific filters only where the API supports them:

Do not invent unsupported sources. If source filtering is important, call search first or ask the user to specify the source label they expect.

Response Rules

References

Skill frontmatter

license: MIT metadata: {"author" => "adanos-software", "version" => "0.1.0", "homepage" => "https://adanos.org/", "documentation" => "https://api.adanos.org/docs"}

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/adanos-market-sentiment"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.