kalshi-python-async 3.18.0__tar.gz → 3.19.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_async-3.18.0 → kalshi_python_async-3.19.0}/PKG-INFO +3 -3
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/README.md +2 -2
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/__init__.py +5 -2
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/account_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/api_keys_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/communications_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/events_api.py +293 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/exchange_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/fcm_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/historical_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/incentive_programs_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/live_data_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/market_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/milestone_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/multivariate_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/order_groups_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/orders_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/portfolio_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/search_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/structured_targets_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api_client.py +2 -2
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/configuration.py +3 -3
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/exceptions.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/__init__.py +4 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/accept_quote_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/amend_order_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/amend_order_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/amend_order_v2_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/amend_order_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/announcement.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/api_key.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/apply_subaccount_transfer_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/associated_event.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_cancel_orders_individual_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_cancel_orders_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_cancel_orders_request_order.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_cancel_orders_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_cancel_orders_v2_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_cancel_orders_v2_request_orders_inner.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_cancel_orders_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_cancel_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_create_orders_individual_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_create_orders_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_create_orders_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_create_orders_v2_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_create_orders_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_create_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/bid_ask_distribution.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/bid_ask_distribution_historical.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/book_side.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/bucket_limit.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/cancel_order_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/cancel_order_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_api_key_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_api_key_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_order_group_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_order_group_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_order_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_order_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_order_v2_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_order_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_quote_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_quote_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_rfq_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_rfq_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/create_subaccount_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/daily_schedule.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/decrease_order_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/decrease_order_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/decrease_order_v2_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/decrease_order_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/deposit.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/endpoint_token_cost.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/error_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/event_data.py +2 -2
- kalshi_python_async-3.19.0/kalshi_python_async/models/event_fee_change.py +109 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/event_position.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/exchange_instance.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/exchange_status.py +1 -1
- kalshi_python_async-3.19.0/kalshi_python_async/models/fee_type.py +38 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/fill.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/forecast_percentiles_point.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/generate_api_key_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/generate_api_key_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_account_api_limits_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_account_endpoint_costs_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_api_keys_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_balance_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_communications_id_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_deposits_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_event_candlesticks_response.py +1 -1
- kalshi_python_async-3.19.0/kalshi_python_async/models/get_event_fee_changes_response.py +97 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_event_metadata_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_event_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_events_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_exchange_announcements_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_exchange_schedule_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_fills_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_filters_by_sports_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_game_stats_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_historical_cutoff_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_incentive_programs_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_live_data_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_live_datas_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_market_candlesticks_historical_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_market_orderbook_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_market_orderbooks_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_market_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_markets_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_milestone_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_milestones_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_multivariate_events_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_order_group_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_order_groups_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_order_queue_position_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_order_queue_positions_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_order_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_orders_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_positions_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_quote_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_quotes_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_rfq_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_rfqs_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_series_fee_changes_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_series_list_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_series_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_settlements_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_structured_target_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_structured_targets_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_subaccount_balances_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_subaccount_netting_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_subaccount_transfers_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_trades_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_user_data_timestamp_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/get_withdrawals_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/incentive_program.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/indexed_balance.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/intra_exchange_instance_transfer_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/intra_exchange_instance_transfer_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/live_data.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/lookup_point.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/maintenance_window.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/market.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/market_candlestick.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/market_candlestick_historical.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/market_metadata.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/market_orderbook_fp.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/market_position.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/milestone.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/multivariate_event_collection.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/mve_selected_leg.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/order.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/order_group.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/order_queue_position.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/order_status.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/orderbook_count_fp.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/percentile_point.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/play_by_play.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/play_by_play_periods_inner.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/price_distribution.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/price_distribution_historical.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/price_range.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/quote.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/rfq.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/schedule.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/scope_list.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/self_trade_prevention_type.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/series.py +16 -12
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/series_fee_change.py +4 -10
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/settlement.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/settlement_source.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/sport_filter_details.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/structured_target.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/subaccount_balance.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/subaccount_netting_config.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/subaccount_transfer.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/ticker_pair.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/trade.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/update_order_group_limit_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/update_subaccount_netting_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/user_filter.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/weekly_schedule.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/withdrawal.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/rest.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async.egg-info/PKG-INFO +3 -3
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async.egg-info/SOURCES.txt +6 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/pyproject.toml +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/setup.py +2 -2
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_accept_quote_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_account_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_amend_order_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_amend_order_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_amend_order_v2_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_amend_order_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_announcement.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_api_key.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_api_keys_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_apply_subaccount_transfer_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_associated_event.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_cancel_orders_individual_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_cancel_orders_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_cancel_orders_request_order.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_cancel_orders_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_cancel_orders_v2_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_cancel_orders_v2_request_orders_inner.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_cancel_orders_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_cancel_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_create_orders_individual_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_create_orders_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_create_orders_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_create_orders_v2_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_create_orders_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_create_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_bid_ask_distribution.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_bid_ask_distribution_historical.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_book_side.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_bucket_limit.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_cancel_order_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_cancel_order_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_communications_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_api_key_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_api_key_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_order_group_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_order_group_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_order_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_order_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_order_v2_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_order_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_quote_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_quote_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_rfq_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_rfq_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_create_subaccount_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_daily_schedule.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_decrease_order_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_decrease_order_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_decrease_order_v2_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_decrease_order_v2_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_deposit.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_endpoint_token_cost.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_error_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_event_data.py +1 -2
- kalshi_python_async-3.19.0/test/test_event_fee_change.py +62 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_event_position.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_events_api.py +8 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_exchange_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_exchange_instance.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_exchange_status.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_fcm_api.py +1 -1
- kalshi_python_async-3.19.0/test/test_fee_type.py +33 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_fill.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_forecast_percentiles_point.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_generate_api_key_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_generate_api_key_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_account_api_limits_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_account_endpoint_costs_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_api_keys_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_balance_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_communications_id_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_deposits_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_event_candlesticks_response.py +1 -1
- kalshi_python_async-3.19.0/test/test_get_event_fee_changes_response.py +70 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_event_metadata_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_event_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_events_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_exchange_announcements_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_exchange_schedule_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_fills_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_filters_by_sports_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_game_stats_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_historical_cutoff_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_incentive_programs_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_live_data_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_live_datas_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_market_candlesticks_historical_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_market_orderbook_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_market_orderbooks_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_market_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_markets_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_milestone_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_milestones_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_multivariate_events_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_order_group_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_order_groups_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_order_queue_position_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_order_queue_positions_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_order_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_orders_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_positions_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_quote_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_quotes_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_rfq_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_rfqs_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_series_fee_changes_response.py +3 -3
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_series_list_response.py +3 -3
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_series_response.py +3 -3
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_settlements_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_structured_target_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_structured_targets_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_subaccount_balances_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_subaccount_netting_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_subaccount_transfers_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_trades_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_user_data_timestamp_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_get_withdrawals_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_historical_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_incentive_program.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_incentive_programs_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_indexed_balance.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_intra_exchange_instance_transfer_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_intra_exchange_instance_transfer_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_live_data.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_live_data_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_lookup_point.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_maintenance_window.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_market.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_market_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_market_candlestick.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_market_candlestick_historical.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_market_metadata.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_market_orderbook_fp.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_market_position.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_milestone.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_milestone_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_multivariate_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_multivariate_event_collection.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_mve_selected_leg.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_order.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_order_group.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_order_groups_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_order_queue_position.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_order_status.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_orderbook_count_fp.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_orders_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_percentile_point.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_play_by_play.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_play_by_play_periods_inner.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_portfolio_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_price_distribution.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_price_distribution_historical.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_price_range.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_quote.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_rfq.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_schedule.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_scope_list.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_search_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_self_trade_prevention_type.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_series.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_series_fee_change.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_settlement.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_settlement_source.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_sport_filter_details.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_structured_target.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_structured_targets_api.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_subaccount_balance.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_subaccount_netting_config.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_subaccount_transfer.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_ticker_pair.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_trade.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_update_order_group_limit_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_update_subaccount_netting_request.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_user_filter.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_weekly_schedule.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/test/test_withdrawal.py +1 -1
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/__init__.py +0 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api_response.py +0 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/auth.py +0 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/py.typed +0 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async.egg-info/dependency_links.txt +0 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async.egg-info/requires.txt +0 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async.egg-info/top_level.txt +0 -0
- {kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kalshi_python_async
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.19.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
|
|
@@ -29,8 +29,8 @@ Complete API for the Kalshi trading platform including all handlers for SDK gene
|
|
|
29
29
|
|
|
30
30
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
31
31
|
|
|
32
|
-
- API version: 3.
|
|
33
|
-
- Package version: 3.
|
|
32
|
+
- API version: 3.19.0
|
|
33
|
+
- Package version: 3.19.0
|
|
34
34
|
- Generator version: 7.17.0
|
|
35
35
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
36
36
|
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.19.0
|
|
7
|
+
- Package version: 3.19.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.19.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.19.0"
|
|
17
17
|
|
|
18
18
|
# import apis into sdk package
|
|
19
19
|
from kalshi_python_async.api.account_api import AccountApi
|
|
@@ -115,9 +115,11 @@ from kalshi_python_async.models.deposit import Deposit
|
|
|
115
115
|
from kalshi_python_async.models.endpoint_token_cost import EndpointTokenCost
|
|
116
116
|
from kalshi_python_async.models.error_response import ErrorResponse
|
|
117
117
|
from kalshi_python_async.models.event_data import EventData
|
|
118
|
+
from kalshi_python_async.models.event_fee_change import EventFeeChange
|
|
118
119
|
from kalshi_python_async.models.event_position import EventPosition
|
|
119
120
|
from kalshi_python_async.models.exchange_instance import ExchangeInstance
|
|
120
121
|
from kalshi_python_async.models.exchange_status import ExchangeStatus
|
|
122
|
+
from kalshi_python_async.models.fee_type import FeeType
|
|
121
123
|
from kalshi_python_async.models.fill import Fill
|
|
122
124
|
from kalshi_python_async.models.forecast_percentiles_point import ForecastPercentilesPoint
|
|
123
125
|
from kalshi_python_async.models.generate_api_key_request import GenerateApiKeyRequest
|
|
@@ -129,6 +131,7 @@ from kalshi_python_async.models.get_balance_response import GetBalanceResponse
|
|
|
129
131
|
from kalshi_python_async.models.get_communications_id_response import GetCommunicationsIDResponse
|
|
130
132
|
from kalshi_python_async.models.get_deposits_response import GetDepositsResponse
|
|
131
133
|
from kalshi_python_async.models.get_event_candlesticks_response import GetEventCandlesticksResponse
|
|
134
|
+
from kalshi_python_async.models.get_event_fee_changes_response import GetEventFeeChangesResponse
|
|
132
135
|
from kalshi_python_async.models.get_event_forecast_percentiles_history_response import GetEventForecastPercentilesHistoryResponse
|
|
133
136
|
from kalshi_python_async.models.get_event_metadata_response import GetEventMetadataResponse
|
|
134
137
|
from kalshi_python_async.models.get_event_response import GetEventResponse
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/account_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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/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.19.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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/events_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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -19,6 +19,7 @@ from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
|
|
|
19
19
|
from typing import List, Optional
|
|
20
20
|
from typing_extensions import Annotated
|
|
21
21
|
from kalshi_python_async.models.get_event_candlesticks_response import GetEventCandlesticksResponse
|
|
22
|
+
from kalshi_python_async.models.get_event_fee_changes_response import GetEventFeeChangesResponse
|
|
22
23
|
from kalshi_python_async.models.get_event_forecast_percentiles_history_response import GetEventForecastPercentilesHistoryResponse
|
|
23
24
|
from kalshi_python_async.models.get_event_metadata_response import GetEventMetadataResponse
|
|
24
25
|
from kalshi_python_async.models.get_event_response import GetEventResponse
|
|
@@ -321,6 +322,297 @@ class EventsApi:
|
|
|
321
322
|
|
|
322
323
|
|
|
323
324
|
|
|
325
|
+
@validate_call
|
|
326
|
+
async def get_event_fee_changes(
|
|
327
|
+
self,
|
|
328
|
+
event_ticker: Any = None,
|
|
329
|
+
limit: Any = None,
|
|
330
|
+
cursor: Any = None,
|
|
331
|
+
) -> GetEventFeeChangesResponse:
|
|
332
|
+
"""Get Event Fee Changes
|
|
333
|
+
|
|
334
|
+
Event fees are an override layered on top of the parent series' fee structure. If `fee_type_override` and `fee_multiplier_override` are null, that indicates the override is cleared.
|
|
335
|
+
|
|
336
|
+
:param event_ticker:
|
|
337
|
+
:type event_ticker: str
|
|
338
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
339
|
+
:type limit: int
|
|
340
|
+
: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.
|
|
341
|
+
:type cursor: str
|
|
342
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
343
|
+
number provided, it will be total request
|
|
344
|
+
timeout. It can also be a pair (tuple) of
|
|
345
|
+
(connection, read) timeouts.
|
|
346
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
347
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
348
|
+
request; this effectively ignores the
|
|
349
|
+
authentication in the spec for a single request.
|
|
350
|
+
:type _request_auth: dict, optional
|
|
351
|
+
:param _content_type: force content-type for the request.
|
|
352
|
+
:type _content_type: str, Optional
|
|
353
|
+
:param _headers: set to override the headers for a single
|
|
354
|
+
request; this effectively ignores the headers
|
|
355
|
+
in the spec for a single request.
|
|
356
|
+
:type _headers: dict, optional
|
|
357
|
+
:param _host_index: set to override the host_index for a single
|
|
358
|
+
request; this effectively ignores the host_index
|
|
359
|
+
in the spec for a single request.
|
|
360
|
+
:type _host_index: int, optional
|
|
361
|
+
:return: Returns the result object.
|
|
362
|
+
""" # noqa: E501
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
_param = self._get_event_fee_changes_serialize(
|
|
366
|
+
event_ticker=event_ticker,
|
|
367
|
+
limit=limit,
|
|
368
|
+
cursor=cursor,
|
|
369
|
+
_request_auth=None,
|
|
370
|
+
_content_type=None,
|
|
371
|
+
_headers=None,
|
|
372
|
+
_host_index=0
|
|
373
|
+
)
|
|
374
|
+
|
|
375
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
376
|
+
'200': "GetEventFeeChangesResponse",
|
|
377
|
+
'400': "ErrorResponse",
|
|
378
|
+
'500': "ErrorResponse",
|
|
379
|
+
}
|
|
380
|
+
response_data = await self.api_client.call_api(
|
|
381
|
+
*_param,
|
|
382
|
+
_request_timeout=None,
|
|
383
|
+
)
|
|
384
|
+
await response_data.read()
|
|
385
|
+
return self.api_client.response_deserialize(
|
|
386
|
+
response_data=response_data,
|
|
387
|
+
response_types_map=_response_types_map,
|
|
388
|
+
).data
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
@validate_call
|
|
392
|
+
async def get_event_fee_changes_with_http_info(
|
|
393
|
+
self,
|
|
394
|
+
event_ticker: Optional[StrictStr] = None,
|
|
395
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
396
|
+
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,
|
|
397
|
+
_request_timeout: Union[
|
|
398
|
+
None,
|
|
399
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
400
|
+
Tuple[
|
|
401
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
402
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
403
|
+
]
|
|
404
|
+
] = None,
|
|
405
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
406
|
+
_content_type: Optional[StrictStr] = None,
|
|
407
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
408
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
409
|
+
) -> ApiResponse[GetEventFeeChangesResponse]:
|
|
410
|
+
"""Get Event Fee Changes
|
|
411
|
+
|
|
412
|
+
Event fees are an override layered on top of the parent series' fee structure. If `fee_type_override` and `fee_multiplier_override` are null, that indicates the override is cleared.
|
|
413
|
+
|
|
414
|
+
:param event_ticker:
|
|
415
|
+
:type event_ticker: str
|
|
416
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
417
|
+
:type limit: int
|
|
418
|
+
: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.
|
|
419
|
+
:type cursor: str
|
|
420
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
421
|
+
number provided, it will be total request
|
|
422
|
+
timeout. It can also be a pair (tuple) of
|
|
423
|
+
(connection, read) timeouts.
|
|
424
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
425
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
426
|
+
request; this effectively ignores the
|
|
427
|
+
authentication in the spec for a single request.
|
|
428
|
+
:type _request_auth: dict, optional
|
|
429
|
+
:param _content_type: force content-type for the request.
|
|
430
|
+
:type _content_type: str, Optional
|
|
431
|
+
:param _headers: set to override the headers for a single
|
|
432
|
+
request; this effectively ignores the headers
|
|
433
|
+
in the spec for a single request.
|
|
434
|
+
:type _headers: dict, optional
|
|
435
|
+
:param _host_index: set to override the host_index for a single
|
|
436
|
+
request; this effectively ignores the host_index
|
|
437
|
+
in the spec for a single request.
|
|
438
|
+
:type _host_index: int, optional
|
|
439
|
+
:return: Returns the result object.
|
|
440
|
+
""" # noqa: E501
|
|
441
|
+
|
|
442
|
+
_param = self._get_event_fee_changes_serialize(
|
|
443
|
+
event_ticker=event_ticker,
|
|
444
|
+
limit=limit,
|
|
445
|
+
cursor=cursor,
|
|
446
|
+
_request_auth=_request_auth,
|
|
447
|
+
_content_type=_content_type,
|
|
448
|
+
_headers=_headers,
|
|
449
|
+
_host_index=_host_index
|
|
450
|
+
)
|
|
451
|
+
|
|
452
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
453
|
+
'200': "GetEventFeeChangesResponse",
|
|
454
|
+
'400': "ErrorResponse",
|
|
455
|
+
'500': "ErrorResponse",
|
|
456
|
+
}
|
|
457
|
+
response_data = await self.api_client.call_api(
|
|
458
|
+
*_param,
|
|
459
|
+
_request_timeout=_request_timeout
|
|
460
|
+
)
|
|
461
|
+
await response_data.read()
|
|
462
|
+
return self.api_client.response_deserialize(
|
|
463
|
+
response_data=response_data,
|
|
464
|
+
response_types_map=_response_types_map,
|
|
465
|
+
)
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
@validate_call
|
|
469
|
+
async def get_event_fee_changes_without_preload_content(
|
|
470
|
+
self,
|
|
471
|
+
event_ticker: Optional[StrictStr] = None,
|
|
472
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
473
|
+
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,
|
|
474
|
+
_request_timeout: Union[
|
|
475
|
+
None,
|
|
476
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
477
|
+
Tuple[
|
|
478
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
479
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
480
|
+
]
|
|
481
|
+
] = None,
|
|
482
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
483
|
+
_content_type: Optional[StrictStr] = None,
|
|
484
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
485
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
486
|
+
) -> RESTResponseType:
|
|
487
|
+
"""Get Event Fee Changes
|
|
488
|
+
|
|
489
|
+
Event fees are an override layered on top of the parent series' fee structure. If `fee_type_override` and `fee_multiplier_override` are null, that indicates the override is cleared.
|
|
490
|
+
|
|
491
|
+
:param event_ticker:
|
|
492
|
+
:type event_ticker: str
|
|
493
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
494
|
+
:type limit: int
|
|
495
|
+
: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.
|
|
496
|
+
:type cursor: str
|
|
497
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
498
|
+
number provided, it will be total request
|
|
499
|
+
timeout. It can also be a pair (tuple) of
|
|
500
|
+
(connection, read) timeouts.
|
|
501
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
502
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
503
|
+
request; this effectively ignores the
|
|
504
|
+
authentication in the spec for a single request.
|
|
505
|
+
:type _request_auth: dict, optional
|
|
506
|
+
:param _content_type: force content-type for the request.
|
|
507
|
+
:type _content_type: str, Optional
|
|
508
|
+
:param _headers: set to override the headers for a single
|
|
509
|
+
request; this effectively ignores the headers
|
|
510
|
+
in the spec for a single request.
|
|
511
|
+
:type _headers: dict, optional
|
|
512
|
+
:param _host_index: set to override the host_index for a single
|
|
513
|
+
request; this effectively ignores the host_index
|
|
514
|
+
in the spec for a single request.
|
|
515
|
+
:type _host_index: int, optional
|
|
516
|
+
:return: Returns the result object.
|
|
517
|
+
""" # noqa: E501
|
|
518
|
+
|
|
519
|
+
_param = self._get_event_fee_changes_serialize(
|
|
520
|
+
event_ticker=event_ticker,
|
|
521
|
+
limit=limit,
|
|
522
|
+
cursor=cursor,
|
|
523
|
+
_request_auth=_request_auth,
|
|
524
|
+
_content_type=_content_type,
|
|
525
|
+
_headers=_headers,
|
|
526
|
+
_host_index=_host_index
|
|
527
|
+
)
|
|
528
|
+
|
|
529
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
530
|
+
'200': "GetEventFeeChangesResponse",
|
|
531
|
+
'400': "ErrorResponse",
|
|
532
|
+
'500': "ErrorResponse",
|
|
533
|
+
}
|
|
534
|
+
response_data = await self.api_client.call_api(
|
|
535
|
+
*_param,
|
|
536
|
+
_request_timeout=_request_timeout
|
|
537
|
+
)
|
|
538
|
+
return response_data.response
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
def _get_event_fee_changes_serialize(
|
|
542
|
+
self,
|
|
543
|
+
event_ticker,
|
|
544
|
+
limit,
|
|
545
|
+
cursor,
|
|
546
|
+
_request_auth,
|
|
547
|
+
_content_type,
|
|
548
|
+
_headers,
|
|
549
|
+
_host_index,
|
|
550
|
+
) -> RequestSerialized:
|
|
551
|
+
|
|
552
|
+
_host = None
|
|
553
|
+
|
|
554
|
+
_collection_formats: Dict[str, str] = {
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
_path_params: Dict[str, str] = {}
|
|
558
|
+
_query_params: List[Tuple[str, str]] = []
|
|
559
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
560
|
+
_form_params: List[Tuple[str, str]] = []
|
|
561
|
+
_files: Dict[
|
|
562
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
563
|
+
] = {}
|
|
564
|
+
_body_params: Optional[bytes] = None
|
|
565
|
+
|
|
566
|
+
# process the path parameters
|
|
567
|
+
# process the query parameters
|
|
568
|
+
if event_ticker is not None:
|
|
569
|
+
|
|
570
|
+
_query_params.append(('event_ticker', event_ticker))
|
|
571
|
+
|
|
572
|
+
if limit is not None:
|
|
573
|
+
|
|
574
|
+
_query_params.append(('limit', limit))
|
|
575
|
+
|
|
576
|
+
if cursor is not None:
|
|
577
|
+
|
|
578
|
+
_query_params.append(('cursor', cursor))
|
|
579
|
+
|
|
580
|
+
# process the header parameters
|
|
581
|
+
# process the form parameters
|
|
582
|
+
# process the body parameter
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
# set the HTTP header `Accept`
|
|
586
|
+
if 'Accept' not in _header_params:
|
|
587
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
588
|
+
[
|
|
589
|
+
'application/json'
|
|
590
|
+
]
|
|
591
|
+
)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
# authentication setting
|
|
595
|
+
_auth_settings: List[str] = [
|
|
596
|
+
]
|
|
597
|
+
|
|
598
|
+
return self.api_client.param_serialize(
|
|
599
|
+
method='GET',
|
|
600
|
+
resource_path='/events/fee_changes',
|
|
601
|
+
path_params=_path_params,
|
|
602
|
+
query_params=_query_params,
|
|
603
|
+
header_params=_header_params,
|
|
604
|
+
body=_body_params,
|
|
605
|
+
post_params=_form_params,
|
|
606
|
+
files=_files,
|
|
607
|
+
auth_settings=_auth_settings,
|
|
608
|
+
collection_formats=_collection_formats,
|
|
609
|
+
_host=_host,
|
|
610
|
+
_request_auth=_request_auth
|
|
611
|
+
)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
324
616
|
@validate_call
|
|
325
617
|
async def get_event_forecast_percentiles_history(
|
|
326
618
|
self,
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/fcm_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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/historical_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.19.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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/market_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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/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.19.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.19.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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/orders_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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/portfolio_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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/api/search_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.19.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.19.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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -93,7 +93,7 @@ class ApiClient:
|
|
|
93
93
|
self.default_headers[header_name] = header_value
|
|
94
94
|
self.cookie = cookie
|
|
95
95
|
# Set default User-Agent.
|
|
96
|
-
self.user_agent = 'OpenAPI-Generator/3.
|
|
96
|
+
self.user_agent = 'OpenAPI-Generator/3.19.0/python'
|
|
97
97
|
self.client_side_validation = configuration.client_side_validation
|
|
98
98
|
|
|
99
99
|
# Kalshi authentication
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/configuration.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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -550,8 +550,8 @@ conf = kalshi_python_async.Configuration(
|
|
|
550
550
|
return "Python SDK Debug Report:\n"\
|
|
551
551
|
"OS: {env}\n"\
|
|
552
552
|
"Python Version: {pyversion}\n"\
|
|
553
|
-
"Version of the API: 3.
|
|
554
|
-
"SDK Package Version: 3.
|
|
553
|
+
"Version of the API: 3.19.0\n"\
|
|
554
|
+
"SDK Package Version: 3.19.0".\
|
|
555
555
|
format(env=sys.platform, pyversion=sys.version)
|
|
556
556
|
|
|
557
557
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.18.0 → kalshi_python_async-3.19.0}/kalshi_python_async/models/__init__.py
RENAMED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 3.
|
|
9
|
+
The version of the OpenAPI document: 3.19.0
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
12
12
|
Do not edit the class manually.
|
|
@@ -67,9 +67,11 @@ from kalshi_python_async.models.deposit import Deposit
|
|
|
67
67
|
from kalshi_python_async.models.endpoint_token_cost import EndpointTokenCost
|
|
68
68
|
from kalshi_python_async.models.error_response import ErrorResponse
|
|
69
69
|
from kalshi_python_async.models.event_data import EventData
|
|
70
|
+
from kalshi_python_async.models.event_fee_change import EventFeeChange
|
|
70
71
|
from kalshi_python_async.models.event_position import EventPosition
|
|
71
72
|
from kalshi_python_async.models.exchange_instance import ExchangeInstance
|
|
72
73
|
from kalshi_python_async.models.exchange_status import ExchangeStatus
|
|
74
|
+
from kalshi_python_async.models.fee_type import FeeType
|
|
73
75
|
from kalshi_python_async.models.fill import Fill
|
|
74
76
|
from kalshi_python_async.models.forecast_percentiles_point import ForecastPercentilesPoint
|
|
75
77
|
from kalshi_python_async.models.generate_api_key_request import GenerateApiKeyRequest
|
|
@@ -81,6 +83,7 @@ from kalshi_python_async.models.get_balance_response import GetBalanceResponse
|
|
|
81
83
|
from kalshi_python_async.models.get_communications_id_response import GetCommunicationsIDResponse
|
|
82
84
|
from kalshi_python_async.models.get_deposits_response import GetDepositsResponse
|
|
83
85
|
from kalshi_python_async.models.get_event_candlesticks_response import GetEventCandlesticksResponse
|
|
86
|
+
from kalshi_python_async.models.get_event_fee_changes_response import GetEventFeeChangesResponse
|
|
84
87
|
from kalshi_python_async.models.get_event_forecast_percentiles_history_response import GetEventForecastPercentilesHistoryResponse
|
|
85
88
|
from kalshi_python_async.models.get_event_metadata_response import GetEventMetadataResponse
|
|
86
89
|
from kalshi_python_async.models.get_event_response import GetEventResponse
|
|
@@ -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.19.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.19.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.19.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|