{"name":"kalshi-wrapper","slug":"timi0217/kalshi-wrapper","errors":{"codes":[{"code":"MISSING_FIELD","hint":"Ask user for the missing field and retry","recoverable":true},{"code":"INVALID_INPUT","hint":"Check field types and retry","recoverable":true},{"code":"RATE_LIMITED","hint":"Back off and retry after Retry-After seconds","recoverable":true},{"code":"UPSTREAM_ERROR","hint":"Deployed app returned 5xx — not retryable","recoverable":false},{"code":"SESSION_EXPIRED","hint":"Start a new session","recoverable":true}]},"limits":{"requests_per_minute":60,"max_session_duration_seconds":1800},"schema":"chekk.agent/v1","actions":[{"id":"get_root","file":"main.py","path":"/","inputs":[],"method":"GET","response":{"content_type":"application/json"},"description":"List prediction markets. Excludes MVE (multi-game parlays).","side_effect":"read"},{"id":"get_health","file":"main.py","path":"/health","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["status","timestamp"]},"description":"List prediction markets. Excludes MVE (multi-game parlays).","side_effect":"read"},{"id":"get_list_markets","file":"main.py","path":"/markets","inputs":[{"hint":"Filter by series ticker (e.g., KXHIGHNY)","name":"series_ticker","type":"string","location":"query","required":false},{"hint":"Max results","name":"limit","type":"integer","location":"query","required":false}],"method":"GET","response":{"content_type":"application/json","example_fields":["markets","count","timestamp"]},"description":"List prediction markets. Excludes MVE (multi-game parlays).","side_effect":"read"},{"id":"get_get_market","file":"main.py","path":"/market","inputs":[{"hint":"Market ticker (e.g., KXHIGHNY-25JUN30-T75)","name":"ticker","type":"string","location":"query","required":true}],"method":"GET","response":{"content_type":"application/json","example_fields":["ticker","title","event_ticker","status","yes_price","no_price","yes_probability_pct","volume","open_interest","close_time"]},"description":"Get a specific prediction market by ticker.","side_effect":"read"},{"id":"get_list_events","file":"main.py","path":"/events","inputs":[{"hint":"Max results","name":"limit","type":"integer","location":"query","required":false}],"method":"GET","response":{"content_type":"application/json","example_fields":["events","count","timestamp"]},"description":"List prediction events with nested markets (each event can have multiple markets).","side_effect":"read"},{"id":"get_get_event","file":"main.py","path":"/event","inputs":[{"hint":"Event ticker (e.g., KXHIGHNY)","name":"ticker","type":"string","location":"query","required":true}],"method":"GET","response":{"content_type":"application/json"},"description":"Get a specific event with its markets.","side_effect":"read"},{"id":"get_get_trending","file":"main.py","path":"/trending","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["status","timestamp","limit","mve_filter","ticker","title","event_ticker","yes_price","no_price","yes_probability_pct"]},"description":"Get trending","side_effect":"read"},{"id":"get_get_orderbook","file":"main.py","path":"/orderbook","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["status","timestamp","limit","mve_filter","ticker","title","event_ticker","yes_price","no_price","yes_probability_pct"]},"description":"Get orderbook","side_effect":"transact"},{"id":"get_search_markets","file":"main.py","path":"/search","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["status","timestamp","limit","mve_filter","ticker","title","event_ticker","yes_price","no_price","yes_probability_pct"]},"description":"Search markets","side_effect":"read"}],"session":{"supported":true,"ttl_seconds":3600,"start_endpoint":"https://chekk.dev/api/v1/agent/timi0217/kalshi-wrapper/chat"},"requires":{"auth":false,"payment":false},"framework":"fastapi","source_url":"https://github.com/timi0217/kalshi-wrapper","description":"Chekk kalshi-wrapper","entrypoints":{"chat":"https://chekk.dev/api/v1/agent/timi0217/kalshi-wrapper/chat","llms_txt":"https://chekk.dev/api/v1/llms/timi0217/kalshi-wrapper","manifest":"https://chekk.dev/api/v1/agent/timi0217/kalshi-wrapper/manifest","rest_base":"https://kalshi-wrapper-production.up.railway.app"},"deployed_url":"https://kalshi-wrapper-production.up.railway.app","confirmations":{"field":"confirmation_code","format":"order_id"}}