Reference

Data Coverage

Hive Intelligence collapses dozens of crypto data surfaces into a single MCP server and REST API. One API key, one endpoint, one credit currency — every major signal your AI agent needs is a single tool call away.

The coverage below is live in production today. Authentication, rate limiting, retries, and schema normalization are handled for you.


What Hive Covers

DomainCoverage
Market data10,000+ coins, 1,000+ exchanges, full spot + derivatives OHLCV, global market cap, supply, fundamentals
DeFi protocols3,000+ protocols across 200+ chains — TVL, yields, fees, revenue, emissions, bridges, stablecoins
On-chain / DEX60+ chains, pool and pair analytics, token discovery, holder graphs, trade flow, liquidity depth
Portfolio & walletsCross-chain balances, positions, PnL, swap history, approvals, NFT holdings across 100+ chains
Token & contract dataMetadata, holders, scoring, categories, trending tokens, top traders, snipers
NFT analyticsCollections, floors, sales, trades, holders, trait filters, market charts
Security & riskToken / NFT / dApp / wallet scans, honeypot and rug-pull detection, phishing and dust-attack detection, EVM + Solana transaction simulation, LP lock audits
Solana depthNative RPC + Digital Asset Standard, compressed NFTs, parsed transaction history, priority fee estimation
Prediction marketsPolymarket event data, trader positions, market prices, settlement history
Network & infrastructure100+ EVM chains + Bitcoin + Solana — blocks, logs, gas prices, supported chains, chain status

The 10 Category Endpoints

Hive exposes hundreds of tools (canonical count at /api/v1/tools), grouped into 10 capability-focused MCP endpoints so category tools/list responses stay compact and the prompt surface stays clean.

CategoryEndpoint
Market Data/hive_market_data/mcp
DEX Analytics/hive_onchain_dex/mcp
Portfolio & Wallet/hive_portfolio_wallet/mcp
Token & Contract/hive_token_contract/mcp
DeFi Protocols/hive_defi_protocol/mcp
NFT Analytics/hive_nft_analytics/mcp
Security & Risk/hive_security_risk/mcp
Network & Infrastructure/hive_network_infrastructure/mcp
Search & Discovery/hive_search_discovery/mcp
Prediction Markets/hive_prediction_markets/mcp

Every tool in the full live catalog is reachable from root /mcp through invoke_api_endpoint after schema lookup, from the hive://tools resource, from category endpoints, or from GET /api/v1/tools and REST execution.


Why a unified API

Building a serious crypto AI agent means pulling from many surfaces. Each has its own key, rate limiter, billing portal, auth scheme, response shape, and outage pattern. Hive collapses all of that:

  • One API key to rotate
  • One rate limiter to reason about
  • One response shape per tool class
  • One status page to watch
  • One vendor contract for the finance team
  • One bill

When Hive ships a new capability, it's available to every existing key through the usual category tools/list, root hive://tools, and REST catalog discovery surfaces — no integration work on your side.


Runtime Discovery

Use the root MCP resource below to see current capability availability:

{
  "jsonrpc": "2.0",
  "method": "resources/read",
  "params": { "uri": "hive://providers" },
  "id": 1
}

This is the authoritative runtime-facing view from the live Hive server. Prefer it over any cached documentation.


Data Provenance

Hive is a primary-source data platform for the domains where we own the pipeline: on-chain RPC, transaction simulation, and derived analytics. For licensed market, exchange, and DeFi datasets, we partner with vetted institutional-grade providers under commercial contracts that guarantee uptime, update cadence, and schema stability. Opaque data supply chains introduce risk — our architecture minimizes that risk with redundant sourcing across every major category.

Trust questions? Reach out via support or view our technical architecture.


Previous
Roadmap