{"name":"Tuned For Crypto Intelligence","description":"Machine-actionable market information API for AI agents. Live orderflow data from 20+ exchanges — not CoinGecko wrappers. /data returns 16 reliable fields at $0.20 for your own models. /analyze/market and /analyze/orderflow are data-only (fast, no LLM latency). /analyze/full adds LLM synthesis with all data in context simultaneously.","url":"https://x402.tunedfor.ai","version":"1.0.0","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":false},"authentication":{"schemes":["x402"],"credentials":{"note":"No API keys or accounts needed. Payment via x402 protocol (USDC on Base or Solana). Agent's wallet handles authentication."}},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"skills":[{"id":"raw-data","name":"Raw Token Snapshot","description":"Call when you want raw data to process yourself. Returns 16 reliable fields: price_usd, change_pct_24h, volume_24h_usd, market_cap_usd, funding_rate, open_interest_usd, cvd_1h, buy_ratio, whale_bar_count_1h, liquidation_buy_1h, liquidation_sell_1h, cvd_divergence, spot_perp_delta, volume_herfindahl, fear_greed, fear_greed_label. No LLM, no interpretation. Feed directly into your own models or signals. 24 tokens.","tags":["crypto","raw-data","on-chain","orderflow","data-feed","model-input"],"examples":[{"input":"{\"token\": \"BTC\"}","output":"{\"schema_version\": \"1.0\", \"token\": \"BTC\", \"snapshot\": {\"price_usd\": 84250.0, \"change_pct_24h\": 2.3, \"buy_ratio\": 0.61, \"cvd_1h\": 14523.7, \"whale_bar_count_1h\": 3, \"funding_rate\": 0.0045, \"mvrv\": 1.23, \"active_addresses\": 820000, \"volume_herfindahl\": 0.22}, \"data_freshness\": {\"data_age_seconds\": 98, \"stale\": false}}"}]},{"id":"analyze-market","name":"Pre-Trade Market Analysis","description":"Call before any crypto position decision. Data-only, no LLM latency. Returns price snapshot, directional market reading with confidence (0-1), macro regime (bull/bear/risk_on/risk_off/choppy), and macro context (DXY, VIX, fear/greed). Add 'context': '7d' for percentile rankings vs the last 7 days. Answers: Is the macro environment aligned for this trade? 15 tokens.","tags":["crypto","market-structure","macro","pre-trade","data-only"],"examples":[{"input":"{\"token\": \"BTC\"}","output":"{\"schema_version\": \"1.1\", \"token\": \"BTC\", \"pulse_signal\": \"up\", \"signal_confidence\": 0.72, \"macro_regime\": \"risk_on\", \"macro_context\": {\"dxy\": 99.2, \"vix\": 16.8, \"fear_greed_score\": 72, \"fear_greed_label\": \"greed\"}, \"data_freshness\": {\"stale\": false}}"}]},{"id":"analyze-orderflow","name":"Cross-Exchange Orderflow Verification","description":"Call when you need to know if a price move is real. Data-only from 20 live exchanges. Returns CVD direction/value, whale bar count (1h), liquidation pressure (buy and sell side), buy_ratio, spot/perp delta (leading indicator), volume concentration (HHI), and exchange_breakdown showing how many of up to 20 venues are accumulating vs distributing. Add 'context': '7d' for percentile rankings. Answers: Is this pump backed by real cross-exchange volume, or a thin-book squeeze? 24 tokens.","tags":["crypto","orderflow","whale-tracking","volume-analysis","real-time","multi-exchange","trade-validation","data-only"],"examples":[{"input":"{\"token\": \"ETH\"}","output":"{\"schema_version\": \"1.1\", \"token\": \"ETH\", \"cvd_direction\": \"up\", \"cvd_value\": 14523.7, \"whale_bar_count_1h\": 3, \"buy_ratio\": 0.61, \"cvd_divergence\": 0.14, \"spot_perp_delta\": 0.03, \"volume_herfindahl\": 0.22, \"exchange_breakdown\": {\"exchanges_accumulating\": 14, \"exchanges_distributing\": 6, \"exchanges_total\": 20, \"dominant_direction\": \"buy\", \"diverging_exchanges\": []}, \"data_freshness\": {\"stale\": false}}"}]},{"id":"analyze-full","name":"Complete Pre-Trade Due Diligence","description":"Call before any significant position. One payment: all market structure data from /analyze/market and /analyze/orderflow, plus a single grounded LLM call with everything in context simultaneously. Returns stance (BULLISH/BEARISH/NEUTRAL), orderflow_signal (ACCUMULATION/DISTRIBUTION/NEUTRAL), risk_level (LOW/MODERATE/HIGH/CRITICAL), warnings[], and a verdict sentence citing specific data values your agent can log or relay. 15 tokens.","tags":["crypto","market-structure","pre-trade","due-diligence","orderflow","decision-support"],"examples":[{"input":"{\"token\": \"BTC\"}","output":"{\"schema_version\": \"1.1\", \"token\": \"BTC\", \"pulse_signal\": \"up\", \"signal_confidence\": 0.72, \"macro_regime\": \"risk_on\", \"cvd_direction\": \"up\", \"buy_ratio\": 0.61, \"exchange_breakdown\": {\"exchanges_accumulating\": 14, \"exchanges_total\": 20, \"dominant_direction\": \"buy\"}, \"stance\": \"BULLISH\", \"orderflow_signal\": \"ACCUMULATION\", \"risk_level\": \"LOW\", \"warnings\": [], \"verdict\": \"Market stance BULLISH with signal_confidence 0.72. Orderflow ACCUMULATION across 14/20 exchanges. Risk LOW.\"}"}]},{"id":"analyze-address","name":"On-Chain Address Profile","description":"Call when you have an EVM (0x...) or Solana (base58) address and need to know what it is and whether it's risky. Auto-detects chain. Returns address_type (wallet/contract), entity_label if known (e.g. 'Vitalik Buterin', 'Binance 14'), is_contract, is_verified, account_age_days, last_active_days_ago, tx_count, native_balance, top 5 token holdings, risk_level (low/medium/high/unknown), and flags (new_account, low_activity, unverified_contract, dormant, high_throughput). Data-only — no LLM.","tags":["crypto","on-chain","address-profiling","risk-scoring","evm","solana","wallet-analysis","contract-analysis"],"examples":[{"input":"{\"address\": \"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045\"}","output":"{\"schema_version\": \"1.1\", \"chain\": \"evm\", \"address_type\": \"wallet\", \"entity_label\": \"Vitalik Buterin\", \"native_balance\": 240.5, \"tx_count\": 1243, \"account_age_days\": 2800, \"risk_level\": \"low\", \"flags\": []}"}]},{"id":"historical-data","name":"Historical OHLCV + Orderflow","description":"Hourly or daily OHLC + orderflow bars (vbuy, vsell, cvd, buy_ratio, liquidations). Primary spot markets. Up to 7 years of history for 24 tokens. Paginate with date ranges. $5.00 for 1h bars, $5.00 for 1d bars, $1.00 for 5m bars (17-day window).","tags":["crypto","ohlcv","orderflow","historical","backtesting","model-training"],"examples":[{"input":"{\"token\": \"BTC\", \"start\": \"2023-01-01\", \"end\": \"2023-12-31\"}","output":"{\"token\": \"BTC\", \"timeframe\": \"1h\", \"bars\": [{\"timestamp\": \"2023-01-01T00:00:00Z\", \"open\": 16541.0, \"close\": 16538.0, \"vbuy\": 1240000.0, \"vsell\": 980000.0, \"cvd\": 260000.0, \"buy_ratio\": 0.56}]}"}]}],"provider":{"organization":"Tuned For","url":"https://tunedfor.ai"},"documentationUrl":"https://x402.tunedfor.ai/catalog","x402":{"networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"currency":"USDC","facilitator":"https://api.cdp.coinbase.com/platform/v2/x402","pricing":{"/data":"0.20","/analyze/market":"0.25","/analyze/orderflow":"0.50","/analyze/full":"0.75","/analyze/address":"0.25","/data/history/1h":"5.00","/data/history/1d":"5.00","/data/history/5m":"1.00"}}}