Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.coinversa.ai/llms.txt

Use this file to discover all available pages before exploring further.

Every MCP tool is a thin wrapper around a public API endpoint. Tier requirements match the underlying endpoint — most are Free, a handful of deep-analytics tools require Pro. For the canonical schema (inputs, outputs, examples), see the API reference — every tool maps 1:1 to an endpoint.

Discovery & taxonomy

ToolDescription
list_marketsAll markets with prices, OI, funding. Optional dex filter.
list_assetsCanonical asset directory with venue breakdown.
list_assetOne asset’s venue breakdown (accepts synonyms).
pulse_cross_market_assetAggregated OI / positions / bias across all venues for a canonical asset.

Pulse — trader & cohort analytics

ToolDescription
pulse_global_statsTotal traders, trades, volume, PnL, data coverage.
pulse_market_overviewGlobal stats + per-market breakdown.
pulse_leaderboardTop traders ranked by PnL with tier labels.
pulse_hidden_gemsUnderrated wallets matching profile filters.
pulse_most_traded_coinsCoins ranked by recent volume.
pulse_biggest_tradesLargest individual fills in a time window.
pulse_recent_tradesRecent global fills.
pulse_recent_closed_positionsRecently closed positions across all wallets.
pulse_token_leaderboardTop traders on a specific coin.

Pulse — single trader

ToolDescription
pulse_trader_profileStats, win rate, PnL, tier classification.
pulse_trader_performanceRecent vs all-time performance + trend.
pulse_trader_tradesRecent fills for one wallet.
pulse_trader_daily_statsDay-by-day PnL / volume history.
pulse_trader_token_statsPer-token breakdown for one wallet.
pulse_trader_closed_positionsClosed positions for one wallet.
pulse_trader_closed_position_statsAggregate closed-position stats.
compare_walletsSide-by-side stats for two wallets.

Pulse — cohorts

ToolDescription
pulse_cohort_summaryAll cohorts with size, PnL, win-rate medians.
pulse_cohort_positionsCurrent positions held by a specific cohort.
pulse_cohort_tradesRecent trades from one cohort.
pulse_cohort_historyCohort performance over time.
pulse_cohort_bias_historyCohort long/short bias over time.
pulse_cohort_performance_dailyDaily cohort PnL / volume.

Live — real-time market + risk

ToolDescription
live_long_short_ratioGlobal L/S ratio by wallet count and notional.
live_cohort_biasPer-cohort bias for one coin.
live_cohort_bias_historyHistorical cohort bias trajectory.
live_oi_historyOpen interest time series.
live_official_oiOI sourced from Hyperliquid’s official feed.
live_liquidation_heatmapLiquidation density by price level for one coin.
live_liquidation_summaryRecent liquidation totals by side.
live_recent_liquidationsStream of recent liquidation events.
live_coin_risk_snapshotCoin-level risk metrics (now).
live_coin_risk_historyCoin-level risk over time.
live_risk_overviewCross-coin risk dashboard.
live_mark_dislocationsMark vs. oracle deviation events.

Market — direct Hyperliquid passthrough

ToolDescription
market_priceMark/index/funding/OI for a symbol.
market_positionsOpen positions for an address.
market_orderbookL2 orderbook for a symbol.
market_recent_candlesRecent candles for a symbol.
market_historical_oiHistorical OI series.

HIP-4 — outcome contracts

ToolDescription
hip4_outcomesAll known outcome contracts.
hip4_outcomeMetadata for one outcome.
hip4_outcome_summaryVolume + holder stats for one outcome.
hip4_outcome_recent_tradesRecent fills on one outcome.
hip4_questionsOutcome contracts grouped by question.
hip4_recent_settlementsRecently settled outcomes.
hip4_daily_volumeDaily HIP-4 trading volume.
hip4_most_activeMost-traded outcomes.
hip4_top_tradersTop outcome traders by volume / PnL.
hip4_trader_outcomesOutcomes one wallet has traded.
hip4_cross_product_overlapOverlap between outcome traders and perp traders.
hip4_perp_position_contextWhether outcome holders have open perp positions on the underlying. Pro tier.
Every tool accepts a useToonFormat flag (default true) that returns data in compact TOON format — about 50% fewer tokens than JSON for tabular data. Agents typically want this on; set to false if you need standard JSON.