Hive Intelligence

Tools Reference

Market Data Tools

Market Data Tools

53 tools for cryptocurrency prices, market statistics, and trading data.

MCP Endpoint: POST /hive_market_data/mcp

Data Sources: CoinGecko, LunarCrush, CCXT, DefiLlama


Price Tools

get_price

Get current price for one or more cryptocurrencies.

ParameterTypeRequiredDescription
idsstringYesComma-separated coin IDs (e.g., "bitcoin,ethereum")
vs_currenciesstringYesTarget currencies (e.g., "usd,eur")
include_market_capbooleanNoInclude market cap
include_24hr_volbooleanNoInclude 24h volume
include_24hr_changebooleanNoInclude 24h price change

Example:

curl -X POST https://api.hiveintelligence.xyz/api/execute \
  -H "Content-Type: application/json" \
  -d '{
    "toolName": "get_price",
    "arguments": {
      "ids": "bitcoin,ethereum",
      "vs_currencies": "usd",
      "include_24hr_change": true
    }
  }'

get_token_price

Get token price from DefiLlama.

ParameterTypeRequiredDescription
coinsstringYesToken identifiers

get_token_price_by_contract

Get token price using contract address.

ParameterTypeRequiredDescription
idstringYesPlatform ID (e.g., "ethereum")
contract_addressesstringYesComma-separated contract addresses
vs_currenciesstringYesTarget currencies

get_coins_market_data

Get detailed market data for coins with pagination and sorting.

ParameterTypeRequiredDescription
vs_currencystringYesTarget currency (e.g., "usd")
orderstringNoSort order: market_cap_desc, volume_desc, id_asc
per_pagenumberNoResults per page (1-250, default 100)
pagenumberNoPage number
categorystringNoFilter by category

get_coins_index

Get detailed data for a specific coin by ID.

ParameterTypeRequiredDescription
idstringYesCoin ID (e.g., "bitcoin")
localizationbooleanNoInclude localized names
tickersbooleanNoInclude exchange tickers
market_databooleanNoInclude market data
community_databooleanNoInclude community stats
developer_databooleanNoInclude developer stats

get_contract_coin

Get coin data by contract address.

ParameterTypeRequiredDescription
idstringYesPlatform ID (e.g., "ethereum")
contract_addressstringYesToken contract address

get_supported_currencies

Get list of supported VS currencies.

ParameterTypeRequiredDescription
(none)--No parameters required

Historical Data Tools

get_coin_history

Get historical data for a coin on a specific date.

ParameterTypeRequiredDescription
idstringYesCoin ID
datestringYesDate in dd-mm-yyyy format
localizationbooleanNoInclude localized names

get_coin_market_chart_range

Get price chart data within a date range.

ParameterTypeRequiredDescription
idstringYesCoin ID
vs_currencystringYesTarget currency
fromnumberYesUnix timestamp start
tonumberYesUnix timestamp end

get_contract_market_chart_range

Get chart data for a token by contract address.

ParameterTypeRequiredDescription
idstringYesPlatform ID
contract_addressstringYesToken contract address
vs_currencystringYesTarget currency
fromnumberYesUnix timestamp start
tonumberYesUnix timestamp end

get_coin_ohlc_range

Get OHLC (candlestick) data within a date range.

ParameterTypeRequiredDescription
idstringYesCoin ID
vs_currencystringYesTarget currency
fromnumberYesUnix timestamp start
tonumberYesUnix timestamp end

get_coin_historical_chart

Get historical chart data for a coin.

ParameterTypeRequiredDescription
idstringYesCoin ID
daysnumberYesNumber of days
vs_currencystringNoTarget currency

get_price_chart

Get price chart from DefiLlama.

ParameterTypeRequiredDescription
coinsstringYesToken identifiers

get_coin_tickers

Get exchange tickers for a coin.

ParameterTypeRequiredDescription
idstringYesCoin ID
exchange_idsstringNoFilter by exchange IDs
pagenumberNoPage number

get_token_sparklines

Get sparkline data for tokens.

ParameterTypeRequiredDescription
coinsstringYesToken identifiers

get_token_chart_urls

Get chart URLs for tokens.

ParameterTypeRequiredDescription
coinsstringYesToken identifiers

Market Statistics Tools

get_gainers_losers

Get top gainers and losers by price change.

ParameterTypeRequiredDescription
vs_currencystringYesTarget currency
durationstringNoTime period: 1h, 24h, 7d, 14d, 30d, 1y
top_coinsnumberNoNumber of results

get_global_stats

Get global cryptocurrency market statistics.

ParameterTypeRequiredDescription
(none)--No parameters required

Response includes:

  • Total market cap
  • Total volume
  • BTC/ETH dominance
  • Number of active cryptocurrencies
  • Number of markets

get_global_market_cap_chart

Get global market cap chart data.

ParameterTypeRequiredDescription
daysnumberYesNumber of days
vs_currencystringNoTarget currency

get_btc_exchange_rates

Get Bitcoin exchange rates against various currencies.

ParameterTypeRequiredDescription
(none)--No parameters required

get_companies_treasury

Get companies holding Bitcoin or Ethereum in treasury.

ParameterTypeRequiredDescription
coin_idstringYes"bitcoin" or "ethereum"

Stablecoin Tools

get_stablecoins

Get stablecoin market data.

ParameterTypeRequiredDescription
(none)--No parameters required

get_stablecoin_chains

Get stablecoin data by chain.

ParameterTypeRequiredDescription
(none)--No parameters required

get_stablecoin_charts_global

Get global stablecoin chart data.

ParameterTypeRequiredDescription
(none)--No parameters required

get_stablecoin_charts_by_chain

Get stablecoin chart data for a specific chain.

ParameterTypeRequiredDescription
chainstringYesChain name

get_stablecoin_prices

Get current stablecoin prices.

ParameterTypeRequiredDescription
(none)--No parameters required

CEX Trading Tools (CCXT)

get_ticker

Get ticker data from a specific exchange.

ParameterTypeRequiredDescription
exchangestringYesExchange ID (e.g., "binance")
symbolstringYesTrading pair (e.g., "BTC/USDT")

get_tickers

Get multiple tickers from an exchange.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolsarrayNoArray of trading pairs

get_orderbook

Get order book data.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolstringYesTrading pair
limitnumberNoDepth limit

get_l2_orderbook

Get Level 2 order book data.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolstringYesTrading pair
limitnumberNoDepth limit

get_best_bid_ask

Get best bid and ask prices.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolstringYesTrading pair

get_recent_trades

Get recent trades for a pair.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolstringYesTrading pair
limitnumberNoNumber of trades

get_ohlcv

Get OHLCV candlestick data from exchanges.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolstringYesTrading pair
timeframestringNoCandle timeframe (e.g., "1h", "1d")
limitnumberNoNumber of candles

get_index_ohlcv

Get index OHLCV data for derivatives.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolstringYesTrading pair
timeframestringNoCandle timeframe
limitnumberNoNumber of candles

get_mark_ohlcv

Get mark price OHLCV data.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolstringYesTrading pair
timeframestringNoCandle timeframe
limitnumberNoNumber of candles

get_premium_index_ohlcv

Get premium index OHLCV data.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolstringYesTrading pair
timeframestringNoCandle timeframe
limitnumberNoNumber of candles

get_funding_rate

Get current funding rate for perpetual futures.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolstringYesTrading pair

get_funding_rate_history

Get historical funding rates.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolstringYesTrading pair
limitnumberNoNumber of records

get_funding_rates

Get funding rates for multiple pairs.

ParameterTypeRequiredDescription
exchangestringYesExchange ID
symbolsarrayNoArray of trading pairs

Social & Stock Metrics (LunarCrush)

get_crypto_market_metrics

Get social sentiment-enhanced market metrics including Galaxy Score™ and AltRank™.

ParameterTypeRequiredDescription
(none)--No parameters required

get_coin_performance

Get performance metrics with social signals.

ParameterTypeRequiredDescription
coinstringYesCoin symbol or ID

get_supported_stocks

Get list of supported stocks for analytics.

ParameterTypeRequiredDescription
(none)--No parameters required

get_stock_analytics

Get stock analytics with social metrics.

ParameterTypeRequiredDescription
symbolstringYesStock symbol

Quick Reference

ToolDescription
get_priceCurrent prices for multiple coins
get_token_priceToken price from DefiLlama
get_token_price_by_contractPrice by contract address
get_coins_market_dataMarket data with pagination
get_coins_indexDetailed single coin data
get_contract_coinCoin data by contract
get_supported_currenciesSupported VS currencies
get_coin_historyHistorical data by date
get_coin_market_chart_rangePrice chart data
get_contract_market_chart_rangeContract chart data
get_coin_ohlc_rangeOHLC candlestick data
get_coin_historical_chartHistorical chart
get_price_chartDefiLlama price chart
get_coin_tickersExchange tickers
get_token_sparklinesToken sparklines
get_token_chart_urlsChart URLs
get_gainers_losersTop gainers and losers
get_global_statsGlobal market stats
get_global_market_cap_chartMarket cap chart
get_btc_exchange_ratesBTC exchange rates
get_companies_treasuryCompanies BTC/ETH holdings
get_stablecoinsStablecoin market data
get_stablecoin_chainsStablecoins by chain
get_stablecoin_charts_globalGlobal stablecoin charts
get_stablecoin_charts_by_chainChain stablecoin charts
get_stablecoin_pricesStablecoin prices
get_tickerCEX ticker data
get_tickersMultiple CEX tickers
get_orderbookCEX order books
get_l2_orderbookLevel 2 order book
get_best_bid_askBest bid/ask prices
get_recent_tradesRecent trades
get_ohlcvCEX candlestick data
get_index_ohlcvIndex OHLCV data
get_mark_ohlcvMark price OHLCV
get_premium_index_ohlcvPremium index OHLCV
get_funding_ratePerpetual funding rate
get_funding_rate_historyHistorical funding rates
get_funding_ratesMultiple funding rates
get_crypto_market_metricsSocial-enhanced metrics
get_coin_performancePerformance with social
get_supported_stocksSupported stocks list
get_stock_analyticsStock analytics
Previous
All Tools