We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/PatMyron/forecasting/settings/secrets/actions https://api.elections.kalshi.com/trade-api/v2/markets?limit=2 (~7k open Q's ~= 10MB, ~700k Q's ~= 1GB) https://trading-api.readme.io/reference/getmarkets (empty cursor loops) https://trading-api.readme.io/reference/tiers-and-rate-limits-1 https://kalshi.com/fee-schedule https://docs.cfbenchmarks.com/api/ (https://cfbenchmarks.com/about/contact) https://debugbear.com/json-size-analyzer (28% rules_secondary, 16% rules_primary)
cursor
rules_secondary
rules_primary
699211 "status": "finalized", # settled 7543 "status": "initialized", # unopened 6900 "status": "active", # open 1614 "status": "closed", # closed 95 "status": "settled", # settled 32 "status": "inactive", # closed 26 "status": "determined", # closed
{ "markets": [ { "ticker": "KXRTDAREDEVILBA-90", "event_ticker": "KXRTDAREDEVILBA", "market_type": "binary", "title": "Daredevil: Born Again Rotten Tomatoes score?", "subtitle": "Above 90::", "yes_sub_title": "Above 90", "no_sub_title": "Above 90", "open_time": "2025-02-04T15:00:00Z", "close_time": "2025-03-05T15:00:00Z", "expected_expiration_time": "2025-03-05T15:00:00Z", "expiration_time": "2025-03-12T15:00:00Z", "latest_expiration_time": "2025-03-12T15:00:00Z", "settlement_timer_seconds": 3599, "status": "initialized", "response_price_units": "usd_cent", "notional_value": 100, "tick_size": 1, "yes_bid": 0, "yes_ask": 0, "no_bid": 100, "no_ask": 100, "last_price": 0, "previous_yes_bid": 0, "previous_yes_ask": 0, "previous_price": 0, "volume": 0, "volume_24h": 0, "liquidity": 0, "open_interest": 0, "result": "", "can_close_early": true, "expiration_value": "", "category": "", "risk_limit_cents": 0, "strike_type": "greater", "floor_strike": 90, "rules_primary": "If Daredevil: Born Again has a Tomatometer score of above 90 on Mar 5, 2025 at 10:00AM ET, then the market resolves to Yes.", "rules_secondary": "" } ], "cursor": "CgwI0I-FvQYQuJDr5QESEktYUlREQVJFREVWSUxCQS05MA" }
The text was updated successfully, but these errors were encountered:
Kalshi
a57ad46
#3 https://trading-api.readme.io/reference/getmarkets https://api.elections.kalshi.com/trade-api/v2/markets?limit=2 2M closed.json 5M soon.json 9M open.json 12M unopened.json 909M settled.json 932M all.json
No branches or pull requests
https://github.com/PatMyron/forecasting/settings/secrets/actions
https://api.elections.kalshi.com/trade-api/v2/markets?limit=2 (~7k open Q's ~= 10MB, ~700k Q's ~= 1GB)
https://trading-api.readme.io/reference/getmarkets (empty
cursor
loops)https://trading-api.readme.io/reference/tiers-and-rate-limits-1
https://kalshi.com/fee-schedule
https://docs.cfbenchmarks.com/api/ (https://cfbenchmarks.com/about/contact)
https://debugbear.com/json-size-analyzer (28%
rules_secondary
, 16%rules_primary
)https://api.elections.kalshi.com/trade-api/v2/markets?limit=1
The text was updated successfully, but these errors were encountered: