kalshi-python-async 3.14.0__tar.gz → 3.16.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.
Files changed (392) hide show
  1. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/PKG-INFO +3 -3
  2. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/README.md +2 -2
  3. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/__init__.py +9 -2
  4. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/account_api.py +1 -1
  5. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/api_keys_api.py +4 -4
  6. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/communications_api.py +53 -1
  7. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/events_api.py +4 -1
  8. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/exchange_api.py +1 -1
  9. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/fcm_api.py +1 -1
  10. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/historical_api.py +4 -4
  11. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/incentive_programs_api.py +1 -1
  12. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/live_data_api.py +1 -1
  13. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/market_api.py +13 -7
  14. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/milestone_api.py +1 -1
  15. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/multivariate_api.py +1 -1
  16. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/order_groups_api.py +1 -1
  17. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/orders_api.py +7 -7
  18. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/portfolio_api.py +569 -7
  19. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/search_api.py +1 -1
  20. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/structured_targets_api.py +1 -1
  21. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api_client.py +2 -2
  22. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/configuration.py +17 -5
  23. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/exceptions.py +1 -1
  24. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/__init__.py +8 -1
  25. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/accept_quote_request.py +1 -1
  26. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/amend_order_request.py +1 -1
  27. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/amend_order_response.py +1 -1
  28. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/amend_order_v2_request.py +1 -1
  29. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/amend_order_v2_response.py +6 -4
  30. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/announcement.py +1 -1
  31. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/api_key.py +1 -1
  32. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/apply_subaccount_transfer_request.py +1 -1
  33. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/associated_event.py +1 -1
  34. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_individual_response.py +1 -1
  35. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_request.py +1 -1
  36. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_request_order.py +1 -1
  37. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_response.py +1 -1
  38. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_v2_request.py +1 -1
  39. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_v2_request_orders_inner.py +1 -1
  40. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_v2_response.py +1 -1
  41. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_v2_response_orders_inner.py +10 -3
  42. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_individual_response.py +1 -1
  43. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_request.py +1 -1
  44. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_response.py +1 -1
  45. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_v2_request.py +1 -1
  46. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_v2_response.py +1 -1
  47. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_v2_response_orders_inner.py +10 -3
  48. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_get_market_candlesticks_response.py +1 -1
  49. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/bid_ask_distribution.py +1 -1
  50. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/bid_ask_distribution_historical.py +1 -1
  51. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/book_side.py +1 -1
  52. kalshi_python_async-3.16.0/kalshi_python_async/models/bucket_limit.py +89 -0
  53. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/cancel_order_response.py +1 -1
  54. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/cancel_order_v2_response.py +6 -4
  55. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_api_key_request.py +1 -1
  56. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_api_key_response.py +1 -1
  57. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_request.py +1 -1
  58. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_response.py +1 -1
  59. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_group_request.py +1 -1
  60. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_group_response.py +6 -3
  61. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_request.py +7 -5
  62. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_response.py +1 -1
  63. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_v2_request.py +7 -5
  64. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_v2_response.py +6 -4
  65. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_quote_request.py +4 -2
  66. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_quote_response.py +1 -1
  67. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_rfq_request.py +1 -1
  68. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_rfq_response.py +1 -1
  69. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_subaccount_response.py +1 -1
  70. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/daily_schedule.py +1 -1
  71. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/decrease_order_request.py +1 -1
  72. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/decrease_order_response.py +1 -1
  73. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/decrease_order_v2_request.py +1 -1
  74. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/decrease_order_v2_response.py +6 -4
  75. kalshi_python_async-3.16.0/kalshi_python_async/models/deposit.py +118 -0
  76. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/endpoint_token_cost.py +1 -1
  77. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/error_response.py +1 -1
  78. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/event_data.py +19 -5
  79. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/event_position.py +1 -1
  80. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/exchange_instance.py +1 -1
  81. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/exchange_status.py +1 -1
  82. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/fill.py +16 -4
  83. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/forecast_percentiles_point.py +1 -1
  84. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/generate_api_key_request.py +1 -1
  85. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/generate_api_key_response.py +1 -1
  86. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_account_api_limits_response.py +15 -8
  87. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_account_endpoint_costs_response.py +1 -1
  88. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_api_keys_response.py +1 -1
  89. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_balance_response.py +14 -4
  90. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_communications_id_response.py +1 -1
  91. kalshi_python_async-3.16.0/kalshi_python_async/models/get_deposits_response.py +97 -0
  92. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_event_candlesticks_response.py +1 -1
  93. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_event_forecast_percentiles_history_response.py +1 -1
  94. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_event_metadata_response.py +1 -1
  95. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_event_response.py +1 -1
  96. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_events_response.py +1 -1
  97. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_exchange_announcements_response.py +1 -1
  98. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_exchange_schedule_response.py +1 -1
  99. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_fills_response.py +1 -1
  100. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_filters_by_sports_response.py +1 -1
  101. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_game_stats_response.py +1 -1
  102. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_historical_cutoff_response.py +1 -1
  103. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_incentive_programs_response.py +1 -1
  104. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_live_data_response.py +1 -1
  105. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_live_datas_response.py +1 -1
  106. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_market_candlesticks_historical_response.py +1 -1
  107. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_market_candlesticks_response.py +1 -1
  108. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_market_orderbook_response.py +1 -1
  109. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_market_orderbooks_response.py +1 -1
  110. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_market_response.py +1 -1
  111. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_markets_response.py +1 -1
  112. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_milestone_response.py +1 -1
  113. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_milestones_response.py +1 -1
  114. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_multivariate_event_collection_lookup_history_response.py +1 -1
  115. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_multivariate_event_collection_response.py +1 -1
  116. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_multivariate_event_collections_response.py +1 -1
  117. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_multivariate_events_response.py +1 -1
  118. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_order_group_response.py +1 -1
  119. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_order_groups_response.py +1 -1
  120. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_order_queue_position_response.py +1 -1
  121. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_order_queue_positions_response.py +1 -1
  122. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_order_response.py +1 -1
  123. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_orders_response.py +1 -1
  124. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_portfolio_resting_order_total_value_response.py +1 -1
  125. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_positions_response.py +1 -1
  126. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_quote_response.py +1 -1
  127. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_quotes_response.py +1 -1
  128. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_rfq_response.py +1 -1
  129. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_rfqs_response.py +1 -1
  130. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_series_fee_changes_response.py +1 -1
  131. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_series_list_response.py +1 -1
  132. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_series_response.py +1 -1
  133. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_settlements_response.py +1 -1
  134. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_structured_target_response.py +1 -1
  135. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_structured_targets_response.py +1 -1
  136. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_subaccount_balances_response.py +1 -1
  137. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_subaccount_netting_response.py +1 -1
  138. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_subaccount_transfers_response.py +1 -1
  139. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_tags_for_series_categories_response.py +1 -1
  140. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_trades_response.py +1 -1
  141. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_user_data_timestamp_response.py +1 -1
  142. kalshi_python_async-3.16.0/kalshi_python_async/models/get_withdrawals_response.py +97 -0
  143. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/incentive_program.py +1 -1
  144. kalshi_python_async-3.16.0/kalshi_python_async/models/indexed_balance.py +89 -0
  145. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/intra_exchange_instance_transfer_request.py +8 -4
  146. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/intra_exchange_instance_transfer_response.py +1 -1
  147. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/live_data.py +1 -1
  148. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/lookup_point.py +1 -1
  149. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
  150. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
  151. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/maintenance_window.py +1 -1
  152. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market.py +3 -5
  153. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_candlestick.py +1 -1
  154. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_candlestick_historical.py +1 -1
  155. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_candlesticks_response.py +1 -1
  156. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_metadata.py +1 -1
  157. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_orderbook_fp.py +1 -1
  158. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_position.py +1 -1
  159. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/milestone.py +1 -1
  160. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/multivariate_event_collection.py +1 -1
  161. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/mve_selected_leg.py +1 -1
  162. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/order.py +16 -4
  163. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/order_group.py +1 -1
  164. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/order_queue_position.py +1 -1
  165. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/order_status.py +1 -1
  166. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/orderbook_count_fp.py +1 -1
  167. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/percentile_point.py +1 -1
  168. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/play_by_play.py +1 -1
  169. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/play_by_play_periods_inner.py +1 -1
  170. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/price_distribution.py +1 -1
  171. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/price_distribution_historical.py +1 -1
  172. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/price_range.py +1 -1
  173. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/quote.py +4 -2
  174. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/rfq.py +1 -1
  175. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/schedule.py +1 -1
  176. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/scope_list.py +1 -1
  177. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/self_trade_prevention_type.py +2 -2
  178. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/series.py +1 -1
  179. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/series_fee_change.py +1 -1
  180. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/settlement.py +1 -1
  181. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/settlement_source.py +1 -1
  182. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/sport_filter_details.py +1 -1
  183. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/structured_target.py +1 -1
  184. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/subaccount_balance.py +1 -1
  185. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/subaccount_netting_config.py +1 -1
  186. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/subaccount_transfer.py +1 -1
  187. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/ticker_pair.py +1 -1
  188. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/trade.py +15 -3
  189. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/update_order_group_limit_request.py +1 -1
  190. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/update_subaccount_netting_request.py +1 -1
  191. kalshi_python_async-3.16.0/kalshi_python_async/models/user_filter.py +36 -0
  192. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/weekly_schedule.py +1 -1
  193. kalshi_python_async-3.16.0/kalshi_python_async/models/withdrawal.py +118 -0
  194. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/rest.py +1 -1
  195. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async.egg-info/PKG-INFO +3 -3
  196. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async.egg-info/SOURCES.txt +15 -1
  197. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/pyproject.toml +1 -1
  198. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/setup.py +2 -2
  199. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_accept_quote_request.py +1 -1
  200. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_account_api.py +1 -1
  201. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_amend_order_request.py +1 -1
  202. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_amend_order_response.py +9 -1
  203. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_amend_order_v2_request.py +1 -1
  204. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_amend_order_v2_response.py +4 -2
  205. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_announcement.py +1 -1
  206. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_api_key.py +1 -1
  207. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_api_keys_api.py +1 -1
  208. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_apply_subaccount_transfer_request.py +1 -1
  209. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_associated_event.py +1 -1
  210. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_individual_response.py +3 -1
  211. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_request.py +1 -1
  212. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_request_order.py +1 -1
  213. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_response.py +1 -1
  214. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_v2_request.py +1 -1
  215. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_v2_request_orders_inner.py +1 -1
  216. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_v2_response.py +3 -1
  217. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_v2_response_orders_inner.py +2 -1
  218. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_individual_response.py +3 -1
  219. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_request.py +5 -3
  220. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_response.py +1 -1
  221. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_v2_request.py +5 -3
  222. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_v2_response.py +3 -1
  223. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_v2_response_orders_inner.py +2 -1
  224. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_batch_get_market_candlesticks_response.py +1 -1
  225. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_bid_ask_distribution.py +1 -1
  226. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_bid_ask_distribution_historical.py +1 -1
  227. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_book_side.py +1 -1
  228. kalshi_python_async-3.16.0/test/test_bucket_limit.py +54 -0
  229. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_cancel_order_response.py +5 -1
  230. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_cancel_order_v2_response.py +4 -2
  231. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_communications_api.py +1 -1
  232. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_api_key_request.py +1 -1
  233. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_api_key_response.py +1 -1
  234. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_market_in_multivariate_event_collection_request.py +1 -1
  235. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_market_in_multivariate_event_collection_response.py +1 -2
  236. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_order_group_request.py +1 -1
  237. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_order_group_response.py +4 -2
  238. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_order_request.py +3 -2
  239. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_order_response.py +5 -1
  240. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_order_v2_request.py +3 -2
  241. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_order_v2_response.py +4 -2
  242. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_quote_request.py +2 -1
  243. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_quote_response.py +1 -1
  244. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_rfq_request.py +1 -1
  245. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_rfq_response.py +1 -1
  246. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_create_subaccount_response.py +1 -1
  247. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_daily_schedule.py +1 -1
  248. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_decrease_order_request.py +1 -1
  249. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_decrease_order_response.py +5 -1
  250. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_decrease_order_v2_request.py +1 -1
  251. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_decrease_order_v2_response.py +4 -2
  252. kalshi_python_async-3.16.0/test/test_deposit.py +63 -0
  253. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_endpoint_token_cost.py +1 -1
  254. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_error_response.py +1 -1
  255. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_event_data.py +4 -3
  256. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_event_position.py +1 -1
  257. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_events_api.py +1 -1
  258. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_exchange_api.py +1 -1
  259. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_exchange_instance.py +1 -1
  260. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_exchange_status.py +1 -1
  261. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_fcm_api.py +1 -1
  262. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_fill.py +5 -1
  263. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_forecast_percentiles_point.py +1 -1
  264. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_generate_api_key_request.py +1 -1
  265. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_generate_api_key_response.py +1 -1
  266. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_account_api_limits_response.py +13 -5
  267. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_account_endpoint_costs_response.py +1 -1
  268. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_api_keys_response.py +1 -1
  269. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_balance_response.py +7 -2
  270. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_communications_id_response.py +1 -1
  271. kalshi_python_async-3.16.0/test/test_get_deposits_response.py +71 -0
  272. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_event_candlesticks_response.py +1 -1
  273. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_event_forecast_percentiles_history_response.py +1 -1
  274. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_event_metadata_response.py +1 -1
  275. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_event_response.py +7 -7
  276. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_events_response.py +7 -5
  277. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_exchange_announcements_response.py +1 -1
  278. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_exchange_schedule_response.py +1 -1
  279. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_fills_response.py +5 -1
  280. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_filters_by_sports_response.py +1 -1
  281. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_game_stats_response.py +1 -1
  282. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_historical_cutoff_response.py +1 -1
  283. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_incentive_programs_response.py +1 -1
  284. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_live_data_response.py +1 -1
  285. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_live_datas_response.py +1 -1
  286. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_market_candlesticks_historical_response.py +1 -1
  287. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_market_candlesticks_response.py +1 -1
  288. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_market_orderbook_response.py +1 -1
  289. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_market_orderbooks_response.py +1 -1
  290. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_market_response.py +1 -3
  291. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_markets_response.py +1 -3
  292. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_milestone_response.py +1 -1
  293. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_milestones_response.py +1 -1
  294. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_multivariate_event_collection_lookup_history_response.py +1 -1
  295. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_multivariate_event_collection_response.py +1 -1
  296. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_multivariate_event_collections_response.py +1 -1
  297. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_multivariate_events_response.py +7 -5
  298. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_order_group_response.py +1 -1
  299. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_order_groups_response.py +1 -1
  300. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_order_queue_position_response.py +1 -1
  301. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_order_queue_positions_response.py +1 -1
  302. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_order_response.py +5 -1
  303. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_orders_response.py +5 -1
  304. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_portfolio_resting_order_total_value_response.py +1 -1
  305. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_positions_response.py +1 -1
  306. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_quote_response.py +3 -1
  307. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_quotes_response.py +3 -1
  308. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_rfq_response.py +1 -1
  309. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_rfqs_response.py +1 -1
  310. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_series_fee_changes_response.py +1 -1
  311. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_series_list_response.py +1 -1
  312. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_series_response.py +1 -1
  313. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_settlements_response.py +1 -1
  314. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_structured_target_response.py +1 -1
  315. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_structured_targets_response.py +1 -1
  316. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_subaccount_balances_response.py +1 -1
  317. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_subaccount_netting_response.py +1 -1
  318. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_subaccount_transfers_response.py +1 -1
  319. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_tags_for_series_categories_response.py +1 -1
  320. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_trades_response.py +5 -1
  321. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_get_user_data_timestamp_response.py +1 -1
  322. kalshi_python_async-3.16.0/test/test_get_withdrawals_response.py +71 -0
  323. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_historical_api.py +1 -1
  324. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_incentive_program.py +1 -1
  325. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_incentive_programs_api.py +1 -1
  326. kalshi_python_async-3.16.0/test/test_indexed_balance.py +54 -0
  327. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_intra_exchange_instance_transfer_request.py +4 -2
  328. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_intra_exchange_instance_transfer_response.py +1 -1
  329. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_live_data.py +1 -1
  330. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_live_data_api.py +1 -1
  331. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_lookup_point.py +1 -1
  332. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
  333. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
  334. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_maintenance_window.py +1 -1
  335. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_market.py +1 -2
  336. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_market_api.py +1 -1
  337. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_market_candlestick.py +1 -1
  338. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_market_candlestick_historical.py +1 -1
  339. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_market_candlesticks_response.py +1 -1
  340. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_market_metadata.py +1 -1
  341. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_market_orderbook_fp.py +1 -1
  342. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_market_position.py +1 -1
  343. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_milestone.py +1 -1
  344. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_milestone_api.py +1 -1
  345. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_multivariate_api.py +1 -1
  346. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_multivariate_event_collection.py +1 -1
  347. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_mve_selected_leg.py +1 -1
  348. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_order.py +5 -1
  349. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_order_group.py +1 -1
  350. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_order_groups_api.py +1 -1
  351. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_order_queue_position.py +1 -1
  352. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_order_status.py +1 -1
  353. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_orderbook_count_fp.py +1 -1
  354. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_orders_api.py +1 -1
  355. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_percentile_point.py +1 -1
  356. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_play_by_play.py +1 -1
  357. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_play_by_play_periods_inner.py +1 -1
  358. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_portfolio_api.py +15 -1
  359. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_price_distribution.py +1 -1
  360. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_price_distribution_historical.py +1 -1
  361. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_price_range.py +1 -1
  362. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_quote.py +2 -1
  363. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_rfq.py +1 -1
  364. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_schedule.py +1 -1
  365. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_scope_list.py +1 -1
  366. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_search_api.py +1 -1
  367. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_self_trade_prevention_type.py +1 -1
  368. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_series.py +1 -1
  369. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_series_fee_change.py +1 -1
  370. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_settlement.py +1 -1
  371. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_settlement_source.py +1 -1
  372. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_sport_filter_details.py +1 -1
  373. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_structured_target.py +1 -1
  374. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_structured_targets_api.py +1 -1
  375. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_subaccount_balance.py +1 -1
  376. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_subaccount_netting_config.py +1 -1
  377. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_subaccount_transfer.py +1 -1
  378. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_ticker_pair.py +1 -1
  379. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_trade.py +5 -1
  380. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_update_order_group_limit_request.py +1 -1
  381. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_update_subaccount_netting_request.py +1 -1
  382. kalshi_python_async-3.16.0/test/test_user_filter.py +33 -0
  383. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/test/test_weekly_schedule.py +1 -1
  384. kalshi_python_async-3.16.0/test/test_withdrawal.py +63 -0
  385. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/__init__.py +0 -0
  386. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api_response.py +0 -0
  387. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/auth.py +0 -0
  388. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async/py.typed +0 -0
  389. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async.egg-info/dependency_links.txt +0 -0
  390. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async.egg-info/requires.txt +0 -0
  391. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/kalshi_python_async.egg-info/top_level.txt +0 -0
  392. {kalshi_python_async-3.14.0 → kalshi_python_async-3.16.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kalshi_python_async
3
- Version: 3.14.0
3
+ Version: 3.16.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.14.0
33
- - Package version: 3.14.0
32
+ - API version: 3.16.0
33
+ - Package version: 3.16.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.14.0
7
- - Package version: 3.14.0
6
+ - API version: 3.16.0
7
+ - Package version: 3.16.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.14.0
10
+ The version of the OpenAPI document: 3.16.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.14.0"
16
+ __version__ = "3.16.0"
17
17
 
18
18
  # import apis into sdk package
19
19
  from kalshi_python_async.api.account_api import AccountApi
@@ -88,6 +88,7 @@ from kalshi_python_async.models.batch_get_market_candlesticks_response import Ba
88
88
  from kalshi_python_async.models.bid_ask_distribution import BidAskDistribution
89
89
  from kalshi_python_async.models.bid_ask_distribution_historical import BidAskDistributionHistorical
90
90
  from kalshi_python_async.models.book_side import BookSide
91
+ from kalshi_python_async.models.bucket_limit import BucketLimit
91
92
  from kalshi_python_async.models.cancel_order_response import CancelOrderResponse
92
93
  from kalshi_python_async.models.cancel_order_v2_response import CancelOrderV2Response
93
94
  from kalshi_python_async.models.create_api_key_request import CreateApiKeyRequest
@@ -110,6 +111,7 @@ from kalshi_python_async.models.decrease_order_request import DecreaseOrderReque
110
111
  from kalshi_python_async.models.decrease_order_response import DecreaseOrderResponse
111
112
  from kalshi_python_async.models.decrease_order_v2_request import DecreaseOrderV2Request
112
113
  from kalshi_python_async.models.decrease_order_v2_response import DecreaseOrderV2Response
114
+ from kalshi_python_async.models.deposit import Deposit
113
115
  from kalshi_python_async.models.endpoint_token_cost import EndpointTokenCost
114
116
  from kalshi_python_async.models.error_response import ErrorResponse
115
117
  from kalshi_python_async.models.event_data import EventData
@@ -125,6 +127,7 @@ from kalshi_python_async.models.get_account_endpoint_costs_response import GetAc
125
127
  from kalshi_python_async.models.get_api_keys_response import GetApiKeysResponse
126
128
  from kalshi_python_async.models.get_balance_response import GetBalanceResponse
127
129
  from kalshi_python_async.models.get_communications_id_response import GetCommunicationsIDResponse
130
+ from kalshi_python_async.models.get_deposits_response import GetDepositsResponse
128
131
  from kalshi_python_async.models.get_event_candlesticks_response import GetEventCandlesticksResponse
129
132
  from kalshi_python_async.models.get_event_forecast_percentiles_history_response import GetEventForecastPercentilesHistoryResponse
130
133
  from kalshi_python_async.models.get_event_metadata_response import GetEventMetadataResponse
@@ -175,7 +178,9 @@ from kalshi_python_async.models.get_subaccount_transfers_response import GetSuba
175
178
  from kalshi_python_async.models.get_tags_for_series_categories_response import GetTagsForSeriesCategoriesResponse
176
179
  from kalshi_python_async.models.get_trades_response import GetTradesResponse
177
180
  from kalshi_python_async.models.get_user_data_timestamp_response import GetUserDataTimestampResponse
181
+ from kalshi_python_async.models.get_withdrawals_response import GetWithdrawalsResponse
178
182
  from kalshi_python_async.models.incentive_program import IncentiveProgram
183
+ from kalshi_python_async.models.indexed_balance import IndexedBalance
179
184
  from kalshi_python_async.models.intra_exchange_instance_transfer_request import IntraExchangeInstanceTransferRequest
180
185
  from kalshi_python_async.models.intra_exchange_instance_transfer_response import IntraExchangeInstanceTransferResponse
181
186
  from kalshi_python_async.models.live_data import LiveData
@@ -222,7 +227,9 @@ from kalshi_python_async.models.ticker_pair import TickerPair
222
227
  from kalshi_python_async.models.trade import Trade
223
228
  from kalshi_python_async.models.update_order_group_limit_request import UpdateOrderGroupLimitRequest
224
229
  from kalshi_python_async.models.update_subaccount_netting_request import UpdateSubaccountNettingRequest
230
+ from kalshi_python_async.models.user_filter import UserFilter
225
231
  from kalshi_python_async.models.weekly_schedule import WeeklySchedule
232
+ from kalshi_python_async.models.withdrawal import Withdrawal
226
233
 
227
234
 
228
235
  # KalshiClient with custom authentication
@@ -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.14.0
8
+ The version of the OpenAPI document: 3.16.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.14.0
8
+ The version of the OpenAPI document: 3.16.0
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -49,7 +49,7 @@ class ApiKeysApi:
49
49
  ) -> CreateApiKeyResponse:
50
50
  """Create API Key
51
51
 
52
- Endpoint for creating a new API key with a user-provided public key. This endpoint allows users to create API keys by providing their own RSA public key. The platform will use this public key to verify signatures on API requests.
52
+ Endpoint for creating a new API key with a user-provided public key. This endpoint allows users with Premier or Market Maker API usage levels to create API keys by providing their own RSA public key. The platform will use this public key to verify signatures on API requests.
53
53
 
54
54
  :param create_api_key_request: (required)
55
55
  :type create_api_key_request: CreateApiKeyRequest
@@ -123,7 +123,7 @@ class ApiKeysApi:
123
123
  ) -> ApiResponse[CreateApiKeyResponse]:
124
124
  """Create API Key
125
125
 
126
- Endpoint for creating a new API key with a user-provided public key. This endpoint allows users to create API keys by providing their own RSA public key. The platform will use this public key to verify signatures on API requests.
126
+ Endpoint for creating a new API key with a user-provided public key. This endpoint allows users with Premier or Market Maker API usage levels to create API keys by providing their own RSA public key. The platform will use this public key to verify signatures on API requests.
127
127
 
128
128
  :param create_api_key_request: (required)
129
129
  :type create_api_key_request: CreateApiKeyRequest
@@ -194,7 +194,7 @@ class ApiKeysApi:
194
194
  ) -> RESTResponseType:
195
195
  """Create API Key
196
196
 
197
- Endpoint for creating a new API key with a user-provided public key. This endpoint allows users to create API keys by providing their own RSA public key. The platform will use this public key to verify signatures on API requests.
197
+ Endpoint for creating a new API key with a user-provided public key. This endpoint allows users with Premier or Market Maker API usage levels to create API keys by providing their own RSA public key. The platform will use this public key to verify signatures on API requests.
198
198
 
199
199
  :param create_api_key_request: (required)
200
200
  :type create_api_key_request: CreateApiKeyRequest
@@ -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.14.0
8
+ The version of the OpenAPI document: 3.16.0
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -28,6 +28,7 @@ from kalshi_python_async.models.get_quote_response import GetQuoteResponse
28
28
  from kalshi_python_async.models.get_quotes_response import GetQuotesResponse
29
29
  from kalshi_python_async.models.get_rfq_response import GetRFQResponse
30
30
  from kalshi_python_async.models.get_rfqs_response import GetRFQsResponse
31
+ from kalshi_python_async.models.user_filter import UserFilter
31
32
 
32
33
  from kalshi_python_async.api_client import ApiClient, RequestSerialized
33
34
  from kalshi_python_async.api_response import ApiResponse
@@ -2223,6 +2224,8 @@ class CommunicationsApi:
2223
2224
  limit: Any = None,
2224
2225
  status: Any = None,
2225
2226
  quote_creator_user_id: Any = None,
2227
+ user_filter: Any = None,
2228
+ rfq_user_filter: Any = None,
2226
2229
  rfq_creator_user_id: Any = None,
2227
2230
  rfq_creator_subtrader_id: Any = None,
2228
2231
  rfq_id: Any = None,
@@ -2243,6 +2246,10 @@ class CommunicationsApi:
2243
2246
  :type status: str
2244
2247
  :param quote_creator_user_id: Filter quotes by quote creator user ID
2245
2248
  :type quote_creator_user_id: str
2249
+ :param user_filter: Filter for quotes created by the authenticated user.
2250
+ :type user_filter: UserFilter
2251
+ :param rfq_user_filter: Filter for quotes responding to RFQs created by the authenticated user.
2252
+ :type rfq_user_filter: UserFilter
2246
2253
  :param rfq_creator_user_id: Filter quotes by RFQ creator user ID
2247
2254
  :type rfq_creator_user_id: str
2248
2255
  :param rfq_creator_subtrader_id: Filter quotes by RFQ creator subtrader ID (FCM members only)
@@ -2279,6 +2286,8 @@ class CommunicationsApi:
2279
2286
  limit=limit,
2280
2287
  status=status,
2281
2288
  quote_creator_user_id=quote_creator_user_id,
2289
+ user_filter=user_filter,
2290
+ rfq_user_filter=rfq_user_filter,
2282
2291
  rfq_creator_user_id=rfq_creator_user_id,
2283
2292
  rfq_creator_subtrader_id=rfq_creator_subtrader_id,
2284
2293
  rfq_id=rfq_id,
@@ -2313,6 +2322,8 @@ class CommunicationsApi:
2313
2322
  limit: Annotated[Optional[Annotated[int, Field(le=500, strict=True, ge=1)]], Field(description="Parameter to specify the number of results per page. Defaults to 500.")] = None,
2314
2323
  status: Annotated[Optional[StrictStr], Field(description="Filter quotes by status")] = None,
2315
2324
  quote_creator_user_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by quote creator user ID")] = None,
2325
+ user_filter: Annotated[Optional[UserFilter], Field(description="Filter for quotes created by the authenticated user.")] = None,
2326
+ rfq_user_filter: Annotated[Optional[UserFilter], Field(description="Filter for quotes responding to RFQs created by the authenticated user.")] = None,
2316
2327
  rfq_creator_user_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ creator user ID")] = None,
2317
2328
  rfq_creator_subtrader_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ creator subtrader ID (FCM members only)")] = None,
2318
2329
  rfq_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ ID")] = None,
@@ -2345,6 +2356,10 @@ class CommunicationsApi:
2345
2356
  :type status: str
2346
2357
  :param quote_creator_user_id: Filter quotes by quote creator user ID
2347
2358
  :type quote_creator_user_id: str
2359
+ :param user_filter: Filter for quotes created by the authenticated user.
2360
+ :type user_filter: UserFilter
2361
+ :param rfq_user_filter: Filter for quotes responding to RFQs created by the authenticated user.
2362
+ :type rfq_user_filter: UserFilter
2348
2363
  :param rfq_creator_user_id: Filter quotes by RFQ creator user ID
2349
2364
  :type rfq_creator_user_id: str
2350
2365
  :param rfq_creator_subtrader_id: Filter quotes by RFQ creator subtrader ID (FCM members only)
@@ -2380,6 +2395,8 @@ class CommunicationsApi:
2380
2395
  limit=limit,
2381
2396
  status=status,
2382
2397
  quote_creator_user_id=quote_creator_user_id,
2398
+ user_filter=user_filter,
2399
+ rfq_user_filter=rfq_user_filter,
2383
2400
  rfq_creator_user_id=rfq_creator_user_id,
2384
2401
  rfq_creator_subtrader_id=rfq_creator_subtrader_id,
2385
2402
  rfq_id=rfq_id,
@@ -2414,6 +2431,8 @@ class CommunicationsApi:
2414
2431
  limit: Annotated[Optional[Annotated[int, Field(le=500, strict=True, ge=1)]], Field(description="Parameter to specify the number of results per page. Defaults to 500.")] = None,
2415
2432
  status: Annotated[Optional[StrictStr], Field(description="Filter quotes by status")] = None,
2416
2433
  quote_creator_user_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by quote creator user ID")] = None,
2434
+ user_filter: Annotated[Optional[UserFilter], Field(description="Filter for quotes created by the authenticated user.")] = None,
2435
+ rfq_user_filter: Annotated[Optional[UserFilter], Field(description="Filter for quotes responding to RFQs created by the authenticated user.")] = None,
2417
2436
  rfq_creator_user_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ creator user ID")] = None,
2418
2437
  rfq_creator_subtrader_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ creator subtrader ID (FCM members only)")] = None,
2419
2438
  rfq_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ ID")] = None,
@@ -2446,6 +2465,10 @@ class CommunicationsApi:
2446
2465
  :type status: str
2447
2466
  :param quote_creator_user_id: Filter quotes by quote creator user ID
2448
2467
  :type quote_creator_user_id: str
2468
+ :param user_filter: Filter for quotes created by the authenticated user.
2469
+ :type user_filter: UserFilter
2470
+ :param rfq_user_filter: Filter for quotes responding to RFQs created by the authenticated user.
2471
+ :type rfq_user_filter: UserFilter
2449
2472
  :param rfq_creator_user_id: Filter quotes by RFQ creator user ID
2450
2473
  :type rfq_creator_user_id: str
2451
2474
  :param rfq_creator_subtrader_id: Filter quotes by RFQ creator subtrader ID (FCM members only)
@@ -2481,6 +2504,8 @@ class CommunicationsApi:
2481
2504
  limit=limit,
2482
2505
  status=status,
2483
2506
  quote_creator_user_id=quote_creator_user_id,
2507
+ user_filter=user_filter,
2508
+ rfq_user_filter=rfq_user_filter,
2484
2509
  rfq_creator_user_id=rfq_creator_user_id,
2485
2510
  rfq_creator_subtrader_id=rfq_creator_subtrader_id,
2486
2511
  rfq_id=rfq_id,
@@ -2510,6 +2535,8 @@ class CommunicationsApi:
2510
2535
  limit,
2511
2536
  status,
2512
2537
  quote_creator_user_id,
2538
+ user_filter,
2539
+ rfq_user_filter,
2513
2540
  rfq_creator_user_id,
2514
2541
  rfq_creator_subtrader_id,
2515
2542
  rfq_id,
@@ -2559,6 +2586,14 @@ class CommunicationsApi:
2559
2586
 
2560
2587
  _query_params.append(('quote_creator_user_id', quote_creator_user_id))
2561
2588
 
2589
+ if user_filter is not None:
2590
+
2591
+ _query_params.append(('user_filter', user_filter.value))
2592
+
2593
+ if rfq_user_filter is not None:
2594
+
2595
+ _query_params.append(('rfq_user_filter', rfq_user_filter.value))
2596
+
2562
2597
  if rfq_creator_user_id is not None:
2563
2598
 
2564
2599
  _query_params.append(('rfq_creator_user_id', rfq_creator_user_id))
@@ -2881,6 +2916,7 @@ class CommunicationsApi:
2881
2916
  limit: Any = None,
2882
2917
  status: Any = None,
2883
2918
  creator_user_id: Any = None,
2919
+ user_filter: Any = None,
2884
2920
  ) -> GetRFQsResponse:
2885
2921
  """Get RFQs
2886
2922
 
@@ -2900,6 +2936,8 @@ class CommunicationsApi:
2900
2936
  :type status: str
2901
2937
  :param creator_user_id: Filter RFQs by creator user ID
2902
2938
  :type creator_user_id: str
2939
+ :param user_filter:
2940
+ :type user_filter: UserFilter
2903
2941
  :param _request_timeout: timeout setting for this request. If one
2904
2942
  number provided, it will be total request
2905
2943
  timeout. It can also be a pair (tuple) of
@@ -2931,6 +2969,7 @@ class CommunicationsApi:
2931
2969
  limit=limit,
2932
2970
  status=status,
2933
2971
  creator_user_id=creator_user_id,
2972
+ user_filter=user_filter,
2934
2973
  _request_auth=None,
2935
2974
  _content_type=None,
2936
2975
  _headers=None,
@@ -2963,6 +3002,7 @@ class CommunicationsApi:
2963
3002
  limit: Annotated[Optional[Annotated[int, Field(le=100, strict=True, ge=1)]], Field(description="Parameter to specify the number of results per page. Defaults to 100.")] = None,
2964
3003
  status: Annotated[Optional[StrictStr], Field(description="Filter RFQs by status")] = None,
2965
3004
  creator_user_id: Annotated[Optional[StrictStr], Field(description="Filter RFQs by creator user ID")] = None,
3005
+ user_filter: Optional[UserFilter] = None,
2966
3006
  _request_timeout: Union[
2967
3007
  None,
2968
3008
  Annotated[StrictFloat, Field(gt=0)],
@@ -2994,6 +3034,8 @@ class CommunicationsApi:
2994
3034
  :type status: str
2995
3035
  :param creator_user_id: Filter RFQs by creator user ID
2996
3036
  :type creator_user_id: str
3037
+ :param user_filter:
3038
+ :type user_filter: UserFilter
2997
3039
  :param _request_timeout: timeout setting for this request. If one
2998
3040
  number provided, it will be total request
2999
3041
  timeout. It can also be a pair (tuple) of
@@ -3024,6 +3066,7 @@ class CommunicationsApi:
3024
3066
  limit=limit,
3025
3067
  status=status,
3026
3068
  creator_user_id=creator_user_id,
3069
+ user_filter=user_filter,
3027
3070
  _request_auth=_request_auth,
3028
3071
  _content_type=_content_type,
3029
3072
  _headers=_headers,
@@ -3056,6 +3099,7 @@ class CommunicationsApi:
3056
3099
  limit: Annotated[Optional[Annotated[int, Field(le=100, strict=True, ge=1)]], Field(description="Parameter to specify the number of results per page. Defaults to 100.")] = None,
3057
3100
  status: Annotated[Optional[StrictStr], Field(description="Filter RFQs by status")] = None,
3058
3101
  creator_user_id: Annotated[Optional[StrictStr], Field(description="Filter RFQs by creator user ID")] = None,
3102
+ user_filter: Optional[UserFilter] = None,
3059
3103
  _request_timeout: Union[
3060
3104
  None,
3061
3105
  Annotated[StrictFloat, Field(gt=0)],
@@ -3087,6 +3131,8 @@ class CommunicationsApi:
3087
3131
  :type status: str
3088
3132
  :param creator_user_id: Filter RFQs by creator user ID
3089
3133
  :type creator_user_id: str
3134
+ :param user_filter:
3135
+ :type user_filter: UserFilter
3090
3136
  :param _request_timeout: timeout setting for this request. If one
3091
3137
  number provided, it will be total request
3092
3138
  timeout. It can also be a pair (tuple) of
@@ -3117,6 +3163,7 @@ class CommunicationsApi:
3117
3163
  limit=limit,
3118
3164
  status=status,
3119
3165
  creator_user_id=creator_user_id,
3166
+ user_filter=user_filter,
3120
3167
  _request_auth=_request_auth,
3121
3168
  _content_type=_content_type,
3122
3169
  _headers=_headers,
@@ -3144,6 +3191,7 @@ class CommunicationsApi:
3144
3191
  limit,
3145
3192
  status,
3146
3193
  creator_user_id,
3194
+ user_filter,
3147
3195
  _request_auth,
3148
3196
  _content_type,
3149
3197
  _headers,
@@ -3194,6 +3242,10 @@ class CommunicationsApi:
3194
3242
 
3195
3243
  _query_params.append(('creator_user_id', creator_user_id))
3196
3244
 
3245
+ if user_filter is not None:
3246
+
3247
+ _query_params.append(('user_filter', user_filter.value))
3248
+
3197
3249
  # process the header parameters
3198
3250
  # process the form parameters
3199
3251
  # process the body parameter
@@ -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.14.0
8
+ The version of the OpenAPI document: 3.16.0
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -643,6 +643,9 @@ class EventsApi:
643
643
 
644
644
  # authentication setting
645
645
  _auth_settings: List[str] = [
646
+ 'kalshiAccessSignature',
647
+ 'kalshiAccessKey',
648
+ 'kalshiAccessTimestamp'
646
649
  ]
647
650
 
648
651
  return self.api_client.param_serialize(
@@ -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.14.0
8
+ The version of the OpenAPI document: 3.16.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.14.0
8
+ The version of the OpenAPI document: 3.16.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.14.0
8
+ The version of the OpenAPI document: 3.16.0
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -1829,7 +1829,7 @@ class HistoricalApi:
1829
1829
  ) -> GetTradesResponse:
1830
1830
  """Get Historical Trades
1831
1831
 
1832
- Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
1832
+ Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
1833
1833
 
1834
1834
  :param ticker: Filter by market ticker
1835
1835
  :type ticker: str
@@ -1916,7 +1916,7 @@ class HistoricalApi:
1916
1916
  ) -> ApiResponse[GetTradesResponse]:
1917
1917
  """Get Historical Trades
1918
1918
 
1919
- Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
1919
+ Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
1920
1920
 
1921
1921
  :param ticker: Filter by market ticker
1922
1922
  :type ticker: str
@@ -2002,7 +2002,7 @@ class HistoricalApi:
2002
2002
  ) -> RESTResponseType:
2003
2003
  """Get Historical Trades
2004
2004
 
2005
- Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
2005
+ Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
2006
2006
 
2007
2007
  :param ticker: Filter by market ticker
2008
2008
  :type ticker: str
@@ -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.14.0
8
+ The version of the OpenAPI document: 3.16.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.14.0
8
+ The version of the OpenAPI document: 3.16.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.14.0
8
+ The version of the OpenAPI document: 3.16.0
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -644,7 +644,7 @@ class MarketApi:
644
644
  ) -> GetMarketCandlesticksResponse:
645
645
  """Get Market Candlesticks
646
646
 
647
- Time period length of each candlestick in minutes. Valid values: 1 (1 minute), 60 (1 hour), 1440 (1 day). Candlesticks for markets that settled before the historical cutoff are only available via `GET /historical/markets/{ticker}/candlesticks`. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
647
+ Time period length of each candlestick in minutes. Valid values: 1 (1 minute), 60 (1 hour), 1440 (1 day). Candlesticks for markets that settled before the historical cutoff are only available via `GET /historical/markets/{ticker}/candlesticks`. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
648
648
 
649
649
  :param series_ticker: Series ticker - the series that contains the target market (required)
650
650
  :type series_ticker: str
@@ -735,7 +735,7 @@ class MarketApi:
735
735
  ) -> ApiResponse[GetMarketCandlesticksResponse]:
736
736
  """Get Market Candlesticks
737
737
 
738
- Time period length of each candlestick in minutes. Valid values: 1 (1 minute), 60 (1 hour), 1440 (1 day). Candlesticks for markets that settled before the historical cutoff are only available via `GET /historical/markets/{ticker}/candlesticks`. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
738
+ Time period length of each candlestick in minutes. Valid values: 1 (1 minute), 60 (1 hour), 1440 (1 day). Candlesticks for markets that settled before the historical cutoff are only available via `GET /historical/markets/{ticker}/candlesticks`. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
739
739
 
740
740
  :param series_ticker: Series ticker - the series that contains the target market (required)
741
741
  :type series_ticker: str
@@ -825,7 +825,7 @@ class MarketApi:
825
825
  ) -> RESTResponseType:
826
826
  """Get Market Candlesticks
827
827
 
828
- Time period length of each candlestick in minutes. Valid values: 1 (1 minute), 60 (1 hour), 1440 (1 day). Candlesticks for markets that settled before the historical cutoff are only available via `GET /historical/markets/{ticker}/candlesticks`. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
828
+ Time period length of each candlestick in minutes. Valid values: 1 (1 minute), 60 (1 hour), 1440 (1 day). Candlesticks for markets that settled before the historical cutoff are only available via `GET /historical/markets/{ticker}/candlesticks`. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
829
829
 
830
830
  :param series_ticker: Series ticker - the series that contains the target market (required)
831
831
  :type series_ticker: str
@@ -1228,6 +1228,9 @@ class MarketApi:
1228
1228
 
1229
1229
  # authentication setting
1230
1230
  _auth_settings: List[str] = [
1231
+ 'kalshiAccessSignature',
1232
+ 'kalshiAccessKey',
1233
+ 'kalshiAccessTimestamp'
1231
1234
  ]
1232
1235
 
1233
1236
  return self.api_client.param_serialize(
@@ -1489,6 +1492,9 @@ class MarketApi:
1489
1492
 
1490
1493
  # authentication setting
1491
1494
  _auth_settings: List[str] = [
1495
+ 'kalshiAccessSignature',
1496
+ 'kalshiAccessKey',
1497
+ 'kalshiAccessTimestamp'
1492
1498
  ]
1493
1499
 
1494
1500
  return self.api_client.param_serialize(
@@ -1529,7 +1535,7 @@ class MarketApi:
1529
1535
  ) -> GetMarketsResponse:
1530
1536
  """Get Markets
1531
1537
 
1532
- Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| Extra Notes | |------------------------------|--------------------------|-------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | | min_close_ts, max_close_ts | `closed`, *empty* | | | min_settled_ts, max_settled_ts | `settled`, *empty* | | | min_updated_ts | *empty* | Incompatible with all filters besides `mve_filter=exclude` | Markets that settled before the historical cutoff are only available via `GET /historical/markets`. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
1538
+ Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| Extra Notes | |------------------------------|--------------------------|-------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | | min_close_ts, max_close_ts | `closed`, *empty* | | | min_settled_ts, max_settled_ts | `settled`, *empty* | | | min_updated_ts | *empty* | Incompatible with all filters besides `mve_filter=exclude` | Markets that settled before the historical cutoff are only available via `GET /historical/markets`. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
1533
1539
 
1534
1540
  :param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
1535
1541
  :type limit: int
@@ -1652,7 +1658,7 @@ class MarketApi:
1652
1658
  ) -> ApiResponse[GetMarketsResponse]:
1653
1659
  """Get Markets
1654
1660
 
1655
- Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| Extra Notes | |------------------------------|--------------------------|-------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | | min_close_ts, max_close_ts | `closed`, *empty* | | | min_settled_ts, max_settled_ts | `settled`, *empty* | | | min_updated_ts | *empty* | Incompatible with all filters besides `mve_filter=exclude` | Markets that settled before the historical cutoff are only available via `GET /historical/markets`. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
1661
+ Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| Extra Notes | |------------------------------|--------------------------|-------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | | min_close_ts, max_close_ts | `closed`, *empty* | | | min_settled_ts, max_settled_ts | `settled`, *empty* | | | min_updated_ts | *empty* | Incompatible with all filters besides `mve_filter=exclude` | Markets that settled before the historical cutoff are only available via `GET /historical/markets`. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
1656
1662
 
1657
1663
  :param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
1658
1664
  :type limit: int
@@ -1774,7 +1780,7 @@ class MarketApi:
1774
1780
  ) -> RESTResponseType:
1775
1781
  """Get Markets
1776
1782
 
1777
- Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| Extra Notes | |------------------------------|--------------------------|-------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | | min_close_ts, max_close_ts | `closed`, *empty* | | | min_settled_ts, max_settled_ts | `settled`, *empty* | | | min_updated_ts | *empty* | Incompatible with all filters besides `mve_filter=exclude` | Markets that settled before the historical cutoff are only available via `GET /historical/markets`. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
1783
+ Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| Extra Notes | |------------------------------|--------------------------|-------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | | min_close_ts, max_close_ts | `closed`, *empty* | | | min_settled_ts, max_settled_ts | `settled`, *empty* | | | min_updated_ts | *empty* | Incompatible with all filters besides `mve_filter=exclude` | Markets that settled before the historical cutoff are only available via `GET /historical/markets`. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
1778
1784
 
1779
1785
  :param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
1780
1786
  :type limit: int
@@ -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.14.0
8
+ The version of the OpenAPI document: 3.16.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.14.0
8
+ The version of the OpenAPI document: 3.16.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.14.0
8
+ The version of the OpenAPI document: 3.16.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.14.0
8
+ The version of the OpenAPI document: 3.16.0
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -368,7 +368,7 @@ class OrdersApi:
368
368
  ) -> AmendOrderV2Response:
369
369
  """Amend Order (V2)
370
370
 
371
- Endpoint for amending the price and/or remaining count of an existing event-market order using the V2 request/response shape.
371
+ Endpoint for amending the price and/or max fillable count of an existing event-market order using the V2 request/response shape. The request `count` is the updated total/max fillable count, equal to already filled count plus desired resting remaining count. This behavior matches the v1 amend endpoints; only the request/response shape differs.
372
372
 
373
373
  :param order_id: Order ID (required)
374
374
  :type order_id: str
@@ -450,7 +450,7 @@ class OrdersApi:
450
450
  ) -> ApiResponse[AmendOrderV2Response]:
451
451
  """Amend Order (V2)
452
452
 
453
- Endpoint for amending the price and/or remaining count of an existing event-market order using the V2 request/response shape.
453
+ Endpoint for amending the price and/or max fillable count of an existing event-market order using the V2 request/response shape. The request `count` is the updated total/max fillable count, equal to already filled count plus desired resting remaining count. This behavior matches the v1 amend endpoints; only the request/response shape differs.
454
454
 
455
455
  :param order_id: Order ID (required)
456
456
  :type order_id: str
@@ -529,7 +529,7 @@ class OrdersApi:
529
529
  ) -> RESTResponseType:
530
530
  """Amend Order (V2)
531
531
 
532
- Endpoint for amending the price and/or remaining count of an existing event-market order using the V2 request/response shape.
532
+ Endpoint for amending the price and/or max fillable count of an existing event-market order using the V2 request/response shape. The request `count` is the updated total/max fillable count, equal to already filled count plus desired resting remaining count. This behavior matches the v1 amend endpoints; only the request/response shape differs.
533
533
 
534
534
  :param order_id: Order ID (required)
535
535
  :type order_id: str
@@ -4352,7 +4352,7 @@ class OrdersApi:
4352
4352
  ) -> GetOrdersResponse:
4353
4353
  """Get Orders
4354
4354
 
4355
- Restricts the response to orders that have a certain status: resting, canceled, or executed. Orders that have been canceled or fully executed before the historical cutoff are only available via `GET /historical/orders`. Resting orders will always be available through this endpoint. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
4355
+ Restricts the response to orders that have a certain status: resting, canceled, or executed. Orders that have been canceled or fully executed before the historical cutoff are only available via `GET /historical/orders`. Resting orders will always be available through this endpoint. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
4356
4356
 
4357
4357
  :param ticker: Filter by market ticker
4358
4358
  :type ticker: str
@@ -4451,7 +4451,7 @@ class OrdersApi:
4451
4451
  ) -> ApiResponse[GetOrdersResponse]:
4452
4452
  """Get Orders
4453
4453
 
4454
- Restricts the response to orders that have a certain status: resting, canceled, or executed. Orders that have been canceled or fully executed before the historical cutoff are only available via `GET /historical/orders`. Resting orders will always be available through this endpoint. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
4454
+ Restricts the response to orders that have a certain status: resting, canceled, or executed. Orders that have been canceled or fully executed before the historical cutoff are only available via `GET /historical/orders`. Resting orders will always be available through this endpoint. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
4455
4455
 
4456
4456
  :param ticker: Filter by market ticker
4457
4457
  :type ticker: str
@@ -4549,7 +4549,7 @@ class OrdersApi:
4549
4549
  ) -> RESTResponseType:
4550
4550
  """Get Orders
4551
4551
 
4552
- Restricts the response to orders that have a certain status: resting, canceled, or executed. Orders that have been canceled or fully executed before the historical cutoff are only available via `GET /historical/orders`. Resting orders will always be available through this endpoint. See [Historical Data](https://kalshi.com/docs/getting_started/historical_data) for details.
4552
+ Restricts the response to orders that have a certain status: resting, canceled, or executed. Orders that have been canceled or fully executed before the historical cutoff are only available via `GET /historical/orders`. Resting orders will always be available through this endpoint. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
4553
4553
 
4554
4554
  :param ticker: Filter by market ticker
4555
4555
  :type ticker: str