kalshi-python-sync 3.3.0__tar.gz → 3.5.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/PKG-INFO +3 -3
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/README.md +2 -2
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/__init__.py +9 -2
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/api_keys_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/communications_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/events_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/exchange_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/fcm_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/incentive_programs_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/live_data_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/market_api.py +52 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/milestone_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/multivariate_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/order_groups_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/orders_api.py +18 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/portfolio_api.py +1452 -371
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/search_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/structured_targets_api.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api_client.py +2 -2
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/configuration.py +3 -3
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/exceptions.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/__init__.py +8 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/accept_quote_request.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/amend_order_request.py +6 -4
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/amend_order_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/announcement.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/api_key.py +1 -1
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/apply_subaccount_transfer_request.py +94 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/associated_event.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/batch_cancel_orders_individual_response.py +4 -2
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/batch_cancel_orders_request.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/batch_cancel_orders_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/batch_create_orders_individual_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/batch_create_orders_request.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/batch_create_orders_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/bid_ask_distribution.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/cancel_order_response.py +6 -4
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_api_key_request.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_api_key_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_order_group_request.py +8 -6
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_order_group_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_order_request.py +8 -4
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_order_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_quote_request.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_quote_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_rfq_request.py +5 -3
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/create_rfq_response.py +1 -1
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/create_subaccount_response.py +87 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/daily_schedule.py +1 -1
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/decrease_order_request.py +94 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/decrease_order_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/error_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/event_data.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/event_position.py +4 -2
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/exchange_instance.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/exchange_status.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/fill.py +4 -2
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/forecast_percentiles_point.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/generate_api_key_request.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/generate_api_key_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_api_keys_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_balance_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_communications_id_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_event_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_event_metadata_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_event_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_events_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_exchange_announcements_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_exchange_schedule_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_fills_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_filters_by_sports_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_incentive_programs_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_live_data_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_live_datas_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_market_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_market_orderbook_response.py +9 -3
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_market_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_markets_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_milestone_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_milestones_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_multivariate_events_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_order_group_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_order_groups_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_order_queue_position_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_order_queue_positions_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_order_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_orders_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_positions_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_quote_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_quotes_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_rfq_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_rfqs_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_series_fee_changes_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_series_list_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_series_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_settlements_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_structured_target_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_structured_targets_response.py +1 -1
- kalshi_python_sync-3.3.0/kalshi_python_sync/models/decrease_order_request.py → kalshi_python_sync-3.5.0/kalshi_python_sync/models/get_subaccount_balance_response.py +11 -12
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/get_subaccount_balances_response.py +95 -0
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/get_subaccount_transfers_response.py +97 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_trades_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/get_user_data_timestamp_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/incentive_program.py +5 -3
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/intra_exchange_instance_transfer_request.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/intra_exchange_instance_transfer_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/live_data.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/lookup_point.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/maintenance_window.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/market.py +23 -19
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/market_candlestick.py +8 -4
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/market_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/market_metadata.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/market_position.py +4 -2
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/milestone.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/multivariate_event_collection.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/mve_selected_leg.py +5 -3
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/order.py +8 -2
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/order_group.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/order_queue_position.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/order_status.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/orderbook.py +2 -2
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/orderbook_count_fp.py +90 -0
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/orderbook_level_count_fp_inner.py +143 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/percentile_point.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/price_distribution.py +1 -1
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/price_level_count_fp_inner.py +143 -0
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/price_level_dollars_inner.py +143 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/price_range.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/quote.py +4 -2
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/rfq.py +5 -3
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/schedule.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/scope_list.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/self_trade_prevention_type.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/series.py +7 -3
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/series_fee_change.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/settlement.py +6 -2
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/settlement_source.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/sport_filter_details.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/structured_target.py +1 -1
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/subaccount_balance.py +91 -0
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/subaccount_transfer.py +95 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/ticker_pair.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/trade.py +4 -2
- kalshi_python_sync-3.5.0/kalshi_python_sync/models/transfer_between_subaccounts_request.py +91 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/models/weekly_schedule.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/rest.py +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync.egg-info/PKG-INFO +3 -3
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync.egg-info/SOURCES.txt +24 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/pyproject.toml +1 -1
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/setup.py +2 -2
- kalshi_python_sync-3.5.0/test/test_apply_subaccount_transfer_request.py +56 -0
- kalshi_python_sync-3.5.0/test/test_create_subaccount_response.py +52 -0
- kalshi_python_sync-3.5.0/test/test_get_subaccount_balance_response.py +53 -0
- kalshi_python_sync-3.5.0/test/test_get_subaccount_balances_response.py +62 -0
- kalshi_python_sync-3.5.0/test/test_get_subaccount_transfers_response.py +67 -0
- kalshi_python_sync-3.5.0/test/test_orderbook_count_fp.py +72 -0
- kalshi_python_sync-3.5.0/test/test_orderbook_level_count_fp_inner.py +50 -0
- kalshi_python_sync-3.5.0/test/test_price_level_count_fp_inner.py +50 -0
- kalshi_python_sync-3.5.0/test/test_price_level_dollars_inner.py +50 -0
- kalshi_python_sync-3.5.0/test/test_subaccount_balance.py +55 -0
- kalshi_python_sync-3.5.0/test/test_subaccount_transfer.py +60 -0
- kalshi_python_sync-3.5.0/test/test_transfer_between_subaccounts_request.py +56 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/__init__.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/auth.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/py.typed +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync.egg-info/dependency_links.txt +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync.egg-info/requires.txt +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync.egg-info/top_level.txt +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/setup.cfg +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_accept_quote_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_amend_order_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_amend_order_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_announcement.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_api_key.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_api_keys_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_associated_event.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_batch_cancel_orders_individual_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_batch_cancel_orders_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_batch_cancel_orders_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_batch_create_orders_individual_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_batch_create_orders_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_batch_create_orders_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_batch_get_market_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_bid_ask_distribution.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_cancel_order_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_communications_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_api_key_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_api_key_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_market_in_multivariate_event_collection_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_market_in_multivariate_event_collection_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_order_group_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_order_group_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_order_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_order_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_quote_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_quote_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_rfq_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_create_rfq_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_daily_schedule.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_decrease_order_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_decrease_order_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_error_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_event_data.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_event_position.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_events_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_exchange_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_exchange_instance.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_exchange_status.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_fcm_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_fill.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_forecast_percentiles_point.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_generate_api_key_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_generate_api_key_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_api_keys_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_balance_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_communications_id_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_event_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_event_forecast_percentiles_history_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_event_metadata_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_event_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_events_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_exchange_announcements_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_exchange_schedule_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_fills_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_filters_by_sports_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_incentive_programs_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_live_data_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_live_datas_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_market_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_market_orderbook_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_market_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_markets_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_milestone_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_milestones_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_multivariate_event_collection_lookup_history_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_multivariate_event_collection_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_multivariate_event_collections_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_multivariate_events_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_order_group_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_order_groups_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_order_queue_position_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_order_queue_positions_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_order_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_orders_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_portfolio_resting_order_total_value_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_positions_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_quote_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_quotes_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_rfq_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_rfqs_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_series_fee_changes_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_series_list_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_series_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_settlements_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_structured_target_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_structured_targets_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_tags_for_series_categories_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_trades_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_get_user_data_timestamp_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_incentive_program.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_incentive_programs_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_intra_exchange_instance_transfer_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_intra_exchange_instance_transfer_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_live_data.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_live_data_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_lookup_point.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_request.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_maintenance_window.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_market.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_market_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_market_candlestick.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_market_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_market_metadata.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_market_position.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_milestone.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_milestone_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_multivariate_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_multivariate_event_collection.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_mve_selected_leg.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_order.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_order_group.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_order_groups_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_order_queue_position.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_order_status.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_orderbook.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_orders_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_percentile_point.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_portfolio_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_price_distribution.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_price_range.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_quote.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_rfq.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_schedule.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_scope_list.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_search_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_self_trade_prevention_type.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_series.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_series_fee_change.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_settlement.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_settlement_source.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_sport_filter_details.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_structured_target.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_structured_targets_api.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_ticker_pair.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_trade.py +0 -0
- {kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/test/test_weekly_schedule.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kalshi_python_sync
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.5.0
|
|
4
4
|
Summary: Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
5
5
|
Home-page: https://github.com/Kalshi/exchange-infra
|
|
6
6
|
Author: OpenAPI Generator community
|
|
@@ -28,8 +28,8 @@ Complete API for the Kalshi trading platform including all handlers for SDK gene
|
|
|
28
28
|
|
|
29
29
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
30
30
|
|
|
31
|
-
- API version: 3.
|
|
32
|
-
- Package version: 3.
|
|
31
|
+
- API version: 3.5.0
|
|
32
|
+
- Package version: 3.5.0
|
|
33
33
|
- Generator version: 7.17.0
|
|
34
34
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
35
35
|
For more information, please visit []()
|
|
@@ -3,8 +3,8 @@ Complete API for the Kalshi trading platform including all handlers for SDK gene
|
|
|
3
3
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
|
-
- API version: 3.
|
|
7
|
-
- Package version: 3.
|
|
6
|
+
- API version: 3.5.0
|
|
7
|
+
- Package version: 3.5.0
|
|
8
8
|
- Generator version: 7.17.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit []()
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
|
|
8
8
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 3.
|
|
10
|
+
The version of the OpenAPI document: 3.5.0
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
13
13
|
Do not edit the class manually.
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
|
-
__version__ = "3.
|
|
16
|
+
__version__ = "3.5.0"
|
|
17
17
|
|
|
18
18
|
# import apis into sdk package
|
|
19
19
|
from kalshi_python_sync.api.api_keys_api import ApiKeysApi
|
|
@@ -64,6 +64,7 @@ from kalshi_python_sync.models.amend_order_request import AmendOrderRequest
|
|
|
64
64
|
from kalshi_python_sync.models.amend_order_response import AmendOrderResponse
|
|
65
65
|
from kalshi_python_sync.models.announcement import Announcement
|
|
66
66
|
from kalshi_python_sync.models.api_key import ApiKey
|
|
67
|
+
from kalshi_python_sync.models.apply_subaccount_transfer_request import ApplySubaccountTransferRequest
|
|
67
68
|
from kalshi_python_sync.models.associated_event import AssociatedEvent
|
|
68
69
|
from kalshi_python_sync.models.batch_cancel_orders_individual_response import BatchCancelOrdersIndividualResponse
|
|
69
70
|
from kalshi_python_sync.models.batch_cancel_orders_request import BatchCancelOrdersRequest
|
|
@@ -86,6 +87,7 @@ from kalshi_python_sync.models.create_quote_request import CreateQuoteRequest
|
|
|
86
87
|
from kalshi_python_sync.models.create_quote_response import CreateQuoteResponse
|
|
87
88
|
from kalshi_python_sync.models.create_rfq_request import CreateRFQRequest
|
|
88
89
|
from kalshi_python_sync.models.create_rfq_response import CreateRFQResponse
|
|
90
|
+
from kalshi_python_sync.models.create_subaccount_response import CreateSubaccountResponse
|
|
89
91
|
from kalshi_python_sync.models.daily_schedule import DailySchedule
|
|
90
92
|
from kalshi_python_sync.models.decrease_order_request import DecreaseOrderRequest
|
|
91
93
|
from kalshi_python_sync.models.decrease_order_response import DecreaseOrderResponse
|
|
@@ -141,6 +143,8 @@ from kalshi_python_sync.models.get_series_response import GetSeriesResponse
|
|
|
141
143
|
from kalshi_python_sync.models.get_settlements_response import GetSettlementsResponse
|
|
142
144
|
from kalshi_python_sync.models.get_structured_target_response import GetStructuredTargetResponse
|
|
143
145
|
from kalshi_python_sync.models.get_structured_targets_response import GetStructuredTargetsResponse
|
|
146
|
+
from kalshi_python_sync.models.get_subaccount_balances_response import GetSubaccountBalancesResponse
|
|
147
|
+
from kalshi_python_sync.models.get_subaccount_transfers_response import GetSubaccountTransfersResponse
|
|
144
148
|
from kalshi_python_sync.models.get_tags_for_series_categories_response import GetTagsForSeriesCategoriesResponse
|
|
145
149
|
from kalshi_python_sync.models.get_trades_response import GetTradesResponse
|
|
146
150
|
from kalshi_python_sync.models.get_user_data_timestamp_response import GetUserDataTimestampResponse
|
|
@@ -165,6 +169,7 @@ from kalshi_python_sync.models.order_group import OrderGroup
|
|
|
165
169
|
from kalshi_python_sync.models.order_queue_position import OrderQueuePosition
|
|
166
170
|
from kalshi_python_sync.models.order_status import OrderStatus
|
|
167
171
|
from kalshi_python_sync.models.orderbook import Orderbook
|
|
172
|
+
from kalshi_python_sync.models.orderbook_count_fp import OrderbookCountFp
|
|
168
173
|
from kalshi_python_sync.models.percentile_point import PercentilePoint
|
|
169
174
|
from kalshi_python_sync.models.price_distribution import PriceDistribution
|
|
170
175
|
from kalshi_python_sync.models.price_range import PriceRange
|
|
@@ -179,6 +184,8 @@ from kalshi_python_sync.models.settlement import Settlement
|
|
|
179
184
|
from kalshi_python_sync.models.settlement_source import SettlementSource
|
|
180
185
|
from kalshi_python_sync.models.sport_filter_details import SportFilterDetails
|
|
181
186
|
from kalshi_python_sync.models.structured_target import StructuredTarget
|
|
187
|
+
from kalshi_python_sync.models.subaccount_balance import SubaccountBalance
|
|
188
|
+
from kalshi_python_sync.models.subaccount_transfer import SubaccountTransfer
|
|
182
189
|
from kalshi_python_sync.models.ticker_pair import TickerPair
|
|
183
190
|
from kalshi_python_sync.models.trade import Trade
|
|
184
191
|
from kalshi_python_sync.models.weekly_schedule import WeeklySchedule
|
{kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/api_keys_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/communications_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/exchange_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/live_data_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -639,6 +639,7 @@ class MarketApi:
|
|
|
639
639
|
start_ts: Any,
|
|
640
640
|
end_ts: Any,
|
|
641
641
|
period_interval: Any,
|
|
642
|
+
include_latest_before_start: Any = None,
|
|
642
643
|
) -> GetMarketCandlesticksResponse:
|
|
643
644
|
"""Get Market Candlesticks
|
|
644
645
|
|
|
@@ -654,6 +655,8 @@ class MarketApi:
|
|
|
654
655
|
:type end_ts: int
|
|
655
656
|
:param period_interval: Time period length of each candlestick in minutes. Valid values are 1 (1 minute), 60 (1 hour), or 1440 (1 day). (required)
|
|
656
657
|
:type period_interval: int
|
|
658
|
+
:param include_latest_before_start: If true, prepends the latest candlestick available before the start_ts. This synthetic candlestick is created by: 1. Finding the most recent real candlestick before start_ts 2. Projecting it forward to the first period boundary (calculated as the next period interval after start_ts) 3. Setting all OHLC prices to null, and `previous_price` to the close price from the real candlestick
|
|
659
|
+
:type include_latest_before_start: bool
|
|
657
660
|
:param _request_timeout: timeout setting for this request. If one
|
|
658
661
|
number provided, it will be total request
|
|
659
662
|
timeout. It can also be a pair (tuple) of
|
|
@@ -683,6 +686,7 @@ class MarketApi:
|
|
|
683
686
|
start_ts=start_ts,
|
|
684
687
|
end_ts=end_ts,
|
|
685
688
|
period_interval=period_interval,
|
|
689
|
+
include_latest_before_start=include_latest_before_start,
|
|
686
690
|
_request_auth=None,
|
|
687
691
|
_content_type=None,
|
|
688
692
|
_headers=None,
|
|
@@ -714,6 +718,7 @@ class MarketApi:
|
|
|
714
718
|
start_ts: Annotated[StrictInt, Field(description="Start timestamp (Unix timestamp). Candlesticks will include those ending on or after this time.")],
|
|
715
719
|
end_ts: Annotated[StrictInt, Field(description="End timestamp (Unix timestamp). Candlesticks will include those ending on or before this time.")],
|
|
716
720
|
period_interval: Annotated[StrictInt, Field(description="Time period length of each candlestick in minutes. Valid values are 1 (1 minute), 60 (1 hour), or 1440 (1 day).")],
|
|
721
|
+
include_latest_before_start: Annotated[Optional[StrictBool], Field(description="If true, prepends the latest candlestick available before the start_ts. This synthetic candlestick is created by: 1. Finding the most recent real candlestick before start_ts 2. Projecting it forward to the first period boundary (calculated as the next period interval after start_ts) 3. Setting all OHLC prices to null, and `previous_price` to the close price from the real candlestick ")] = None,
|
|
717
722
|
_request_timeout: Union[
|
|
718
723
|
None,
|
|
719
724
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -741,6 +746,8 @@ class MarketApi:
|
|
|
741
746
|
:type end_ts: int
|
|
742
747
|
:param period_interval: Time period length of each candlestick in minutes. Valid values are 1 (1 minute), 60 (1 hour), or 1440 (1 day). (required)
|
|
743
748
|
:type period_interval: int
|
|
749
|
+
:param include_latest_before_start: If true, prepends the latest candlestick available before the start_ts. This synthetic candlestick is created by: 1. Finding the most recent real candlestick before start_ts 2. Projecting it forward to the first period boundary (calculated as the next period interval after start_ts) 3. Setting all OHLC prices to null, and `previous_price` to the close price from the real candlestick
|
|
750
|
+
:type include_latest_before_start: bool
|
|
744
751
|
:param _request_timeout: timeout setting for this request. If one
|
|
745
752
|
number provided, it will be total request
|
|
746
753
|
timeout. It can also be a pair (tuple) of
|
|
@@ -769,6 +776,7 @@ class MarketApi:
|
|
|
769
776
|
start_ts=start_ts,
|
|
770
777
|
end_ts=end_ts,
|
|
771
778
|
period_interval=period_interval,
|
|
779
|
+
include_latest_before_start=include_latest_before_start,
|
|
772
780
|
_request_auth=_request_auth,
|
|
773
781
|
_content_type=_content_type,
|
|
774
782
|
_headers=_headers,
|
|
@@ -800,6 +808,7 @@ class MarketApi:
|
|
|
800
808
|
start_ts: Annotated[StrictInt, Field(description="Start timestamp (Unix timestamp). Candlesticks will include those ending on or after this time.")],
|
|
801
809
|
end_ts: Annotated[StrictInt, Field(description="End timestamp (Unix timestamp). Candlesticks will include those ending on or before this time.")],
|
|
802
810
|
period_interval: Annotated[StrictInt, Field(description="Time period length of each candlestick in minutes. Valid values are 1 (1 minute), 60 (1 hour), or 1440 (1 day).")],
|
|
811
|
+
include_latest_before_start: Annotated[Optional[StrictBool], Field(description="If true, prepends the latest candlestick available before the start_ts. This synthetic candlestick is created by: 1. Finding the most recent real candlestick before start_ts 2. Projecting it forward to the first period boundary (calculated as the next period interval after start_ts) 3. Setting all OHLC prices to null, and `previous_price` to the close price from the real candlestick ")] = None,
|
|
803
812
|
_request_timeout: Union[
|
|
804
813
|
None,
|
|
805
814
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -827,6 +836,8 @@ class MarketApi:
|
|
|
827
836
|
:type end_ts: int
|
|
828
837
|
:param period_interval: Time period length of each candlestick in minutes. Valid values are 1 (1 minute), 60 (1 hour), or 1440 (1 day). (required)
|
|
829
838
|
:type period_interval: int
|
|
839
|
+
:param include_latest_before_start: If true, prepends the latest candlestick available before the start_ts. This synthetic candlestick is created by: 1. Finding the most recent real candlestick before start_ts 2. Projecting it forward to the first period boundary (calculated as the next period interval after start_ts) 3. Setting all OHLC prices to null, and `previous_price` to the close price from the real candlestick
|
|
840
|
+
:type include_latest_before_start: bool
|
|
830
841
|
:param _request_timeout: timeout setting for this request. If one
|
|
831
842
|
number provided, it will be total request
|
|
832
843
|
timeout. It can also be a pair (tuple) of
|
|
@@ -855,6 +866,7 @@ class MarketApi:
|
|
|
855
866
|
start_ts=start_ts,
|
|
856
867
|
end_ts=end_ts,
|
|
857
868
|
period_interval=period_interval,
|
|
869
|
+
include_latest_before_start=include_latest_before_start,
|
|
858
870
|
_request_auth=_request_auth,
|
|
859
871
|
_content_type=_content_type,
|
|
860
872
|
_headers=_headers,
|
|
@@ -881,6 +893,7 @@ class MarketApi:
|
|
|
881
893
|
start_ts,
|
|
882
894
|
end_ts,
|
|
883
895
|
period_interval,
|
|
896
|
+
include_latest_before_start,
|
|
884
897
|
_request_auth,
|
|
885
898
|
_content_type,
|
|
886
899
|
_headers,
|
|
@@ -919,6 +932,10 @@ class MarketApi:
|
|
|
919
932
|
|
|
920
933
|
_query_params.append(('period_interval', period_interval))
|
|
921
934
|
|
|
935
|
+
if include_latest_before_start is not None:
|
|
936
|
+
|
|
937
|
+
_query_params.append(('include_latest_before_start', include_latest_before_start))
|
|
938
|
+
|
|
922
939
|
# process the header parameters
|
|
923
940
|
# process the form parameters
|
|
924
941
|
# process the body parameter
|
|
@@ -1701,6 +1718,7 @@ class MarketApi:
|
|
|
1701
1718
|
def get_series(
|
|
1702
1719
|
self,
|
|
1703
1720
|
series_ticker: StrictStr,
|
|
1721
|
+
include_volume: Any = None,
|
|
1704
1722
|
) -> GetSeriesResponse:
|
|
1705
1723
|
"""Get Series
|
|
1706
1724
|
|
|
@@ -1708,6 +1726,8 @@ class MarketApi:
|
|
|
1708
1726
|
|
|
1709
1727
|
:param series_ticker: The ticker of the series to retrieve (required)
|
|
1710
1728
|
:type series_ticker: str
|
|
1729
|
+
:param include_volume: If true, includes the total volume traded across all events in this series.
|
|
1730
|
+
:type include_volume: bool
|
|
1711
1731
|
:param _request_timeout: timeout setting for this request. If one
|
|
1712
1732
|
number provided, it will be total request
|
|
1713
1733
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1733,6 +1753,7 @@ class MarketApi:
|
|
|
1733
1753
|
|
|
1734
1754
|
_param = self._get_series_serialize(
|
|
1735
1755
|
series_ticker=series_ticker,
|
|
1756
|
+
include_volume=include_volume,
|
|
1736
1757
|
_request_auth=None,
|
|
1737
1758
|
_content_type=None,
|
|
1738
1759
|
_headers=None,
|
|
@@ -1759,6 +1780,7 @@ class MarketApi:
|
|
|
1759
1780
|
def get_series_with_http_info(
|
|
1760
1781
|
self,
|
|
1761
1782
|
series_ticker: Annotated[StrictStr, Field(description="The ticker of the series to retrieve")],
|
|
1783
|
+
include_volume: Annotated[Optional[StrictBool], Field(description="If true, includes the total volume traded across all events in this series.")] = None,
|
|
1762
1784
|
_request_timeout: Union[
|
|
1763
1785
|
None,
|
|
1764
1786
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1778,6 +1800,8 @@ class MarketApi:
|
|
|
1778
1800
|
|
|
1779
1801
|
:param series_ticker: The ticker of the series to retrieve (required)
|
|
1780
1802
|
:type series_ticker: str
|
|
1803
|
+
:param include_volume: If true, includes the total volume traded across all events in this series.
|
|
1804
|
+
:type include_volume: bool
|
|
1781
1805
|
:param _request_timeout: timeout setting for this request. If one
|
|
1782
1806
|
number provided, it will be total request
|
|
1783
1807
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1802,6 +1826,7 @@ class MarketApi:
|
|
|
1802
1826
|
|
|
1803
1827
|
_param = self._get_series_serialize(
|
|
1804
1828
|
series_ticker=series_ticker,
|
|
1829
|
+
include_volume=include_volume,
|
|
1805
1830
|
_request_auth=_request_auth,
|
|
1806
1831
|
_content_type=_content_type,
|
|
1807
1832
|
_headers=_headers,
|
|
@@ -1828,6 +1853,7 @@ class MarketApi:
|
|
|
1828
1853
|
def get_series_without_preload_content(
|
|
1829
1854
|
self,
|
|
1830
1855
|
series_ticker: Annotated[StrictStr, Field(description="The ticker of the series to retrieve")],
|
|
1856
|
+
include_volume: Annotated[Optional[StrictBool], Field(description="If true, includes the total volume traded across all events in this series.")] = None,
|
|
1831
1857
|
_request_timeout: Union[
|
|
1832
1858
|
None,
|
|
1833
1859
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1847,6 +1873,8 @@ class MarketApi:
|
|
|
1847
1873
|
|
|
1848
1874
|
:param series_ticker: The ticker of the series to retrieve (required)
|
|
1849
1875
|
:type series_ticker: str
|
|
1876
|
+
:param include_volume: If true, includes the total volume traded across all events in this series.
|
|
1877
|
+
:type include_volume: bool
|
|
1850
1878
|
:param _request_timeout: timeout setting for this request. If one
|
|
1851
1879
|
number provided, it will be total request
|
|
1852
1880
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1871,6 +1899,7 @@ class MarketApi:
|
|
|
1871
1899
|
|
|
1872
1900
|
_param = self._get_series_serialize(
|
|
1873
1901
|
series_ticker=series_ticker,
|
|
1902
|
+
include_volume=include_volume,
|
|
1874
1903
|
_request_auth=_request_auth,
|
|
1875
1904
|
_content_type=_content_type,
|
|
1876
1905
|
_headers=_headers,
|
|
@@ -1892,6 +1921,7 @@ class MarketApi:
|
|
|
1892
1921
|
def _get_series_serialize(
|
|
1893
1922
|
self,
|
|
1894
1923
|
series_ticker,
|
|
1924
|
+
include_volume,
|
|
1895
1925
|
_request_auth,
|
|
1896
1926
|
_content_type,
|
|
1897
1927
|
_headers,
|
|
@@ -1916,6 +1946,10 @@ class MarketApi:
|
|
|
1916
1946
|
if series_ticker is not None:
|
|
1917
1947
|
_path_params['series_ticker'] = series_ticker
|
|
1918
1948
|
# process the query parameters
|
|
1949
|
+
if include_volume is not None:
|
|
1950
|
+
|
|
1951
|
+
_query_params.append(('include_volume', include_volume))
|
|
1952
|
+
|
|
1919
1953
|
# process the header parameters
|
|
1920
1954
|
# process the form parameters
|
|
1921
1955
|
# process the body parameter
|
|
@@ -1958,6 +1992,7 @@ class MarketApi:
|
|
|
1958
1992
|
category: Any = None,
|
|
1959
1993
|
tags: Any = None,
|
|
1960
1994
|
include_product_metadata: Any = None,
|
|
1995
|
+
include_volume: Any = None,
|
|
1961
1996
|
) -> GetSeriesListResponse:
|
|
1962
1997
|
"""Get Series List
|
|
1963
1998
|
|
|
@@ -1969,6 +2004,8 @@ class MarketApi:
|
|
|
1969
2004
|
:type tags: str
|
|
1970
2005
|
:param include_product_metadata:
|
|
1971
2006
|
:type include_product_metadata: bool
|
|
2007
|
+
:param include_volume: If true, includes the total volume traded across all events in each series.
|
|
2008
|
+
:type include_volume: bool
|
|
1972
2009
|
:param _request_timeout: timeout setting for this request. If one
|
|
1973
2010
|
number provided, it will be total request
|
|
1974
2011
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1996,6 +2033,7 @@ class MarketApi:
|
|
|
1996
2033
|
category=category,
|
|
1997
2034
|
tags=tags,
|
|
1998
2035
|
include_product_metadata=include_product_metadata,
|
|
2036
|
+
include_volume=include_volume,
|
|
1999
2037
|
_request_auth=None,
|
|
2000
2038
|
_content_type=None,
|
|
2001
2039
|
_headers=None,
|
|
@@ -2024,6 +2062,7 @@ class MarketApi:
|
|
|
2024
2062
|
category: Optional[StrictStr] = None,
|
|
2025
2063
|
tags: Optional[StrictStr] = None,
|
|
2026
2064
|
include_product_metadata: Optional[StrictBool] = None,
|
|
2065
|
+
include_volume: Annotated[Optional[StrictBool], Field(description="If true, includes the total volume traded across all events in each series.")] = None,
|
|
2027
2066
|
_request_timeout: Union[
|
|
2028
2067
|
None,
|
|
2029
2068
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2047,6 +2086,8 @@ class MarketApi:
|
|
|
2047
2086
|
:type tags: str
|
|
2048
2087
|
:param include_product_metadata:
|
|
2049
2088
|
:type include_product_metadata: bool
|
|
2089
|
+
:param include_volume: If true, includes the total volume traded across all events in each series.
|
|
2090
|
+
:type include_volume: bool
|
|
2050
2091
|
:param _request_timeout: timeout setting for this request. If one
|
|
2051
2092
|
number provided, it will be total request
|
|
2052
2093
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2073,6 +2114,7 @@ class MarketApi:
|
|
|
2073
2114
|
category=category,
|
|
2074
2115
|
tags=tags,
|
|
2075
2116
|
include_product_metadata=include_product_metadata,
|
|
2117
|
+
include_volume=include_volume,
|
|
2076
2118
|
_request_auth=_request_auth,
|
|
2077
2119
|
_content_type=_content_type,
|
|
2078
2120
|
_headers=_headers,
|
|
@@ -2101,6 +2143,7 @@ class MarketApi:
|
|
|
2101
2143
|
category: Optional[StrictStr] = None,
|
|
2102
2144
|
tags: Optional[StrictStr] = None,
|
|
2103
2145
|
include_product_metadata: Optional[StrictBool] = None,
|
|
2146
|
+
include_volume: Annotated[Optional[StrictBool], Field(description="If true, includes the total volume traded across all events in each series.")] = None,
|
|
2104
2147
|
_request_timeout: Union[
|
|
2105
2148
|
None,
|
|
2106
2149
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2124,6 +2167,8 @@ class MarketApi:
|
|
|
2124
2167
|
:type tags: str
|
|
2125
2168
|
:param include_product_metadata:
|
|
2126
2169
|
:type include_product_metadata: bool
|
|
2170
|
+
:param include_volume: If true, includes the total volume traded across all events in each series.
|
|
2171
|
+
:type include_volume: bool
|
|
2127
2172
|
:param _request_timeout: timeout setting for this request. If one
|
|
2128
2173
|
number provided, it will be total request
|
|
2129
2174
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2150,6 +2195,7 @@ class MarketApi:
|
|
|
2150
2195
|
category=category,
|
|
2151
2196
|
tags=tags,
|
|
2152
2197
|
include_product_metadata=include_product_metadata,
|
|
2198
|
+
include_volume=include_volume,
|
|
2153
2199
|
_request_auth=_request_auth,
|
|
2154
2200
|
_content_type=_content_type,
|
|
2155
2201
|
_headers=_headers,
|
|
@@ -2173,6 +2219,7 @@ class MarketApi:
|
|
|
2173
2219
|
category,
|
|
2174
2220
|
tags,
|
|
2175
2221
|
include_product_metadata,
|
|
2222
|
+
include_volume,
|
|
2176
2223
|
_request_auth,
|
|
2177
2224
|
_content_type,
|
|
2178
2225
|
_headers,
|
|
@@ -2207,6 +2254,10 @@ class MarketApi:
|
|
|
2207
2254
|
|
|
2208
2255
|
_query_params.append(('include_product_metadata', include_product_metadata))
|
|
2209
2256
|
|
|
2257
|
+
if include_volume is not None:
|
|
2258
|
+
|
|
2259
|
+
_query_params.append(('include_volume', include_volume))
|
|
2260
|
+
|
|
2210
2261
|
# process the header parameters
|
|
2211
2262
|
# process the form parameters
|
|
2212
2263
|
# process the body parameter
|
{kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/milestone_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/multivariate_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.3.0 → kalshi_python_sync-3.5.0}/kalshi_python_sync/api/order_groups_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.5.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -2558,6 +2558,7 @@ class OrdersApi:
|
|
|
2558
2558
|
status: Any = None,
|
|
2559
2559
|
limit: Any = None,
|
|
2560
2560
|
cursor: Any = None,
|
|
2561
|
+
subaccount: Any = None,
|
|
2561
2562
|
) -> GetOrdersResponse:
|
|
2562
2563
|
"""Get Orders
|
|
2563
2564
|
|
|
@@ -2577,6 +2578,8 @@ class OrdersApi:
|
|
|
2577
2578
|
:type limit: int
|
|
2578
2579
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
2579
2580
|
:type cursor: str
|
|
2581
|
+
:param subaccount: Filter by subaccount number
|
|
2582
|
+
:type subaccount: int
|
|
2580
2583
|
:param _request_timeout: timeout setting for this request. If one
|
|
2581
2584
|
number provided, it will be total request
|
|
2582
2585
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2608,6 +2611,7 @@ class OrdersApi:
|
|
|
2608
2611
|
status=status,
|
|
2609
2612
|
limit=limit,
|
|
2610
2613
|
cursor=cursor,
|
|
2614
|
+
subaccount=subaccount,
|
|
2611
2615
|
_request_auth=None,
|
|
2612
2616
|
_content_type=None,
|
|
2613
2617
|
_headers=None,
|
|
@@ -2641,6 +2645,7 @@ class OrdersApi:
|
|
|
2641
2645
|
status: Annotated[Optional[StrictStr], Field(description="Filter by status. Possible values depend on the endpoint.")] = None,
|
|
2642
2646
|
limit: Annotated[Optional[Annotated[int, Field(le=200, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100. Maximum value is 200.")] = None,
|
|
2643
2647
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
2648
|
+
subaccount: Annotated[Optional[StrictInt], Field(description="Filter by subaccount number")] = None,
|
|
2644
2649
|
_request_timeout: Union[
|
|
2645
2650
|
None,
|
|
2646
2651
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2672,6 +2677,8 @@ class OrdersApi:
|
|
|
2672
2677
|
:type limit: int
|
|
2673
2678
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
2674
2679
|
:type cursor: str
|
|
2680
|
+
:param subaccount: Filter by subaccount number
|
|
2681
|
+
:type subaccount: int
|
|
2675
2682
|
:param _request_timeout: timeout setting for this request. If one
|
|
2676
2683
|
number provided, it will be total request
|
|
2677
2684
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2702,6 +2709,7 @@ class OrdersApi:
|
|
|
2702
2709
|
status=status,
|
|
2703
2710
|
limit=limit,
|
|
2704
2711
|
cursor=cursor,
|
|
2712
|
+
subaccount=subaccount,
|
|
2705
2713
|
_request_auth=_request_auth,
|
|
2706
2714
|
_content_type=_content_type,
|
|
2707
2715
|
_headers=_headers,
|
|
@@ -2735,6 +2743,7 @@ class OrdersApi:
|
|
|
2735
2743
|
status: Annotated[Optional[StrictStr], Field(description="Filter by status. Possible values depend on the endpoint.")] = None,
|
|
2736
2744
|
limit: Annotated[Optional[Annotated[int, Field(le=200, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100. Maximum value is 200.")] = None,
|
|
2737
2745
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
2746
|
+
subaccount: Annotated[Optional[StrictInt], Field(description="Filter by subaccount number")] = None,
|
|
2738
2747
|
_request_timeout: Union[
|
|
2739
2748
|
None,
|
|
2740
2749
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2766,6 +2775,8 @@ class OrdersApi:
|
|
|
2766
2775
|
:type limit: int
|
|
2767
2776
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
2768
2777
|
:type cursor: str
|
|
2778
|
+
:param subaccount: Filter by subaccount number
|
|
2779
|
+
:type subaccount: int
|
|
2769
2780
|
:param _request_timeout: timeout setting for this request. If one
|
|
2770
2781
|
number provided, it will be total request
|
|
2771
2782
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2796,6 +2807,7 @@ class OrdersApi:
|
|
|
2796
2807
|
status=status,
|
|
2797
2808
|
limit=limit,
|
|
2798
2809
|
cursor=cursor,
|
|
2810
|
+
subaccount=subaccount,
|
|
2799
2811
|
_request_auth=_request_auth,
|
|
2800
2812
|
_content_type=_content_type,
|
|
2801
2813
|
_headers=_headers,
|
|
@@ -2824,6 +2836,7 @@ class OrdersApi:
|
|
|
2824
2836
|
status,
|
|
2825
2837
|
limit,
|
|
2826
2838
|
cursor,
|
|
2839
|
+
subaccount,
|
|
2827
2840
|
_request_auth,
|
|
2828
2841
|
_content_type,
|
|
2829
2842
|
_headers,
|
|
@@ -2874,6 +2887,10 @@ class OrdersApi:
|
|
|
2874
2887
|
|
|
2875
2888
|
_query_params.append(('cursor', cursor))
|
|
2876
2889
|
|
|
2890
|
+
if subaccount is not None:
|
|
2891
|
+
|
|
2892
|
+
_query_params.append(('subaccount', subaccount))
|
|
2893
|
+
|
|
2877
2894
|
# process the header parameters
|
|
2878
2895
|
# process the form parameters
|
|
2879
2896
|
# process the body parameter
|