{"name":"agent-market","about":"Per-request data for AI agents, paid in USDC over x402. No accounts, no API keys.","network":"eip155:8453","testnet":false,"pay_to":"0xF33D7D225Cc10Ed8B5704d4101BcDa13aEb4C284","contact":"create@appelstudios.com","services":[{"method":"GET","url":"https://agent-market-one.vercel.app/v1/weather/high","price_usd":"$0.01","name":"Daily high temp odds","description":"Probability distribution of today's or a coming day's official high temperature at the 8 NWS stations Kalshi settles on. Late in the day it conditions on the maximum already observed.","input_schema":{"properties":{"city":{"type":"string","enum":["NYC","CHI","MIA","LAX","AUS","DEN","PHIL","HOU"]},"date":{"type":"string","format":"date","description":"YYYY-MM-DD local date; default today"}},"required":["city"]},"example_input":{"city":"NYC"}},{"method":"GET","url":"https://agent-market-one.vercel.app/v1/kalshi/weather-fair","price_usd":"$0.05","name":"Kalshi weather fair value","description":"Model fair probability for every Kalshi daily-high-temperature bucket beside the live bid/ask, with fee-adjusted value per side and the largest model-vs-market disagreements.","input_schema":{"properties":{"city":{"type":"string","enum":["NYC","CHI","MIA","LAX","AUS","DEN","PHIL","HOU"]},"date":{"type":"string","format":"date"},"min_edge":{"type":"number","default":0.05}},"required":["city"]},"example_input":{"city":"NYC"}},{"method":"GET","url":"https://agent-market-one.vercel.app/v1/fed/calendar","price_usd":"$0.005","name":"Fed event calendar","description":"Upcoming Federal Reserve FOMC meetings, press conferences, speeches, testimony and releases with ET times, speakers and a market-moving flag.","input_schema":{"properties":{"days":{"type":"integer","minimum":1,"maximum":60,"default":14},"market_moving_only":{"type":"boolean","default":false}}},"example_input":{"days":14}}]}