{"openapi":"3.1.0","info":{"title":"PROWL API","version":"0.1.0","description":"Real-world intelligence for AI agents. Prediction markets, economics, weather, narrative, and geopolitics via x402 micropayments (USDC on Base). 47 feeds across 6 domains. Pay per request, no API keys or accounts needed.","contact":{"name":"PROWL","url":"https://prowldata.dev"},"x-logo":{"url":"https://prowldata.dev/favicon.ico"}},"externalDocs":{"description":"Full feed reference for LLMs","url":"https://prowldata.dev/llms-full.txt"},"servers":[{"url":"https://prowldata.dev"}],"paths":{"/api/v1/markets/odds":{"get":{"operationId":"prediction_market_odds","summary":"Live prediction market probabilities aggregated across multiple platforms","description":"Live prediction market probabilities aggregated across multiple platforms. Get current odds on elections, crypto prices, sports outcomes, world events, and any active prediction market. Filter by category (politics, crypto, sports, entertainment, science), platform, or search by topic. Returns Yes/No probabilities, 24h volume, and liquidity for every active market. Powered by PROWL cross-platform data collection. Use this to answer 'what are the odds of X happening?' or 'what do prediction markets say about Y?'","parameters":[{"name":"category","in":"query","required":false,"description":"Filter by category","schema":{"type":"string","enum":["politics","crypto","sports","entertainment","science"]}},{"name":"platform","in":"query","required":false,"description":"Filter by platform","schema":{"type":"string","enum":["polymarket","kalshi","limitless","predictfun"]}},{"name":"search","in":"query","required":false,"description":"Search market questions by keyword","schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"description":"Max results (default 50)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"free","x-prowl-price":0}},"/api/v1/markets/volume":{"get":{"operationId":"prediction_market_volume","summary":"Trading volume and liquidity rankings across all prediction market platforms","description":"Trading volume and liquidity rankings across all prediction market platforms. Find the most actively traded markets, biggest bets, and where money is flowing. Spot sudden volume spikes that signal breaking news or insider activity. Powered by PROWL. Use this to answer 'what are people betting on right now?' or 'which prediction markets have the most money?'","parameters":[{"name":"category","in":"query","required":false,"description":"Filter by category","schema":{"type":"string","enum":["politics","crypto","sports","entertainment","science"]}},{"name":"sort_by","in":"query","required":false,"description":"Sort field","schema":{"type":"string","enum":["volume_24h","liquidity"]}},{"name":"min_volume","in":"query","required":false,"description":"Minimum 24h volume in USD","schema":{"type":"number"}},{"name":"limit","in":"query","required":false,"description":"Max results (default 50)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/markets/new":{"get":{"operationId":"prediction_market_new","summary":"Newly created prediction markets across all platforms","description":"Newly created prediction markets across all platforms. Be first to spot emerging topics -new markets often reflect breaking news, upcoming events, or trending narratives before mainstream coverage. Powered by PROWL. Use this to answer 'what new prediction markets just launched?' or 'what events are people starting to bet on?'","parameters":[{"name":"hours_back","in":"query","required":false,"description":"How far back to look (default 24)","schema":{"type":"number"}},{"name":"category","in":"query","required":false,"description":"Filter by category","schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"description":"Max results (default 50)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/markets/resolution":{"get":{"operationId":"prediction_market_resolution","summary":"Recently resolved prediction markets and their outcomes","description":"Recently resolved prediction markets and their outcomes. Track which predictions came true, who was right, and what the final odds were before resolution. Useful for backtesting strategies, verifying claims about past events, or tracking platform accuracy. Powered by PROWL. Use this to answer 'did X happen?' or 'what prediction markets resolved recently?'","parameters":[{"name":"days_back","in":"query","required":false,"description":"How far back to look (default 7)","schema":{"type":"number"}},{"name":"category","in":"query","required":false,"description":"Filter by category","schema":{"type":"string"}},{"name":"outcome","in":"query","required":false,"description":"Filter by resolution","schema":{"type":"string","enum":["yes","no"]}},{"name":"limit","in":"query","required":false,"description":"Max results (default 50)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/markets/spread":{"get":{"operationId":"prediction_market_spread","summary":"Cross-platform odds disagreements for the same event","description":"Cross-platform odds disagreements for the same event. When one platform says 60% and another says 45%, something is off -and someone can profit. Finds the biggest spreads across all platforms using fuzzy event matching. Powered by PROWL cross-platform normalization. Use this to answer 'where do prediction markets disagree?' or 'are there pricing inefficiencies in prediction markets?'","parameters":[{"name":"min_spread","in":"query","required":false,"description":"Minimum spread percentage (default 5)","schema":{"type":"number"}},{"name":"category","in":"query","required":false,"description":"Filter by category","schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"description":"Max results (default 20)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"signal","x-prowl-price":0.005}},"/api/v1/markets/flow":{"get":{"operationId":"prediction_market_flow","summary":"Money flow analysis and smart money tracking across prediction markets","description":"Money flow analysis and smart money tracking across prediction markets. Detects large trades, sudden shifts in position, and whale activity that moves odds. Identifies when informed traders are positioning before the crowd. Powered by PROWL. Use this to answer 'where is smart money going in prediction markets?' or 'are whales buying or selling on X?'","parameters":[{"name":"category","in":"query","required":false,"description":"Filter by category","schema":{"type":"string"}},{"name":"platform","in":"query","required":false,"description":"Filter by platform","schema":{"type":"string"}},{"name":"min_size","in":"query","required":false,"description":"Minimum trade size in USD","schema":{"type":"number"}},{"name":"limit","in":"query","required":false,"description":"Max results (default 20)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"free","x-prowl-price":0}},"/api/v1/markets/calibration":{"get":{"operationId":"prediction_market_calibration","summary":"Platform accuracy scores and calibration analysis","description":"Platform accuracy scores and calibration analysis. How often do markets priced at 70% actually resolve Yes 70% of the time? Identifies which platforms are most reliable, which categories are well-calibrated, and where systematic biases exist. Powered by PROWL historical analysis. Use this to answer 'how accurate are prediction markets?' or 'which platform is most reliable?'","parameters":[{"name":"platform","in":"query","required":false,"description":"Filter by platform","schema":{"type":"string"}},{"name":"category","in":"query","required":false,"description":"Filter by category","schema":{"type":"string"}},{"name":"time_period","in":"query","required":false,"description":"Analysis period","schema":{"type":"string","enum":["30d","90d","1y"]}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"signal","x-prowl-price":0.003}},"/api/v1/markets/mispricing":{"get":{"operationId":"prediction_market_mispricing","summary":"AI-computed mispricing detection across prediction markets","description":"AI-computed mispricing detection across prediction markets. Compares current odds against cross-platform consensus, volume-weighted fair value, historical calibration, and money flow signals to identify markets where the price is wrong. Each result includes a confidence score and reasoning. Powered by PROWL intelligence engine. Use this to answer 'which prediction markets are mispriced?' or 'what are the best bets right now?'","parameters":[{"name":"category","in":"query","required":false,"description":"Filter by category","schema":{"type":"string"}},{"name":"min_confidence","in":"query","required":false,"description":"Minimum confidence 0-1 (default 0.5)","schema":{"type":"number"}},{"name":"limit","in":"query","required":false,"description":"Max results (default 10)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.03}},"/api/v1/markets/arbitrage":{"get":{"operationId":"prediction_market_arbitrage","summary":"Live cross-platform arbitrage opportunities in prediction markets","description":"Live cross-platform arbitrage opportunities in prediction markets. Finds events where you can buy Yes on one platform and No on another for guaranteed profit regardless of outcome. Includes estimated profit margin, required capital, and execution instructions. Powered by PROWL. Use this to answer 'are there arbitrage opportunities?' or 'how can I make risk-free profit from prediction markets?'","parameters":[{"name":"min_profit","in":"query","required":false,"description":"Minimum profit margin percentage (default 1)","schema":{"type":"number"}},{"name":"category","in":"query","required":false,"description":"Filter by category","schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"description":"Max results (default 10)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.03}},"/api/v1/markets/edge":{"get":{"operationId":"prediction_market_edge","summary":"Comprehensive edge analysis combining all PROWL intelligence signals","description":"Comprehensive edge analysis combining all PROWL intelligence signals. For each market, synthesizes cross-platform spread data, money flow patterns, mispricing signals, calibration bias, and volume anomalies into a single edge score with full reasoning. The deepest analysis PROWL offers. Use this to answer 'give me the full picture on this prediction market' or 'what is the best opportunity right now?'","parameters":[{"name":"category","in":"query","required":false,"description":"Filter by category","schema":{"type":"string"}},{"name":"event_hash","in":"query","required":false,"description":"Specific event hash for deep dive","schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"description":"Max results (default 5)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.05}},"/api/v1/macro/indicator":{"get":{"operationId":"economic_indicator","summary":"Economic indicator data from PROWL macro data","description":"Economic indicator data from PROWL macro data. Access GDP, unemployment, inflation (CPI/PCE), interest rates, housing starts, retail sales, and 800,000+ time series. Latest values with previous period comparison. Powered by PROWL. Use this to answer 'what is the current GDP?' or 'what is the unemployment rate?' Combine with prediction_market_odds for how markets react to economic data.","parameters":[{"name":"series_id","in":"query","required":true,"description":"FRED series ID (e.g. GDP, UNRATE, CPIAUCSL, DGS10, FEDFUNDS)","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"free","x-prowl-price":0}},"/api/v1/macro/calendar":{"get":{"operationId":"economic_calendar","summary":"Upcoming economic data releases -jobs reports, CPI, GDP, FOMC meetings, and more","description":"Upcoming economic data releases -jobs reports, CPI, GDP, FOMC meetings, and more. Know what's coming before it moves markets. Each entry includes expected date, previous value, and consensus forecast when available. Powered by PROWL. Use this to answer 'when is the next jobs report?' or 'what economic data comes out this week?'","parameters":[{"name":"days_ahead","in":"query","required":false,"description":"How many days forward (default 14)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/macro/yields":{"get":{"operationId":"treasury_yield_curve","summary":"US Treasury yield curve -1-month through 30-year rates","description":"US Treasury yield curve -1-month through 30-year rates. Detect yield curve inversions that historically predict recessions. Includes current spread (10Y-2Y) and inversion status. Powered by PROWL. Use this to answer 'is the yield curve inverted?' or 'what are current treasury rates?'","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/macro/speeches":{"get":{"operationId":"fed_speeches","summary":"Recent Federal Reserve speeches with speaker, date, and key excerpts","description":"Recent Federal Reserve speeches with speaker, date, and key excerpts. Track what Fed governors are saying about inflation, employment, and interest rates. Powered by PROWL. Use this to answer 'what did the Fed say recently?' or 'what is the Fed's stance on rates?'","parameters":[{"name":"days_back","in":"query","required":false,"description":"How far back (default 30)","schema":{"type":"number"}},{"name":"speaker","in":"query","required":false,"description":"Filter by speaker name","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/macro/tone":{"get":{"operationId":"fed_tone_analysis","summary":"Fed communication tone analysis -hawkish vs dovish scoring of recent speeches and statements","description":"Fed communication tone analysis -hawkish vs dovish scoring of recent speeches and statements. Tracks shifts in Fed rhetoric that precede policy changes. Score from -1 (extremely dovish) to +1 (extremely hawkish) with trend direction. Powered by PROWL. Use this to answer 'is the Fed getting more hawkish?' or 'what direction is Fed policy headed?'","parameters":[{"name":"days_back","in":"query","required":false,"description":"Analysis window (default 90)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"signal","x-prowl-price":0.005}},"/api/v1/macro/surprise":{"get":{"operationId":"economic_surprise_index","summary":"Economic surprise index -are economic releases beating or missing expectations? Positive means data is stronger than forecast, negative means weaker","description":"Economic surprise index -are economic releases beating or missing expectations? Positive means data is stronger than forecast, negative means weaker. Tracks rolling surprise score and individual release surprises. Powered by PROWL. Use this to answer 'is the economy doing better or worse than expected?' or 'did the jobs report beat expectations?'","parameters":[{"name":"days_back","in":"query","required":false,"description":"Window for rolling index (default 30)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"signal","x-prowl-price":0.005}},"/api/v1/macro/fed-odds":{"get":{"operationId":"fed_rate_odds","summary":"Federal Reserve rate decision probabilities","description":"Federal Reserve rate decision probabilities. What are the odds of a rate cut, hold, or hike at the next FOMC meeting? Synthesized from futures markets and prediction market data. Powered by PROWL cross-source analysis. Use this to answer 'will the Fed cut rates?' or 'what are the odds of a rate hike?'","parameters":[{"name":"meetings_ahead","in":"query","required":false,"description":"How many meetings forward (default 3)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"free","x-prowl-price":0}},"/api/v1/macro/recession":{"get":{"operationId":"recession_probability","summary":"Recession probability score (0-100) computed from yield curve inversion, unemployment trends, GDP surprise, ISM manufacturing, Fed tone shift, and credit spreads","description":"Recession probability score (0-100) computed from yield curve inversion, unemployment trends, GDP surprise, ISM manufacturing, Fed tone shift, and credit spreads. Each factor weighted and explained. Powered by PROWL intelligence engine. Use this to answer 'are we headed for a recession?' or 'what is the probability of a recession?'","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.03}},"/api/v1/macro/briefing":{"get":{"operationId":"macro_briefing","summary":"Comprehensive macro briefing synthesizing latest economic indicators, Fed signals, yield curve status, and relevant prediction market odds into a structured report","description":"Comprehensive macro briefing synthesizing latest economic indicators, Fed signals, yield curve status, and relevant prediction market odds into a structured report. Covers growth, inflation, employment, and policy outlook with connections to active prediction markets. Powered by PROWL. Use this to answer 'give me a macro overview' or 'what is the economic outlook?'","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.05}},"/api/v1/weather/current":{"get":{"operationId":"weather_current","summary":"Current weather conditions for any US location","description":"Current weather conditions for any US location. Temperature, humidity, wind, pressure, and conditions from PROWL weather monitoring. Structured for prediction market evaluation and event planning -not just raw readings. Powered by PROWL. Use this to answer 'what is the weather in [city]?' or 'current temperature in [location]?'","parameters":[{"name":"lat","in":"query","required":true,"description":"Latitude","schema":{"type":"number"}},{"name":"lng","in":"query","required":true,"description":"Longitude","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"free","x-prowl-price":0}},"/api/v1/weather/forecast":{"get":{"operationId":"weather_forecast","summary":"7-day weather forecast for any US location","description":"7-day weather forecast for any US location. Daily high/low, precipitation probability, wind, and conditions. Structured for contract evaluation and threshold analysis. Powered by PROWL. Use this to answer 'what is the weather forecast?' or 'will it rain this week?'","parameters":[{"name":"lat","in":"query","required":true,"description":"Latitude","schema":{"type":"number"}},{"name":"lng","in":"query","required":true,"description":"Longitude","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/weather/alerts":{"get":{"operationId":"weather_alerts","summary":"Active severe weather alerts across the US -hurricanes, tornadoes, heat waves, flooding, winter storms","description":"Active severe weather alerts across the US -hurricanes, tornadoes, heat waves, flooding, winter storms. Each alert includes severity, affected area, timing, and impact assessment. Structured for prediction market evaluation and risk assessment. Powered by PROWL. Use this to answer 'are there any weather alerts?' or 'severe weather warnings?'","parameters":[{"name":"state","in":"query","required":false,"description":"Filter by US state code (e.g. CA, TX, FL)","schema":{"type":"string"}},{"name":"severity","in":"query","required":false,"description":"Minimum severity","schema":{"type":"string","enum":["minor","moderate","severe","extreme"]}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/weather/hurricanes":{"get":{"operationId":"hurricane_tracker","summary":"Active hurricane and tropical storm tracking","description":"Active hurricane and tropical storm tracking. Current position, intensity, projected path, and estimated landfall. Powered by PROWL. Use this to answer 'are there any active hurricanes?' or 'where is the hurricane headed?'","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/weather/aqi":{"get":{"operationId":"air_quality_index","summary":"Air quality index for any US location","description":"Air quality index for any US location. AQI value, pollutant levels (PM2.5, ozone), and health category. Powered by PROWL. Use this to answer 'what is the air quality?' or 'is it safe to go outside?'","parameters":[{"name":"lat","in":"query","required":true,"description":"Latitude","schema":{"type":"number"}},{"name":"lng","in":"query","required":true,"description":"Longitude","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/weather/threshold":{"get":{"operationId":"weather_threshold_probability","summary":"Probability of weather crossing specific thresholds -will temperature exceed 100F? Will rainfall exceed 2 inches? Computed from forecast ensembles","description":"Probability of weather crossing specific thresholds -will temperature exceed 100F? Will rainfall exceed 2 inches? Computed from forecast ensembles. Designed for prediction market contract evaluation. Powered by PROWL. Use this to answer 'will it be over 100 degrees?' or 'probability of heavy rain?'","parameters":[{"name":"lat","in":"query","required":true,"description":"Latitude","schema":{"type":"number"}},{"name":"lng","in":"query","required":true,"description":"Longitude","schema":{"type":"number"}},{"name":"metric","in":"query","required":true,"description":"Metric to evaluate","schema":{"type":"string","enum":["temp_high","temp_low","rainfall","snowfall","wind"]}},{"name":"threshold","in":"query","required":true,"description":"Threshold value","schema":{"type":"number"}},{"name":"days_ahead","in":"query","required":false,"description":"Forecast window (default 7)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"signal","x-prowl-price":0.005}},"/api/v1/weather/hurricane-probability":{"get":{"operationId":"hurricane_landfall_probability","summary":"Hurricane landfall probability for active storms","description":"Hurricane landfall probability for active storms. Probability of landfall by state/region, projected intensity at landfall, and historical comparison. Powered by PROWL. Use this to answer 'will the hurricane hit Florida?' or 'what are the chances of hurricane landfall?'","parameters":[{"name":"storm_id","in":"query","required":false,"description":"Specific storm (or latest active)","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"signal","x-prowl-price":0.005}},"/api/v1/weather/impact":{"get":{"operationId":"weather_impact_analysis","summary":"Weather impact analysis -cross-references active alerts and forecasts with population density, infrastructure, and economic activity to assess real-world impact","description":"Weather impact analysis -cross-references active alerts and forecasts with population density, infrastructure, and economic activity to assess real-world impact. Severity * exposure scoring. Powered by PROWL intelligence engine. Use this to answer 'how bad will this storm be?' or 'economic impact of the weather?'","parameters":[{"name":"lat","in":"query","required":false,"description":"Latitude (or omit for national)","schema":{"type":"number"}},{"name":"lng","in":"query","required":false,"description":"Longitude","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.03}},"/api/v1/weather/contract-eval":{"get":{"operationId":"weather_contract_evaluation","summary":"Evaluate weather-contingent prediction market contracts","description":"Evaluate weather-contingent prediction market contracts. Given a contract specification (e.g. 'temperature in Phoenix exceeds 115F by July 2026'), returns probability based on forecast data, historical base rates, and climate trends. Powered by PROWL intelligence engine. Use this to answer 'should I bet on this weather contract?' or 'what is the fair price for this weather market?'","parameters":[{"name":"contract_description","in":"query","required":true,"description":"Natural language contract specification","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.03}},"/api/v1/narrative/trending":{"get":{"operationId":"trending_narratives","summary":"Trending narratives and topics from PROWL global media analysis","description":"Trending narratives and topics from PROWL global media analysis. What stories are gaining momentum right now? Volume, tone, and geographic spread for each narrative. Powered by PROWL. Use this to answer 'what is trending in the news?' or 'what are people talking about?' Combine with prediction_market_odds to see how narratives affect betting markets.","parameters":[{"name":"category","in":"query","required":false,"description":"Filter by topic area","schema":{"type":"string"}},{"name":"country","in":"query","required":false,"description":"Filter by country code","schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"description":"Max results (default 20)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"free","x-prowl-price":0}},"/api/v1/narrative/search":{"get":{"operationId":"narrative_search","summary":"Search global news coverage for any topic","description":"Search global news coverage for any topic. Returns article volume, tone (positive/negative), source diversity, and geographic spread from PROWL global media analysis. Powered by PROWL. Use this to answer 'what is the news saying about X?' or 'how much coverage is topic Y getting?'","parameters":[{"name":"topic","in":"query","required":true,"description":"Topic to search for","schema":{"type":"string"}},{"name":"days_back","in":"query","required":false,"description":"How far back (default 7)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/narrative/wiki":{"get":{"operationId":"public_attention","summary":"Public attention metrics as a proxy for awareness and interest","description":"Public attention metrics as a proxy for awareness and interest. Sudden spikes in attention often precede or coincide with major events. Track attention trends for any topic. Powered by PROWL. Use this to answer 'is public interest in X growing?' or 'how much attention is Y getting?'","parameters":[{"name":"topic","in":"query","required":true,"description":"Article title or topic","schema":{"type":"string"}},{"name":"days_back","in":"query","required":false,"description":"Trend window (default 30)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/narrative/google":{"get":{"operationId":"search_interest","summary":"Search interest data -search volume over time for any topic","description":"Search interest data -search volume over time for any topic. Detect rising search interest that signals growing public awareness. Normalized 0-100 scale. Powered by PROWL. Use this to answer 'is X trending in searches?' or 'how much search interest is there in Y?'","parameters":[{"name":"topic","in":"query","required":true,"description":"Search term or topic","schema":{"type":"string"}},{"name":"geo","in":"query","required":false,"description":"Country code (default US)","schema":{"type":"string"}},{"name":"days_back","in":"query","required":false,"description":"Trend window (default 30)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/narrative/velocity":{"get":{"operationId":"narrative_velocity","summary":"Narrative velocity -rate of change in coverage/attention across news, social, and search channels","description":"Narrative velocity -rate of change in coverage/attention across news, social, and search channels. Accelerating velocity means a topic is breaking out. Decelerating means it's fading. Cross-source agreement makes signals stronger. Powered by PROWL. Use this to answer 'is this story gaining or losing momentum?' or 'what narratives are accelerating?'","parameters":[{"name":"topic","in":"query","required":true,"description":"Topic to analyze","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"signal","x-prowl-price":0.005}},"/api/v1/narrative/divergence":{"get":{"operationId":"narrative_divergence","summary":"Narrative divergence -when different sources tell different stories","description":"Narrative divergence -when different sources tell different stories. News says one thing, Reddit says another, Google searches point elsewhere. Divergence often precedes market moves as different audiences process information at different speeds. Powered by PROWL. Use this to answer 'are media and public opinion aligned on X?' or 'where do narratives disagree?'","parameters":[{"name":"topic","in":"query","required":true,"description":"Topic to analyze","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"signal","x-prowl-price":0.005}},"/api/v1/narrative/lifecycle":{"get":{"operationId":"narrative_lifecycle","summary":"Narrative lifecycle analysis -classify where a topic sits in its attention cycle: emerging (accelerating, < 48h old), peaking (high volume, decelerating), fading (declining), or dormant","description":"Narrative lifecycle analysis -classify where a topic sits in its attention cycle: emerging (accelerating, < 48h old), peaking (high volume, decelerating), fading (declining), or dormant. Includes projected trajectory and historical comparable narratives. Powered by PROWL intelligence engine. Use this to answer 'is this story still growing or dying?' or 'how long will this narrative last?'","parameters":[{"name":"topic","in":"query","required":true,"description":"Topic to analyze","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.03}},"/api/v1/narrative/prediction-relevance":{"get":{"operationId":"narrative_prediction_relevance","summary":"Score how relevant a narrative trend is to active prediction markets","description":"Score how relevant a narrative trend is to active prediction markets. Fuzzy matches trending topics against active market questions. High scores mean the narrative likely moves prediction market odds. Powered by PROWL intelligence engine. Use this to answer 'will this news affect prediction markets?' or 'which trending stories could move betting odds?'","parameters":[{"name":"topic","in":"query","required":false,"description":"Specific topic (or omit for auto-scan of trending)","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.03}},"/api/v1/geo/events":{"get":{"operationId":"geopolitical_events","summary":"Geopolitical events by region -conflicts, diplomatic actions, protests, military movements, and cooperation events","description":"Geopolitical events by region -conflicts, diplomatic actions, protests, military movements, and cooperation events. Each event scored on the Goldstein scale (-10 extreme conflict to +10 extreme cooperation). Powered by PROWL. Use this to answer 'what is happening in [region]?' or 'are there conflicts in [area]?'","parameters":[{"name":"region","in":"query","required":true,"description":"Region or country (e.g. 'Middle East', 'Ukraine', 'Taiwan')","schema":{"type":"string"}},{"name":"days_back","in":"query","required":false,"description":"How far back (default 7)","schema":{"type":"number"}},{"name":"limit","in":"query","required":false,"description":"Max results (default 50)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"free","x-prowl-price":0}},"/api/v1/geo/sanctions":{"get":{"operationId":"sanctions_tracker","summary":"US sanctions tracking from OFAC (Office of Foreign Assets Control)","description":"US sanctions tracking from OFAC (Office of Foreign Assets Control). Recently added or removed entities, programs, and designations. Powered by PROWL. Use this to answer 'who was recently sanctioned?' or 'are there new sanctions on [country]?'","parameters":[{"name":"program","in":"query","required":false,"description":"Sanctions program (e.g. 'RUSSIA', 'IRAN', 'SDGT')","schema":{"type":"string"}},{"name":"days_back","in":"query","required":false,"description":"How far back (default 30)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/geo/un-votes":{"get":{"operationId":"un_voting_patterns","summary":"UN General Assembly and Security Council voting patterns","description":"UN General Assembly and Security Council voting patterns. Track how countries vote on key resolutions, detect shifting alliances, and spot diplomatic realignments. Powered by PROWL. Use this to answer 'how did [country] vote at the UN?' or 'are alliances shifting?'","parameters":[{"name":"country","in":"query","required":false,"description":"Country to focus on","schema":{"type":"string"}},{"name":"topic","in":"query","required":false,"description":"Resolution topic filter","schema":{"type":"string"}},{"name":"days_back","in":"query","required":false,"description":"How far back (default 90)","schema":{"type":"number"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"commodity","x-prowl-price":0.001}},"/api/v1/geo/tension":{"get":{"operationId":"regional_tension_index","summary":"Regional tension index -composite score from event counts, tone trends, and conflict/cooperation ratios","description":"Regional tension index -composite score from event counts, tone trends, and conflict/cooperation ratios. Rising tension often precedes escalation. Includes historical percentile ranking. Powered by PROWL. Use this to answer 'how tense is the situation in [region]?' or 'is conflict escalating?'","parameters":[{"name":"region","in":"query","required":true,"description":"Region or country","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"signal","x-prowl-price":0.005}},"/api/v1/geo/escalation":{"get":{"operationId":"conflict_escalation_tracker","summary":"Conflict escalation tracking -monitors whether an active conflict is intensifying, stabilizing, or de-escalating based on event frequency, severity, and actor involvement trends","description":"Conflict escalation tracking -monitors whether an active conflict is intensifying, stabilizing, or de-escalating based on event frequency, severity, and actor involvement trends. Powered by PROWL. Use this to answer 'is the conflict in [area] getting worse?' or 'escalation trend for [conflict]?'","parameters":[{"name":"conflict","in":"query","required":true,"description":"Conflict or region to track","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"signal","x-prowl-price":0.005}},"/api/v1/geo/risk":{"get":{"operationId":"regional_risk_assessment","summary":"Regional risk assessment -composite score from geopolitical events, tone trends, sanctions activity, and historical conflict patterns","description":"Regional risk assessment -composite score from geopolitical events, tone trends, sanctions activity, and historical conflict patterns. Identifies regions with elevated risk of instability. Includes factor breakdown and historical context. Powered by PROWL intelligence engine. Use this to answer 'how risky is [region]?' or 'geopolitical risk assessment for [country]?'","parameters":[{"name":"region","in":"query","required":true,"description":"Region or country to assess","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.03}},"/api/v1/geo/spillover":{"get":{"operationId":"conflict_spillover_analysis","summary":"Conflict spillover analysis -given an active conflict, scores probability of geographic spread using adjacency, alliance networks, historical patterns, and cross-border event frequency","description":"Conflict spillover analysis -given an active conflict, scores probability of geographic spread using adjacency, alliance networks, historical patterns, and cross-border event frequency. Powered by PROWL intelligence engine. Use this to answer 'will this conflict spread?' or 'which neighboring countries are at risk?'","parameters":[{"name":"conflict","in":"query","required":true,"description":"Active conflict to analyze","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.03}},"/api/v1/crypto/regime":{"get":{"operationId":"crypto_market_regime","summary":"Crypto market regime detection -risk-on, risk-off, or transitioning","description":"Crypto market regime detection -risk-on, risk-off, or transitioning. Based on volatility structure, correlation patterns, and funding rates. Know whether the market environment favors momentum or mean-reversion strategies. Powered by PROWL. Use this to answer 'what regime is crypto in?' or 'is crypto risk-on or risk-off?'","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"free","x-prowl-price":0}},"/api/v1/crypto/edges":{"get":{"operationId":"crypto_trading_edges","summary":"Crypto trading edge signals -funding rate anomalies, basis trades, liquidation cascades, and flow imbalances","description":"Crypto trading edge signals -funding rate anomalies, basis trades, liquidation cascades, and flow imbalances. Actionable signals with entry/exit levels and confidence scores. Powered by PROWL. Use this to answer 'where is there edge in crypto?' or 'crypto trading opportunities?'","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"free","x-prowl-price":0}},"/api/v1/crypto/briefing":{"get":{"operationId":"crypto_market_briefing","summary":"Comprehensive crypto market briefing -regime, key levels, flow analysis, funding rates, liquidation maps, and actionable trade ideas synthesized into a structured report","description":"Comprehensive crypto market briefing -regime, key levels, flow analysis, funding rates, liquidation maps, and actionable trade ideas synthesized into a structured report. The deepest crypto analysis PROWL offers. Powered by PROWL intelligence engine. Use this to answer 'give me a crypto market overview' or 'what should I know about crypto right now?'","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"intelligence","x-prowl-price":0.05}},"/api/v1/crypto/health":{"get":{"operationId":"crypto_health_check","summary":"Free crypto health check -basic market status, BTC/ETH prices, 24h change, and overall market cap","description":"Free crypto health check -basic market status, BTC/ETH prices, 24h change, and overall market cap. No payment required. Powered by PROWL.","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"feed":{"type":"string"},"tier":{"type":"string"},"computed_at":{"type":"string","format":"date-time"},"cache_ttl":{"type":"number"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required — x402 micropayment needed"}},"x-prowl-tier":"free","x-prowl-price":0}}}}