Reference

Data Coverage

Written by , Product docsLast updated

Hive Intelligence collapses dozens of crypto data surfaces into a single MCP server and REST API. One API key, one endpoint, one credit currency. Market, wallet, DeFi, risk, NFT, network, and prediction-market signals are available through one execution surface.

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


What Hive covers

DomainCoverage
Market dataCoin, exchange, spot, derivatives, OHLCV, global-market, supply, and fundamental data from the live provider catalog
DeFi protocolsProtocol TVL, yields, fees, revenue, emissions, bridges, stablecoins, and chain breakdowns where upstream providers expose them
On-chain / DEXPool and pair analytics, token discovery, holder graphs, trade flow, and liquidity depth across supported DEX networks
Portfolio & walletsCross-chain balances, positions, PnL, swap history, approvals, and NFT holdings across supported EVM and Solana surfaces
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 & infrastructureSupported EVM and Solana infrastructure data: blocks, logs, gas prices, chain lists, and chain status

The 10 category endpoints

Hive currently exposes 375 callable tools: 357 provider tools grouped into 10 capability-focused MCP endpoints, plus 18 Hive-native stateful monitoring, memory, alert, report, and B2B subject tools. Category tools/list responses stay compact; use authenticated REST GET /api/v1/tools or the public Live Catalog for the canonical runtime count.

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 Hive account and billing surface
  • One catalog for runtime discovery

When Hive ships a new capability, it appears through the usual category tools/list, root hive://tools, and REST catalog discovery surfaces. Production agents should still review schemas, prompts, and allowlists before exposing new tools to end users.


Runtime discovery

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

json
{
  "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 commercial data providers under contracts that define availability, update cadence, and schema-stability expectations. Opaque data supply chains introduce risk. Our architecture reduces that risk with redundant sourcing across supported categories where redundancy is available.

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