AI Token Sector Tracker avatar

AI Token Sector Tracker

Pricing

from $1.00 / 1,000 token returneds

Go to Apify Store
AI Token Sector Tracker

AI Token Sector Tracker

Track the AI/Agent crypto token ecosystem. Returns market cap, volume, price changes for AI-category tokens across multiple CoinGecko categories. Includes sector summary and top movers.

Pricing

from $1.00 / 1,000 token returneds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Track the AI/Agent crypto token ecosystem — market cap, volume, 24h/7d/30d price changes, sector dominance, and top movers. Covers artificial-intelligence, ai-agents, decentralized-ai, and large-language-model categories from CoinGecko's public API. No API key required.


⚡ Run in 30 seconds

Click Start with default settings — you get market cap, 24h/7d/30d price changes, and volume for every token across the AI/Agent crypto sector, plus aggregate sector dominance vs total crypto market cap. No API key needed.


Why this exists

The AI token sector moves in cycles distinct from the broader crypto market. When narrative rotates into AI (model releases, agent frameworks going live, big VC rounds), entire baskets of AI tokens pump together — often 2–5× faster than BTC or ETH.

This actor gives you a single pull to monitor the whole sector: which tokens are leading, which are lagging, and how the aggregate AI sector dominance is shifting vs the total crypto market cap.


What you get per row

FieldExampleNotes
symbolFETticker
nameFetch.aifull name
categoryartificial-intelligencewhich CoinGecko category
price_usd1.23current price
market_cap_usd3100000000market cap
volume_24h_usd8500000024h trading volume
price_change_24h_pct8.32% change vs 24h ago
price_change_7d_pct-3.1% change vs 7d ago
price_change_30d_pct42.5% change vs 30d ago
volume_to_mcap0.027volume/mcap ratio (liquidity signal)
ath_change_pct-68.4% from all-time high

SUMMARY key-value store

Every run writes a SUMMARY record with:

  • sector_total_mcap_usd — aggregate AI token market cap
  • sector_total_volume_24h — aggregate 24h volume
  • sector_avg_change_24h — equal-weight average 24h change
  • ai_dominance_pct — AI sector as % of total crypto market cap
  • top5_gainers_24h / top5_losers_24h — top movers

Categories covered

Category IDTokens include
artificial-intelligenceFET, TAO, RENDER, NEAR, GRT, WLD
ai-agentsVIRTUAL, AI16Z, AIXBT, GOAT
decentralized-aiOCEAN, NMR, AGIX
large-language-modelTokens powering on-chain LLM infrastructure

Input parameters

ParameterTypeDefaultDescription
categoriesarrayall 4 AI categoriesCoinGecko category IDs to fetch
vsCurrencystringusdQuote currency (usd, btc, eth)
perPageinteger50Max tokens per category (max 250)
sortBystringmarket_cap_descSort: market_cap_desc, volume_desc, price_change_24h_desc, price_change_24h_asc
minMarketCapUsdnumber0Filter: min market cap
minVolume24hUsdnumber0Filter: min 24h volume
deduplicatebooleantrueRemove duplicates across categories
includeGlobalContextbooleantrueCompute AI dominance % vs global market

Quick start

Default — all AI categories, top 50 each

{}

Top AI tokens by 24h gains

{
"sortBy": "price_change_24h_desc",
"minMarketCapUsd": 50000000
}

AI agents only, sorted by volume

{
"categories": ["ai-agents"],
"sortBy": "volume_desc",
"perPage": 100
}

Large-cap AI sector overview

{
"minMarketCapUsd": 500000000,
"sortBy": "market_cap_desc"
}

Use cases

  1. Sector rotation — Compare sector_avg_change_24h vs BTC/ETH. When AI outperforms 2×+, rotation is live
  2. Narrative alerts — Schedule daily runs; alert when ai_dominance_pct moves ±0.5%
  3. Top mover hunting — Sort by price_change_24h_desc to catch breakouts early
  4. Liquidity screening — Filter by minVolume24hUsd to avoid illiquid micro-caps
  5. Portfolio benchmarking — Track your AI holdings vs the sector average

Pricing

Pay-Per-Event: $0.001 per token returned

RunTokensCost
Default (4 categories × 50, deduped ~80 unique)~80$0.08
Single category, top 5050$0.05
All categories, 250 each~300 unique$0.30

Data source

CoinGecko Public API — free tier, no API key required. Data updates every 60 seconds on CoinGecko's side.