messari-cryptoCrypto market intelligence powered by Messari's REST API. Provides real-time access to Messari AI (chat completions over 30TB+ crypto data), Signal (sentiment, mindshare, trending narratives), Metrics (prices, volumes, fundamentals for 34,000+ assets across 210+ exchanges), News, Research, Stablecoins, Exchanges, Networks, Protocols, Token Unlocks, Fundraising, Intel, Topics, and X-Users data. Use when the user asks about crypto markets, token analysis, sentiment, protocol metrics, asset research, trending narratives, stablecoin flows, token unlock schedules, fundraising rounds, governance events, or any blockchain/crypto data question. Requires a Messari API key and Messari AI credits.
Install via ClawdBot CLI:
clawdbot install jds950/messari-cryptoReal-time crypto market intelligence via Messari's REST API β AI-powered analysis,
on-chain metrics, sentiment, news, and institutional-grade research without building data pipelines.
Base URL: https://api.messari.io
Authentication: Include your API key in every request:
x-messari-api-key: <YOUR_API_KEY>
All endpoints accept and return JSON. Use Content-Type: application/json for POST requests.
| Service | Base Path | Use When |
|---|---|---|
| AI | /ai/ | General crypto questions, synthesis across data sources |
| Signal | /signal/v1/ | Sentiment, mindshare, trending narratives |
| Metrics | /metrics/v2/ | Price, volume, market cap, fundamentals |
| News | /news/v1/ | Real-time crypto news, breaking events |
| Research | /research/v1/ | Institutional reports, protocol deep dives |
| Stablecoins | /stablecoins/v2/ | Stablecoin supply, per-chain breakdowns |
| Exchanges | /exchanges/v2/ | Exchange volume, metrics, timeseries |
| Networks | /networks/v2/ | L1/L2 network metrics, timeseries |
| Protocols | /protocols/v2/ | DeFi protocol metrics (DEX, lending, staking) |
| Token Unlocks | /token-unlocks/v1/ | Vesting schedules, unlock events |
| Fundraising | /fundraising/v1/ | Funding rounds, investors, M&A |
| Intel | /intel/v1/ | Governance events, protocol updates |
| Topics | /topics/v1/ | Trending topic classes, daily timeseries |
| X-Users | /signal/v1/x-users/ | Crypto X/Twitter user metrics |
For detailed endpoint documentation, see references/api_services.md.
curl -X POST "https://api.messari.io/ai/v1/chat/completions" \
-H "x-messari-api-key: $MESSARI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"messages": [
{"role": "user", "content": "What is the bull case for ETH right now?"}
]
}'
curl "https://api.messari.io/metrics/v2/assets?assetSlugs=bitcoin,ethereum" \
-H "x-messari-api-key: $MESSARI_API_KEY"
curl "https://api.messari.io/signal/v1/assets/gainers-losers?type=mindshare&limit=10" \
-H "x-messari-api-key: $MESSARI_API_KEY"
curl "https://api.messari.io/news/v1/news/feed?limit=20" \
-H "x-messari-api-key: $MESSARI_API_KEY"
Route through AI first β broadest context, synthesizes across market data, research, news, social.
Use Metrics for price/volume/fundamentals. Exchanges for exchange-level data. Networks for L1/L2 metrics. Protocols for DeFi-specific data.
Signal for mindshare and sentiment. Topics for trending narrative classes. X-Users for influencer-level metrics.
Stablecoins for stablecoin supply and flows. Token Unlocks for vesting schedules and upcoming unlocks.
Research for deep dives and reports. News for real-time events. Intel for governance and protocol updates. Fundraising for funding rounds and M&A.
Combine services for richer answers. Example β "Is SOL overvalued?":
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.