Agent402 Coin Categories List is a paid API for AI agents from agent402.tools, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Returns a ranked list of cryptocurrency coin categories (e.g. DeFi, Layer-2, Meme) with market cap, 24h volume, and top coins, sourced from CoinGecko.
Coin categories (Layer 1, Meme, AI, DeFi, Stablecoins, RWA, ...) ranked by market cap, with 24h market cap change %, 24h volume and the top-3 coins per category. Order by market_cap_desc (default), market_cap_asc, market_cap_change_24h_desc/asc, name_asc/desc; optional `query` substring filter on category name/id; limit 1-100 (default 25). The sector-rotation view: which narratives are gaining or bleeding today. Cached in-process for 5 minutes.
A JSON object containing: the count of returned categories, the applied sort order, cache status, source (CoinGecko), fetch timestamp, and an array of category objects each with id, name, rank, top coin ids, market cap in USD, 24h volume, 24h market cap change percentage, and last updated timestamp. Also includes a totalCategories field indicating the full universe of tracked categories.
GEThttps://agent402.tools/api/coin-categoriesChoose this endpoint when you need a structured, ranked list of crypto market sectors or themes (DeFi, NFT, Layer-2, Meme, etc.) with associated market cap and volume data. It is ideal for building sector dashboards, screening for hot categories, or populating category filters in analytics tools. Prefer it over a raw CoinGecko integration when you want a pay-per-call, no-signup approach via x402 with USDC micropayments.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"count": 1,
"order": "market_cap_desc",
"cached": false,
"source": "coingecko",
"fetchedAt": "2026-08-22T13:20:00.000Z",
"categories": [
{
"id": "smart-contract-platform",
"name": "Smart Contract Platform",
"rank": 1,
"topCoins": [
"bitcoin",
"ethereum",
"solana"
],
"marketCap": 2261471553524.96,
"updatedAt": "2026-08-22T13:15:00.000Z",
"volume24h": 95000000000,
"marketCapChange24hPct": 1.1784
}
],
"totalCategories": 400
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"