PRISM Data Query Skill
Query PRISM API for real-time financial data across crypto, stocks, DeFi, macro, predictions, sports, and more.
When to Use This Skill
Use this skill whenever you need:
- Real-time price data for crypto or stocks
- Market intelligence (trending assets, gainers/losers, market overview)
- Financial fundamentals (earnings, dividends, analyst ratings, valuation)
- Technical analysis (RSI, MACD, support/resistance, signals)
- Risk metrics (volatility, VaR, Sharpe ratio, portfolio risk)
- DeFi data (yields, TVL, stablecoins, gas prices)
- Onchain data (whale movements, exchange flows, holder distribution)
- Macro indicators (Fed rate, inflation, GDP, treasury yields)
- Prediction markets (Polymarket, Kalshi, Manifold)
- Sports betting (live scores, odds comparison, arbitrage)
Available Domains
Resolution
Canonical asset identity resolution across chains and exchanges
resolve_asset - Resolve any ticker/name/address to canonical ID
batch_resolve - Bulk resolution
Crypto
Prices, market data, trending tokens
get_price - Consensus crypto price
get_trending - Trending crypto assets
market_overview - Full market snapshot
get_crypto_gainers, get_crypto_losers - Top movers
Stocks
Quotes, fundamentals, earnings, ratings
get_stock_quote - Real-time stock quote
get_stock_profile - Company profile
get_stock_fundamentals - Key metrics (P/E, ROE, margins)
get_stock_financials - Income, balance, cash flow
get_stock_earnings - Historical earnings
get_insider_trades, get_institutional_holders - Ownership
get_analyst_ratings - Buy/hold/sell ratings
calculate_dcf - DCF intrinsic value
get_stock_gainers, get_stock_losers, get_most_active_stocks - Market movers
ETFs, Forex, Commodities
get_popular_etfs, get_etf_holdings, get_etf_sector_weights
get_forex_pairs, get_forex_tradeable_forms
get_commodity_prices, get_commodity_tradeable_forms
DeFi & Onchain
TVL, yields, gas, wallet balances, whale tracking
get_defi_yields - Top yield opportunities
get_protocols - DeFi protocols with TVL
get_gas - Gas prices across all chains
get_wallet_balances - All token balances for a wallet
whale_movements - Large whale transactions
exchange_flows - Exchange inflow/outflow
Historical
OHLCV, volume, returns, volatility
get_historical_prices - OHLCV data
get_returns - Period returns (1d, 7d, 30d, 1y)
get_historical_volatility - Rolling volatility
compare_assets - Relative performance
Calendar
get_earnings_calendar, get_earnings_this_week - Earnings reports
get_economic_calendar - FOMC, CPI, GDP, jobs reports
Technicals & Signals
RSI, MACD, support/resistance, momentum, breakouts
technical_analysis - Full TA (trend, RSI, MACD, MAs)
get_technical_indicators - Specific indicators
get_support_resistance - Key price levels
get_signals - Trading signals (momentum, volume, breakout)
detect_volume_spikes, detect_breakouts, detect_divergence
Risk
Volatility, VaR, Sharpe, portfolio risk
get_risk - Volatility, Sharpe, max drawdown, beta
calculate_var - Value at Risk
analyze_portfolio_risk - Portfolio-level risk
Order Book & Trades
get_orderbook, get_orderbook_depth, get_bid_ask_spread, get_orderbook_imbalance
get_recent_trades, get_large_trades
Social
Sentiment, mentions, GitHub activity
social_sentiment - Bullish/bearish sentiment
get_social_mentions, get_trending_score
get_github_activity - Commits, stars, contributors
Macro
Fed rate, inflation, GDP, unemployment, treasury yields
macro_summary - Full macro dashboard
- Individual series:
get_fed_rate, get_inflation, get_treasury_yields, get_gdp, get_unemployment
News
get_news - Latest crypto/stock news with sentiment
Predictions
Polymarket, Kalshi, Manifold
prediction_markets, search_predictions - Market discovery
get_trending_predictions - Trending markets
Sports & Odds
Live scores, odds comparison, arbitrage
list_sports, get_sports_events, get_event_details, get_event_odds
find_arbitrage, compare_odds, get_best_odds
Developer
api_health - Check API status
Usage Examples
Just ask natural language questions:
Crypto:
- "What's the price of Bitcoin?"
- "Show me the trending crypto assets"
- "Get the market overview with fear & greed index"
Stocks:
- "Get AAPL stock quote"
- "Show me the fundamentals for Tesla"
- "What are the latest insider trades for NVDA?"
- "Calculate DCF valuation for Microsoft"
DeFi:
- "Show me the top DeFi yields on Arbitrum with at least 10% APY"
- "What are the current gas prices?"
- "Get the wallet balances for 0x..."
Technical Analysis:
- "Run technical analysis on ETH on the 4h timeframe"
- "Get RSI and MACD for AAPL"
- "Detect volume spikes and breakouts"
Risk:
- "Calculate portfolio risk for my positions: 50% BTC, 30% ETH, 20% SOL"
- "Get the Value at Risk for TSLA with 95% confidence"
Macro:
- "Get the macro summary — are we in an inverted yield curve?"
- "What's the current Fed rate?"
Predictions:
- "What are the trending prediction markets?"
- "Search for markets about the 2024 election"
Sports:
- "Show me tonight's NBA games"
- "Find arbitrage opportunities in NFL betting"
Best Practices
- Be specific with symbols: Use tickers (BTC, AAPL, ETH) or canonical IDs when available
- Use filters: Most tools support filtering by chain, timeframe, limit, etc.
- Combine tools: Pair technical analysis with risk metrics, or price data with social sentiment
- Leverage resources: For frequently accessed data, check MCP resources first (e.g.,
prism://market/overview)
- Cache awareness: Prices are cached for 10-15s, fundamentals for 1h, static data for 24h
Resources (Passive Data Access)
Access frequently-used data without tool invocation:
prism://market/overview - Market snapshot
prism://gas/prices - Gas prices
prism://macro/summary - Macro dashboard
prism://news/crypto, prism://news/stocks - Latest news
prism://stocks/gainers, prism://stocks/losers - Market movers
- And 20+ more...
1---2name: prism-query3description: PRISM Data Query Skill4---5# PRISM Data Query Skill67Query PRISM API for real-time financial data across crypto, stocks, DeFi, macro, predictions, sports, and more.89## When to Use This Skill1011Use this skill whenever you need:12- Real-time price data for crypto or stocks13- Market intelligence (trending assets, gainers/losers, market overview)14- Financial fundamentals (earnings, dividends, analyst ratings, valuation)15- Technical analysis (RSI, MACD, support/resistance, signals)16- Risk metrics (volatility, VaR, Sharpe ratio, portfolio risk)17- DeFi data (yields, TVL, stablecoins, gas prices)18- Onchain data (whale movements, exchange flows, holder distribution)19- Macro indicators (Fed rate, inflation, GDP, treasury yields)20- Prediction markets (Polymarket, Kalshi, Manifold)21- Sports betting (live scores, odds comparison, arbitrage)2223## Available Domains2425### Resolution26Canonical asset identity resolution across chains and exchanges27- `resolve_asset` - Resolve any ticker/name/address to canonical ID28- `batch_resolve` - Bulk resolution2930### Crypto31Prices, market data, trending tokens32- `get_price` - Consensus crypto price33- `get_trending` - Trending crypto assets34- `market_overview` - Full market snapshot35- `get_crypto_gainers`, `get_crypto_losers` - Top movers3637### Stocks38Quotes, fundamentals, earnings, ratings39- `get_stock_quote` - Real-time stock quote40- `get_stock_profile` - Company profile41- `get_stock_fundamentals` - Key metrics (P/E, ROE, margins)42- `get_stock_financials` - Income, balance, cash flow43- `get_stock_earnings` - Historical earnings44- `get_insider_trades`, `get_institutional_holders` - Ownership45- `get_analyst_ratings` - Buy/hold/sell ratings46- `calculate_dcf` - DCF intrinsic value47- `get_stock_gainers`, `get_stock_losers`, `get_most_active_stocks` - Market movers4849### ETFs, Forex, Commodities50- `get_popular_etfs`, `get_etf_holdings`, `get_etf_sector_weights`51- `get_forex_pairs`, `get_forex_tradeable_forms`52- `get_commodity_prices`, `get_commodity_tradeable_forms`5354### DeFi & Onchain55TVL, yields, gas, wallet balances, whale tracking56- `get_defi_yields` - Top yield opportunities57- `get_protocols` - DeFi protocols with TVL58- `get_gas` - Gas prices across all chains59- `get_wallet_balances` - All token balances for a wallet60- `whale_movements` - Large whale transactions61- `exchange_flows` - Exchange inflow/outflow6263### Historical64OHLCV, volume, returns, volatility65- `get_historical_prices` - OHLCV data66- `get_returns` - Period returns (1d, 7d, 30d, 1y)67- `get_historical_volatility` - Rolling volatility68- `compare_assets` - Relative performance6970### Calendar71- `get_earnings_calendar`, `get_earnings_this_week` - Earnings reports72- `get_economic_calendar` - FOMC, CPI, GDP, jobs reports7374### Technicals & Signals75RSI, MACD, support/resistance, momentum, breakouts76- `technical_analysis` - Full TA (trend, RSI, MACD, MAs)77- `get_technical_indicators` - Specific indicators78- `get_support_resistance` - Key price levels79- `get_signals` - Trading signals (momentum, volume, breakout)80- `detect_volume_spikes`, `detect_breakouts`, `detect_divergence`8182### Risk83Volatility, VaR, Sharpe, portfolio risk84- `get_risk` - Volatility, Sharpe, max drawdown, beta85- `calculate_var` - Value at Risk86- `analyze_portfolio_risk` - Portfolio-level risk8788### Order Book & Trades89- `get_orderbook`, `get_orderbook_depth`, `get_bid_ask_spread`, `get_orderbook_imbalance`90- `get_recent_trades`, `get_large_trades`9192### Social93Sentiment, mentions, GitHub activity94- `social_sentiment` - Bullish/bearish sentiment95- `get_social_mentions`, `get_trending_score`96- `get_github_activity` - Commits, stars, contributors9798### Macro99Fed rate, inflation, GDP, unemployment, treasury yields100- `macro_summary` - Full macro dashboard101- Individual series: `get_fed_rate`, `get_inflation`, `get_treasury_yields`, `get_gdp`, `get_unemployment`102103### News104- `get_news` - Latest crypto/stock news with sentiment105106### Predictions107Polymarket, Kalshi, Manifold108- `prediction_markets`, `search_predictions` - Market discovery109- `get_trending_predictions` - Trending markets110111### Sports & Odds112Live scores, odds comparison, arbitrage113- `list_sports`, `get_sports_events`, `get_event_details`, `get_event_odds`114- `find_arbitrage`, `compare_odds`, `get_best_odds`115116### Developer117- `api_health` - Check API status118119## Usage Examples120121Just ask natural language questions:122123**Crypto:**124- "What's the price of Bitcoin?"125- "Show me the trending crypto assets"126- "Get the market overview with fear & greed index"127128**Stocks:**129- "Get AAPL stock quote"130- "Show me the fundamentals for Tesla"131- "What are the latest insider trades for NVDA?"132- "Calculate DCF valuation for Microsoft"133134**DeFi:**135- "Show me the top DeFi yields on Arbitrum with at least 10% APY"136- "What are the current gas prices?"137- "Get the wallet balances for 0x..."138139**Technical Analysis:**140- "Run technical analysis on ETH on the 4h timeframe"141- "Get RSI and MACD for AAPL"142- "Detect volume spikes and breakouts"143144**Risk:**145- "Calculate portfolio risk for my positions: 50% BTC, 30% ETH, 20% SOL"146- "Get the Value at Risk for TSLA with 95% confidence"147148**Macro:**149- "Get the macro summary — are we in an inverted yield curve?"150- "What's the current Fed rate?"151152**Predictions:**153- "What are the trending prediction markets?"154- "Search for markets about the 2024 election"155156**Sports:**157- "Show me tonight's NBA games"158- "Find arbitrage opportunities in NFL betting"159160## Best Practices1611621. **Be specific with symbols:** Use tickers (BTC, AAPL, ETH) or canonical IDs when available1632. **Use filters:** Most tools support filtering by chain, timeframe, limit, etc.1643. **Combine tools:** Pair technical analysis with risk metrics, or price data with social sentiment1654. **Leverage resources:** For frequently accessed data, check MCP resources first (e.g., `prism://market/overview`)1665. **Cache awareness:** Prices are cached for 10-15s, fundamentals for 1h, static data for 24h167168## Resources (Passive Data Access)169170Access frequently-used data without tool invocation:171- `prism://market/overview` - Market snapshot172- `prism://gas/prices` - Gas prices173- `prism://macro/summary` - Macro dashboard174- `prism://news/crypto`, `prism://news/stocks` - Latest news175- `prism://stocks/gainers`, `prism://stocks/losers` - Market movers176- And 20+ more...