whitebit-python-sdk 1.1.1__tar.gz → 1.1.2__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.
- {whitebit_python_sdk-1.1.1/src/whitebit_python_sdk.egg-info → whitebit_python_sdk-1.1.2}/PKG-INFO +1 -1
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/pyproject.toml +1 -1
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/client.py +2 -2
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/raw_client.py +14 -14
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/cancel_oco_order_response_stop_loss.py +5 -15
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/cancel_oco_order_response_take_profit.py +5 -17
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_bulk_order_request_orders_item.py +1 -3
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_bulk_order_response_item_result.py +5 -15
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_limit_order_response.py +5 -15
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_market_order_response.py +5 -15
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_response_stop_loss.py +5 -15
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_response_take_profit.py +5 -15
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_stop_limit_order_response.py +5 -15
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_trigger_market_order_response.py +5 -15
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_conditional_orders_response_records_item_oco_stop_loss.py +1 -1
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_conditional_orders_response_records_item_oco_take_profit.py +1 -1
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_conditional_orders_response_records_item_oto_conditional_order.py +2 -2
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_oco_orders_response_item_stop_loss.py +5 -5
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_oco_orders_response_item_take_profit.py +5 -5
- whitebit_python_sdk-1.1.2/src/whitebit/crypto_lending_flex/types/close_flex_investment_response_data.py +22 -0
- whitebit_python_sdk-1.1.2/src/whitebit/crypto_lending_flex/types/create_flex_investment_response_data.py +22 -0
- whitebit_python_sdk-1.1.2/src/whitebit/crypto_lending_flex/types/withdraw_from_flex_investment_response_data.py +22 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/client.py +20 -20
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/raw_client.py +20 -20
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/main_account/raw_client.py +2 -2
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_funding_history_market_response_item.py +4 -6
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_markets_response_item.py +10 -16
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_mining_pool_response_item_data.py +6 -13
- whitebit_python_sdk-1.1.2/src/whitebit/public_api_v4/types/get_api_v4public_mining_pool_response_item_data_blocks_item.py +20 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_ticker_response_value.py +1 -5
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_trades_market_response_item.py +1 -3
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/client.py +64 -64
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/raw_client.py +90 -90
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/get_executed_order_history_response_value_item.py +2 -4
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/get_order_deals_response_records_item.py +1 -3
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/get_order_history_response_value_item.py +4 -12
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/types/sub_account_transfer_response.py +1 -5
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/bulk_order_item.py +1 -1
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/flex_investment_history.py +1 -3
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_order_request.py +1 -5
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/order_response.py +5 -15
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/sub_account_transfer.py +1 -3
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/transaction_history.py +2 -6
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/withdraw/client.py +24 -24
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/withdraw/raw_client.py +24 -24
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2/src/whitebit_python_sdk.egg-info}/PKG-INFO +1 -1
- whitebit_python_sdk-1.1.1/src/whitebit/crypto_lending_flex/types/close_flex_investment_response_data.py +0 -26
- whitebit_python_sdk-1.1.1/src/whitebit/crypto_lending_flex/types/create_flex_investment_response_data.py +0 -26
- whitebit_python_sdk-1.1.1/src/whitebit/crypto_lending_flex/types/withdraw_from_flex_investment_response_data.py +0 -26
- whitebit_python_sdk-1.1.1/src/whitebit/public_api_v4/types/get_api_v4public_mining_pool_response_item_data_blocks_item.py +0 -22
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/HISTORY.txt +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/LICENSE +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/MANIFEST.in +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/README.md +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/setup.cfg +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/codes/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/codes/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/codes/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/codes/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/codes/types/apply_code_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/codes/types/create_code_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/codes/types/get_codes_history_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/codes/types/get_my_codes_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/cancel_oco_order_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/cancel_oco_order_response_stop_loss_activation_condition.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/cancel_oco_order_response_stop_loss_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/cancel_oco_order_response_take_profit_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/change_collateral_account_leverage_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/close_position_request_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/collateral_account_balance_summary_response_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/collateral_account_summary_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_bulk_order_request_orders_item_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_bulk_order_request_orders_item_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_bulk_order_response_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_bulk_order_response_item_error.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_bulk_order_response_item_result_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_bulk_order_response_item_result_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_bulk_order_response_item_result_status.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_limit_order_request_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_limit_order_request_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_limit_order_response_oto.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_limit_order_response_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_limit_order_response_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_limit_order_response_status.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_market_order_request_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_market_order_request_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_market_order_response_oto.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_market_order_response_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_market_order_response_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_market_order_response_status.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_request_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_response_stop_loss_activation_condition.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_response_stop_loss_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_response_stop_loss_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_response_stop_loss_status.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_response_take_profit_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_response_take_profit_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_oco_order_response_take_profit_status.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_stop_limit_order_request_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_stop_limit_order_request_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_stop_limit_order_response_oto.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_stop_limit_order_response_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_stop_limit_order_response_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_stop_limit_order_response_status.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_trigger_market_order_request_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_trigger_market_order_request_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_trigger_market_order_response_oto.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_trigger_market_order_response_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_trigger_market_order_response_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/create_collateral_trigger_market_order_response_status.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_collateral_hedge_mode_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_conditional_orders_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_conditional_orders_response_records_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_conditional_orders_response_records_item_oco.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_conditional_orders_response_records_item_oco_stop_loss_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_conditional_orders_response_records_item_oco_take_profit_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_conditional_orders_response_records_item_oto.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_conditional_orders_response_records_item_oto_conditional_order_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_funding_history_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_funding_history_response_records_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_oco_orders_response_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_oco_orders_response_item_stop_loss_activation_condition.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_oco_orders_response_item_stop_loss_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_oco_orders_response_item_take_profit_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_open_positions_response_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_open_positions_response_item_liquidation_state.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_open_positions_response_item_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_open_positions_response_item_tpsl.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_positions_history_response_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_positions_history_response_item_liquidation_state.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_positions_history_response_item_order_detail.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/types/get_positions_history_response_item_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/api_error.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/client_wrapper.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/datetime_utils.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/file.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/http_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/http_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/jsonable_encoder.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/pydantic_utilities.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/query_encoder.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/remove_none_from_dict.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/request_options.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/core/serialization.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/credit_line/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/credit_line/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/credit_line/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_fixed/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_fixed/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_fixed/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_fixed/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_fixed/types/create_fixed_investment_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_fixed/types/get_fixed_investments_history_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_fixed/types/get_interest_payment_history_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/types/close_flex_investment_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/types/create_flex_investment_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/types/get_flex_investment_history_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/types/get_flex_payment_history_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/types/get_user_flex_investments_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/types/update_flex_auto_reinvestment_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/crypto_lending_flex/types/withdraw_from_flex_investment_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/create_new_address_request_type.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/create_new_address_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/create_new_address_response_account.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/create_new_address_response_required.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/create_new_address_response_required_flex_fee.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/get_deposit_address_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/get_deposit_address_response_account.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/get_deposit_address_response_required.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/get_deposit_address_response_required_flex_fee.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/get_fiat_deposit_url_request_customer.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/get_fiat_deposit_url_request_customer_address.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/get_fiat_deposit_url_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/deposit/types/refund_deposit_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/environment.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/errors/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/errors/bad_request_error.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/errors/internal_server_error.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/errors/not_found_error.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/errors/service_unavailable_error.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/errors/unauthorized_error.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/errors/unprocessable_entity_error.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/fees/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/fees/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/fees/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/jwt/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/jwt/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/jwt/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/jwt/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/jwt/types/get_web_socket_token_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/jwt/types/issue_jwt_token_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/jwt/types/issue_jwt_token_response_data.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/main_account/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/main_account/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/main_account/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/main_account/types/get_deposit_withdraw_history_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/main_account/types/get_main_balance_response_value.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/market_fee/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/market_fee/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/market_fee/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/market_fee/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/market_fee/types/get_all_market_fees_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/market_fee/types/get_market_fee_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/create_mining_account_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/create_mining_account_response_data.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/create_mining_watcher_link_request_live_until.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/create_mining_watcher_link_request_permissions_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/create_mining_watcher_link_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/create_mining_watcher_link_response_data.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_accounts_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_accounts_response_data_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_hashrate_request_interval.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_hashrate_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_hashrate_response_data.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_hashrate_response_data_hashrate_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_miner_info_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_miner_info_response_data.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_miner_info_response_data_stratum_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_payout_destination_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_payout_destination_response_payout_destination.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_rewards_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_worker_hashrate_request_interval.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_worker_hashrate_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_worker_hashrate_response_data.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_worker_hashrate_response_data_hashrates_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_worker_names_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/get_mining_worker_names_response_data.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/list_mining_watcher_links_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/list_mining_watcher_links_response_data_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/set_mining_payout_destination_request_destination.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/set_mining_payout_destination_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/mining_pool/types/set_mining_payout_destination_response_payout_destination.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_futures_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_markets_response_item_type.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_mining_pool_response_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_mining_pool_response_item_data_last7days_hash_rate_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_platform_status_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_platform_status_response_status.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_time_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_trades_market_request_type.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/public_api_v4/types/get_api_v4public_trades_market_response_item_type.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/cancel_all_orders_request_type_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/get_executed_order_history_response_value_item_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/get_kill_switch_status_response_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/get_kill_switch_status_response_item_types_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/get_order_deals_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/get_order_history_response_value_item_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/limit_order_request_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/limit_order_request_stp.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/set_kill_switch_request_types_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/set_kill_switch_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/set_kill_switch_response_types_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/stop_limit_order_request_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/stop_limit_order_request_stp.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/stop_market_order_request_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/stop_market_order_request_stp.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/spot_trading/types/trade_account_balance_response_value.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/types/create_sub_account_request_permissions.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/types/edit_sub_account_request_permissions.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/types/get_sub_account_balances_response_value_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/types/get_sub_account_transfer_history_request_direction.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/types/get_sub_account_transfer_history_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/types/list_sub_accounts_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account/types/sub_account_transfer_request_direction.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account_api_keys/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account_api_keys/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account_api_keys/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account_api_keys/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account_api_keys/types/create_sub_account_api_key_ip_address_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account_api_keys/types/delete_sub_account_api_key_ip_address_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account_api_keys/types/edit_sub_account_api_key_request_urls_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account_api_keys/types/list_sub_account_api_key_ip_addresses_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/sub_account_api_keys/types/list_sub_account_api_keys_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/transfer/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/transfer/client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/transfer/raw_client.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/transfer/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/transfer/types/transfer_between_balances_request_from.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/transfer/types/transfer_between_balances_request_method.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/transfer/types/transfer_between_balances_request_to.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/asset.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/asset_limits.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/asset_limits_deposit_value.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/asset_limits_withdraw_value.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/asset_memo.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/asset_networks.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/asset_providers.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/authorize_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/authorize_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/authorize_response_result.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/bad_request_error_body.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_margin_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_margin_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_margin_response_result_value.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_margin_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_margin_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_margin_update_params_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_spot_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_spot_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_spot_response_result_value.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_spot_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_spot_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/balance_spot_update_params_item_value.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/base_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/base_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/book_ticker_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/book_ticker_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/book_ticker_update_data.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/borrows_events_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/borrows_events_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/borrows_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/borrows_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/borrows_update_params.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/borrows_update_params_records_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/bulk_limit_order_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/bulk_limit_order_response_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/bulk_order_item_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/candle.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/candles_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/candles_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/candles_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/candles_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/code_history.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/code_info.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/convert_confirm_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/convert_estimate_request_direction.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/convert_estimate_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/convert_history_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/convert_history_response_records_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/convert_history_response_records_item_path_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/credit_line.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/deals_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/deals_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/deals_response_result.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/deals_response_result_records_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/deals_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/deals_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/depth_level.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/depth_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/depth_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/depth_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/depth_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/depth_update_data.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/error.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/error_inner.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/error_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/error_v4.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/executed_order_object.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/executed_order_object_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/executed_order_object_stp.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/fee_details.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/fee_details_flex.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/fee_info.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/fee_info_deposit.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/fee_info_withdraw.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/fixed_plan.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/flex_investment.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/flex_plan.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/futures_market.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/interest_payment.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/investment.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/lastprice_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/lastprice_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/lastprice_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/lastprice_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/margin_positions_events_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/margin_positions_events_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_order_request_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_order_request_stp.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_statistics.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_today_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_today_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_today_statistics.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_today_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_today_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/market_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/mining_reward.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/not_found_error_body.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/order_book.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/order_object.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/order_object_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/order_object_stp.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orderbook_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orders_executed_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orders_executed_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orders_executed_response_result.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orders_executed_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orders_executed_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orders_pending_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orders_pending_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orders_pending_response_result.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orders_pending_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/orders_pending_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/ping_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/ping_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/ping_response_result.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/positions_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/positions_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/positions_update_params.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/positions_update_params_records_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/positions_update_params_records_item_liq_stage.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/positions_update_params_records_item_position_side.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/provider_fee_details.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/sub_account.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/sub_account_api_key.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/sub_account_api_key_access_endpoints_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/sub_account_api_key_list.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/sub_account_api_key_list_access_endpoints_item.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/sub_account_kyc.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/sub_account_permissions.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/subscription_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/subscription_response_result.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/time_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/time_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/trade.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/trade_type.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/trades_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/trades_response.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/trades_subscribe.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/trades_update.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/transaction_history_confirmations.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/unprocessable_entity_error_body.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/types/unsubscribe_request.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/withdraw/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/withdraw/types/__init__.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/withdraw/types/create_withdraw_request_beneficiary.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/withdraw/types/create_withdraw_request_travel_rule.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/withdraw/types/create_withdraw_request_travel_rule_type.py +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit_python_sdk.egg-info/SOURCES.txt +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit_python_sdk.egg-info/dependency_links.txt +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit_python_sdk.egg-info/not-zip-safe +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit_python_sdk.egg-info/requires.txt +0 -0
- {whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit_python_sdk.egg-info/top_level.txt +0 -0
{whitebit_python_sdk-1.1.1 → whitebit_python_sdk-1.1.2}/src/whitebit/collateral_trading/client.py
RENAMED
|
@@ -221,7 +221,7 @@ class CollateralTradingClient:
|
|
|
221
221
|
- `31` - market validation failed
|
|
222
222
|
- `32` - amount validation failed
|
|
223
223
|
- `33` - price validation failed
|
|
224
|
-
- `36` -
|
|
224
|
+
- `36` - client_order_id validation failed
|
|
225
225
|
- `37` - `ioc=true` cannot be used with `postOnly=true` or `rpi=true`
|
|
226
226
|
</Accordion>
|
|
227
227
|
|
|
@@ -1401,7 +1401,7 @@ class AsyncCollateralTradingClient:
|
|
|
1401
1401
|
- `31` - market validation failed
|
|
1402
1402
|
- `32` - amount validation failed
|
|
1403
1403
|
- `33` - price validation failed
|
|
1404
|
-
- `36` -
|
|
1404
|
+
- `36` - client_order_id validation failed
|
|
1405
1405
|
- `37` - `ioc=true` cannot be used with `postOnly=true` or `rpi=true`
|
|
1406
1406
|
</Accordion>
|
|
1407
1407
|
|
|
@@ -300,7 +300,7 @@ class RawCollateralTradingClient:
|
|
|
300
300
|
- `31` - market validation failed
|
|
301
301
|
- `32` - amount validation failed
|
|
302
302
|
- `33` - price validation failed
|
|
303
|
-
- `36` -
|
|
303
|
+
- `36` - client_order_id validation failed
|
|
304
304
|
- `37` - `ioc=true` cannot be used with `postOnly=true` or `rpi=true`
|
|
305
305
|
</Accordion>
|
|
306
306
|
|
|
@@ -366,7 +366,7 @@ class RawCollateralTradingClient:
|
|
|
366
366
|
"side": side,
|
|
367
367
|
"amount": amount,
|
|
368
368
|
"price": price,
|
|
369
|
-
"
|
|
369
|
+
"client_order_id": client_order_id,
|
|
370
370
|
"stopLoss": stop_loss,
|
|
371
371
|
"takeProfit": take_profit,
|
|
372
372
|
"postOnly": post_only,
|
|
@@ -583,7 +583,7 @@ class RawCollateralTradingClient:
|
|
|
583
583
|
"market": market,
|
|
584
584
|
"side": side,
|
|
585
585
|
"amount": amount,
|
|
586
|
-
"
|
|
586
|
+
"client_order_id": client_order_id,
|
|
587
587
|
"stopLoss": stop_loss,
|
|
588
588
|
"takeProfit": take_profit,
|
|
589
589
|
"positionSide": position_side,
|
|
@@ -700,7 +700,7 @@ class RawCollateralTradingClient:
|
|
|
700
700
|
"activation_price": activation_price,
|
|
701
701
|
"stopLoss": stop_loss,
|
|
702
702
|
"takeProfit": take_profit,
|
|
703
|
-
"
|
|
703
|
+
"client_order_id": client_order_id,
|
|
704
704
|
"positionSide": position_side,
|
|
705
705
|
"request": request,
|
|
706
706
|
"nonce": nonce,
|
|
@@ -820,7 +820,7 @@ class RawCollateralTradingClient:
|
|
|
820
820
|
"side": side,
|
|
821
821
|
"amount": amount,
|
|
822
822
|
"activation_price": activation_price,
|
|
823
|
-
"
|
|
823
|
+
"client_order_id": client_order_id,
|
|
824
824
|
"stopLoss": stop_loss,
|
|
825
825
|
"takeProfit": take_profit,
|
|
826
826
|
"positionSide": position_side,
|
|
@@ -1862,7 +1862,7 @@ class RawCollateralTradingClient:
|
|
|
1862
1862
|
"price": price,
|
|
1863
1863
|
"activation_price": activation_price,
|
|
1864
1864
|
"stop_limit_price": stop_limit_price,
|
|
1865
|
-
"
|
|
1865
|
+
"client_order_id": client_order_id,
|
|
1866
1866
|
"request": request,
|
|
1867
1867
|
"nonce": nonce,
|
|
1868
1868
|
},
|
|
@@ -2044,7 +2044,7 @@ class RawCollateralTradingClient:
|
|
|
2044
2044
|
method="POST",
|
|
2045
2045
|
json={
|
|
2046
2046
|
"market": market,
|
|
2047
|
-
"
|
|
2047
|
+
"order_id": order_id,
|
|
2048
2048
|
"request": request,
|
|
2049
2049
|
"nonce": nonce,
|
|
2050
2050
|
},
|
|
@@ -2444,7 +2444,7 @@ class AsyncRawCollateralTradingClient:
|
|
|
2444
2444
|
- `31` - market validation failed
|
|
2445
2445
|
- `32` - amount validation failed
|
|
2446
2446
|
- `33` - price validation failed
|
|
2447
|
-
- `36` -
|
|
2447
|
+
- `36` - client_order_id validation failed
|
|
2448
2448
|
- `37` - `ioc=true` cannot be used with `postOnly=true` or `rpi=true`
|
|
2449
2449
|
</Accordion>
|
|
2450
2450
|
|
|
@@ -2510,7 +2510,7 @@ class AsyncRawCollateralTradingClient:
|
|
|
2510
2510
|
"side": side,
|
|
2511
2511
|
"amount": amount,
|
|
2512
2512
|
"price": price,
|
|
2513
|
-
"
|
|
2513
|
+
"client_order_id": client_order_id,
|
|
2514
2514
|
"stopLoss": stop_loss,
|
|
2515
2515
|
"takeProfit": take_profit,
|
|
2516
2516
|
"postOnly": post_only,
|
|
@@ -2727,7 +2727,7 @@ class AsyncRawCollateralTradingClient:
|
|
|
2727
2727
|
"market": market,
|
|
2728
2728
|
"side": side,
|
|
2729
2729
|
"amount": amount,
|
|
2730
|
-
"
|
|
2730
|
+
"client_order_id": client_order_id,
|
|
2731
2731
|
"stopLoss": stop_loss,
|
|
2732
2732
|
"takeProfit": take_profit,
|
|
2733
2733
|
"positionSide": position_side,
|
|
@@ -2844,7 +2844,7 @@ class AsyncRawCollateralTradingClient:
|
|
|
2844
2844
|
"activation_price": activation_price,
|
|
2845
2845
|
"stopLoss": stop_loss,
|
|
2846
2846
|
"takeProfit": take_profit,
|
|
2847
|
-
"
|
|
2847
|
+
"client_order_id": client_order_id,
|
|
2848
2848
|
"positionSide": position_side,
|
|
2849
2849
|
"request": request,
|
|
2850
2850
|
"nonce": nonce,
|
|
@@ -2964,7 +2964,7 @@ class AsyncRawCollateralTradingClient:
|
|
|
2964
2964
|
"side": side,
|
|
2965
2965
|
"amount": amount,
|
|
2966
2966
|
"activation_price": activation_price,
|
|
2967
|
-
"
|
|
2967
|
+
"client_order_id": client_order_id,
|
|
2968
2968
|
"stopLoss": stop_loss,
|
|
2969
2969
|
"takeProfit": take_profit,
|
|
2970
2970
|
"positionSide": position_side,
|
|
@@ -4006,7 +4006,7 @@ class AsyncRawCollateralTradingClient:
|
|
|
4006
4006
|
"price": price,
|
|
4007
4007
|
"activation_price": activation_price,
|
|
4008
4008
|
"stop_limit_price": stop_limit_price,
|
|
4009
|
-
"
|
|
4009
|
+
"client_order_id": client_order_id,
|
|
4010
4010
|
"request": request,
|
|
4011
4011
|
"nonce": nonce,
|
|
4012
4012
|
},
|
|
@@ -4188,7 +4188,7 @@ class AsyncRawCollateralTradingClient:
|
|
|
4188
4188
|
method="POST",
|
|
4189
4189
|
json={
|
|
4190
4190
|
"market": market,
|
|
4191
|
-
"
|
|
4191
|
+
"order_id": order_id,
|
|
4192
4192
|
"request": request,
|
|
4193
4193
|
"nonce": nonce,
|
|
4194
4194
|
},
|
|
@@ -15,16 +15,12 @@ class CancelOcoOrderResponseStopLoss(UniversalBaseModel):
|
|
|
15
15
|
Cancelled stop loss order details
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
|
-
order_id:
|
|
19
|
-
default=None
|
|
20
|
-
)
|
|
18
|
+
order_id: typing.Optional[int] = pydantic.Field(default=None)
|
|
21
19
|
"""
|
|
22
20
|
Order identifier
|
|
23
21
|
"""
|
|
24
22
|
|
|
25
|
-
client_order_id:
|
|
26
|
-
pydantic.Field(default=None)
|
|
27
|
-
)
|
|
23
|
+
client_order_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
28
24
|
"""
|
|
29
25
|
Custom order identifier. Empty string if not specified
|
|
30
26
|
"""
|
|
@@ -49,16 +45,12 @@ class CancelOcoOrderResponseStopLoss(UniversalBaseModel):
|
|
|
49
45
|
Timestamp of order creation
|
|
50
46
|
"""
|
|
51
47
|
|
|
52
|
-
deal_money:
|
|
53
|
-
default=None
|
|
54
|
-
)
|
|
48
|
+
deal_money: typing.Optional[str] = pydantic.Field(default=None)
|
|
55
49
|
"""
|
|
56
50
|
Executed amount in money
|
|
57
51
|
"""
|
|
58
52
|
|
|
59
|
-
deal_stock:
|
|
60
|
-
default=None
|
|
61
|
-
)
|
|
53
|
+
deal_stock: typing.Optional[str] = pydantic.Field(default=None)
|
|
62
54
|
"""
|
|
63
55
|
Executed amount in stock
|
|
64
56
|
"""
|
|
@@ -87,9 +79,7 @@ class CancelOcoOrderResponseStopLoss(UniversalBaseModel):
|
|
|
87
79
|
Unexecuted amount in stock
|
|
88
80
|
"""
|
|
89
81
|
|
|
90
|
-
deal_fee:
|
|
91
|
-
default=None
|
|
92
|
-
)
|
|
82
|
+
deal_fee: typing.Optional[str] = pydantic.Field(default=None)
|
|
93
83
|
"""
|
|
94
84
|
Executed fee by deal
|
|
95
85
|
"""
|
|
@@ -3,9 +3,7 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
import typing_extensions
|
|
7
6
|
from ...core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
8
|
-
from ...core.serialization import FieldMetadata
|
|
9
7
|
from .cancel_oco_order_response_take_profit_side import CancelOcoOrderResponseTakeProfitSide
|
|
10
8
|
|
|
11
9
|
|
|
@@ -14,16 +12,12 @@ class CancelOcoOrderResponseTakeProfit(UniversalBaseModel):
|
|
|
14
12
|
Cancelled take profit order details
|
|
15
13
|
"""
|
|
16
14
|
|
|
17
|
-
order_id:
|
|
18
|
-
default=None
|
|
19
|
-
)
|
|
15
|
+
order_id: typing.Optional[int] = pydantic.Field(default=None)
|
|
20
16
|
"""
|
|
21
17
|
Order identifier
|
|
22
18
|
"""
|
|
23
19
|
|
|
24
|
-
client_order_id:
|
|
25
|
-
pydantic.Field(default=None)
|
|
26
|
-
)
|
|
20
|
+
client_order_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
27
21
|
"""
|
|
28
22
|
Custom order identifier. Empty string if not specified
|
|
29
23
|
"""
|
|
@@ -48,16 +42,12 @@ class CancelOcoOrderResponseTakeProfit(UniversalBaseModel):
|
|
|
48
42
|
Timestamp of order creation
|
|
49
43
|
"""
|
|
50
44
|
|
|
51
|
-
deal_money:
|
|
52
|
-
default=None
|
|
53
|
-
)
|
|
45
|
+
deal_money: typing.Optional[str] = pydantic.Field(default=None)
|
|
54
46
|
"""
|
|
55
47
|
Executed amount in money
|
|
56
48
|
"""
|
|
57
49
|
|
|
58
|
-
deal_stock:
|
|
59
|
-
default=None
|
|
60
|
-
)
|
|
50
|
+
deal_stock: typing.Optional[str] = pydantic.Field(default=None)
|
|
61
51
|
"""
|
|
62
52
|
Executed amount in stock
|
|
63
53
|
"""
|
|
@@ -72,9 +62,7 @@ class CancelOcoOrderResponseTakeProfit(UniversalBaseModel):
|
|
|
72
62
|
Unexecuted amount in stock
|
|
73
63
|
"""
|
|
74
64
|
|
|
75
|
-
deal_fee:
|
|
76
|
-
default=None
|
|
77
|
-
)
|
|
65
|
+
deal_fee: typing.Optional[str] = pydantic.Field(default=None)
|
|
78
66
|
"""
|
|
79
67
|
Executed fee by deal
|
|
80
68
|
"""
|
|
@@ -33,9 +33,7 @@ class CreateCollateralBulkOrderRequestOrdersItem(UniversalBaseModel):
|
|
|
33
33
|
Price in [money](/glossary#money) currency.
|
|
34
34
|
"""
|
|
35
35
|
|
|
36
|
-
client_order_id:
|
|
37
|
-
pydantic.Field(default=None)
|
|
38
|
-
)
|
|
36
|
+
client_order_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
39
37
|
"""
|
|
40
38
|
Identifier must be unique and contain letters, numbers, dashes, dots, or underscores.
|
|
41
39
|
"""
|
|
@@ -18,16 +18,12 @@ class CreateCollateralBulkOrderResponseItemResult(UniversalBaseModel):
|
|
|
18
18
|
Order data when successful, null when failed
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
|
-
order_id:
|
|
22
|
-
default=None
|
|
23
|
-
)
|
|
21
|
+
order_id: typing.Optional[int] = pydantic.Field(default=None)
|
|
24
22
|
"""
|
|
25
23
|
Unique order identifier
|
|
26
24
|
"""
|
|
27
25
|
|
|
28
|
-
client_order_id:
|
|
29
|
-
pydantic.Field(default=None)
|
|
30
|
-
)
|
|
26
|
+
client_order_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
31
27
|
"""
|
|
32
28
|
Custom client order identifier. Empty string if not specified
|
|
33
29
|
"""
|
|
@@ -52,16 +48,12 @@ class CreateCollateralBulkOrderResponseItemResult(UniversalBaseModel):
|
|
|
52
48
|
Timestamp of order creation in Unix format
|
|
53
49
|
"""
|
|
54
50
|
|
|
55
|
-
deal_money:
|
|
56
|
-
default=None
|
|
57
|
-
)
|
|
51
|
+
deal_money: typing.Optional[str] = pydantic.Field(default=None)
|
|
58
52
|
"""
|
|
59
53
|
Amount in money currency that is finished
|
|
60
54
|
"""
|
|
61
55
|
|
|
62
|
-
deal_stock:
|
|
63
|
-
default=None
|
|
64
|
-
)
|
|
56
|
+
deal_stock: typing.Optional[str] = pydantic.Field(default=None)
|
|
65
57
|
"""
|
|
66
58
|
Amount in stock currency that is finished
|
|
67
59
|
"""
|
|
@@ -76,9 +68,7 @@ class CreateCollateralBulkOrderResponseItemResult(UniversalBaseModel):
|
|
|
76
68
|
Remaining amount that must be finished
|
|
77
69
|
"""
|
|
78
70
|
|
|
79
|
-
deal_fee:
|
|
80
|
-
default=None
|
|
81
|
-
)
|
|
71
|
+
deal_fee: typing.Optional[str] = pydantic.Field(default=None)
|
|
82
72
|
"""
|
|
83
73
|
Fee in money that is paid when order is finished
|
|
84
74
|
"""
|
|
@@ -13,16 +13,12 @@ from .create_collateral_limit_order_response_status import CreateCollateralLimit
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class CreateCollateralLimitOrderResponse(UniversalBaseModel):
|
|
16
|
-
order_id:
|
|
17
|
-
default=None
|
|
18
|
-
)
|
|
16
|
+
order_id: typing.Optional[int] = pydantic.Field(default=None)
|
|
19
17
|
"""
|
|
20
18
|
Unique order identifier
|
|
21
19
|
"""
|
|
22
20
|
|
|
23
|
-
client_order_id:
|
|
24
|
-
pydantic.Field(default=None)
|
|
25
|
-
)
|
|
21
|
+
client_order_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
26
22
|
"""
|
|
27
23
|
Custom client order identifier. Empty string if not specified
|
|
28
24
|
"""
|
|
@@ -47,16 +43,12 @@ class CreateCollateralLimitOrderResponse(UniversalBaseModel):
|
|
|
47
43
|
Timestamp of order creation in Unix format
|
|
48
44
|
"""
|
|
49
45
|
|
|
50
|
-
deal_money:
|
|
51
|
-
default=None
|
|
52
|
-
)
|
|
46
|
+
deal_money: typing.Optional[str] = pydantic.Field(default=None)
|
|
53
47
|
"""
|
|
54
48
|
Amount in money currency that is finished
|
|
55
49
|
"""
|
|
56
50
|
|
|
57
|
-
deal_stock:
|
|
58
|
-
default=None
|
|
59
|
-
)
|
|
51
|
+
deal_stock: typing.Optional[str] = pydantic.Field(default=None)
|
|
60
52
|
"""
|
|
61
53
|
Amount in stock currency that is finished
|
|
62
54
|
"""
|
|
@@ -71,9 +63,7 @@ class CreateCollateralLimitOrderResponse(UniversalBaseModel):
|
|
|
71
63
|
Remaining amount that must be finished
|
|
72
64
|
"""
|
|
73
65
|
|
|
74
|
-
deal_fee:
|
|
75
|
-
default=None
|
|
76
|
-
)
|
|
66
|
+
deal_fee: typing.Optional[str] = pydantic.Field(default=None)
|
|
77
67
|
"""
|
|
78
68
|
Fee in money that is paid when order is finished
|
|
79
69
|
"""
|
|
@@ -13,16 +13,12 @@ from .create_collateral_market_order_response_status import CreateCollateralMark
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class CreateCollateralMarketOrderResponse(UniversalBaseModel):
|
|
16
|
-
order_id:
|
|
17
|
-
default=None
|
|
18
|
-
)
|
|
16
|
+
order_id: typing.Optional[int] = pydantic.Field(default=None)
|
|
19
17
|
"""
|
|
20
18
|
Unique order identifier
|
|
21
19
|
"""
|
|
22
20
|
|
|
23
|
-
client_order_id:
|
|
24
|
-
pydantic.Field(default=None)
|
|
25
|
-
)
|
|
21
|
+
client_order_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
26
22
|
"""
|
|
27
23
|
Custom client order identifier. Empty string if not specified
|
|
28
24
|
"""
|
|
@@ -47,16 +43,12 @@ class CreateCollateralMarketOrderResponse(UniversalBaseModel):
|
|
|
47
43
|
Timestamp of order creation in Unix format
|
|
48
44
|
"""
|
|
49
45
|
|
|
50
|
-
deal_money:
|
|
51
|
-
default=None
|
|
52
|
-
)
|
|
46
|
+
deal_money: typing.Optional[str] = pydantic.Field(default=None)
|
|
53
47
|
"""
|
|
54
48
|
Amount in money currency that is finished
|
|
55
49
|
"""
|
|
56
50
|
|
|
57
|
-
deal_stock:
|
|
58
|
-
default=None
|
|
59
|
-
)
|
|
51
|
+
deal_stock: typing.Optional[str] = pydantic.Field(default=None)
|
|
60
52
|
"""
|
|
61
53
|
Amount in stock currency that is finished
|
|
62
54
|
"""
|
|
@@ -71,9 +63,7 @@ class CreateCollateralMarketOrderResponse(UniversalBaseModel):
|
|
|
71
63
|
Remaining amount that must be finished
|
|
72
64
|
"""
|
|
73
65
|
|
|
74
|
-
deal_fee:
|
|
75
|
-
default=None
|
|
76
|
-
)
|
|
66
|
+
deal_fee: typing.Optional[str] = pydantic.Field(default=None)
|
|
77
67
|
"""
|
|
78
68
|
Fee in money that is paid when order is finished
|
|
79
69
|
"""
|
|
@@ -21,16 +21,12 @@ class CreateCollateralOcoOrderResponseStopLoss(UniversalBaseModel):
|
|
|
21
21
|
Stop loss order details
|
|
22
22
|
"""
|
|
23
23
|
|
|
24
|
-
order_id:
|
|
25
|
-
default=None
|
|
26
|
-
)
|
|
24
|
+
order_id: typing.Optional[int] = pydantic.Field(default=None)
|
|
27
25
|
"""
|
|
28
26
|
Order identifier
|
|
29
27
|
"""
|
|
30
28
|
|
|
31
|
-
client_order_id:
|
|
32
|
-
pydantic.Field(default=None)
|
|
33
|
-
)
|
|
29
|
+
client_order_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
34
30
|
"""
|
|
35
31
|
Custom order identifier. Empty string if not specified
|
|
36
32
|
"""
|
|
@@ -55,16 +51,12 @@ class CreateCollateralOcoOrderResponseStopLoss(UniversalBaseModel):
|
|
|
55
51
|
Timestamp of order creation
|
|
56
52
|
"""
|
|
57
53
|
|
|
58
|
-
deal_money:
|
|
59
|
-
default=None
|
|
60
|
-
)
|
|
54
|
+
deal_money: typing.Optional[str] = pydantic.Field(default=None)
|
|
61
55
|
"""
|
|
62
56
|
Executed amount in money
|
|
63
57
|
"""
|
|
64
58
|
|
|
65
|
-
deal_stock:
|
|
66
|
-
default=None
|
|
67
|
-
)
|
|
59
|
+
deal_stock: typing.Optional[str] = pydantic.Field(default=None)
|
|
68
60
|
"""
|
|
69
61
|
Executed amount in stock
|
|
70
62
|
"""
|
|
@@ -93,9 +85,7 @@ class CreateCollateralOcoOrderResponseStopLoss(UniversalBaseModel):
|
|
|
93
85
|
Unexecuted amount in stock
|
|
94
86
|
"""
|
|
95
87
|
|
|
96
|
-
deal_fee:
|
|
97
|
-
default=None
|
|
98
|
-
)
|
|
88
|
+
deal_fee: typing.Optional[str] = pydantic.Field(default=None)
|
|
99
89
|
"""
|
|
100
90
|
Executed fee by deal
|
|
101
91
|
"""
|
|
@@ -18,16 +18,12 @@ class CreateCollateralOcoOrderResponseTakeProfit(UniversalBaseModel):
|
|
|
18
18
|
Take profit order details
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
|
-
order_id:
|
|
22
|
-
default=None
|
|
23
|
-
)
|
|
21
|
+
order_id: typing.Optional[int] = pydantic.Field(default=None)
|
|
24
22
|
"""
|
|
25
23
|
Order identifier
|
|
26
24
|
"""
|
|
27
25
|
|
|
28
|
-
client_order_id:
|
|
29
|
-
pydantic.Field(default=None)
|
|
30
|
-
)
|
|
26
|
+
client_order_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
31
27
|
"""
|
|
32
28
|
Custom order identifier. Empty string if not specified
|
|
33
29
|
"""
|
|
@@ -52,16 +48,12 @@ class CreateCollateralOcoOrderResponseTakeProfit(UniversalBaseModel):
|
|
|
52
48
|
Timestamp of order creation
|
|
53
49
|
"""
|
|
54
50
|
|
|
55
|
-
deal_money:
|
|
56
|
-
default=None
|
|
57
|
-
)
|
|
51
|
+
deal_money: typing.Optional[str] = pydantic.Field(default=None)
|
|
58
52
|
"""
|
|
59
53
|
Executed amount in money
|
|
60
54
|
"""
|
|
61
55
|
|
|
62
|
-
deal_stock:
|
|
63
|
-
default=None
|
|
64
|
-
)
|
|
56
|
+
deal_stock: typing.Optional[str] = pydantic.Field(default=None)
|
|
65
57
|
"""
|
|
66
58
|
Executed amount in stock
|
|
67
59
|
"""
|
|
@@ -90,9 +82,7 @@ class CreateCollateralOcoOrderResponseTakeProfit(UniversalBaseModel):
|
|
|
90
82
|
Unexecuted amount in stock
|
|
91
83
|
"""
|
|
92
84
|
|
|
93
|
-
deal_fee:
|
|
94
|
-
default=None
|
|
95
|
-
)
|
|
85
|
+
deal_fee: typing.Optional[str] = pydantic.Field(default=None)
|
|
96
86
|
"""
|
|
97
87
|
Executed fee by deal
|
|
98
88
|
"""
|
|
@@ -15,16 +15,12 @@ from .create_collateral_stop_limit_order_response_status import CreateCollateral
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class CreateCollateralStopLimitOrderResponse(UniversalBaseModel):
|
|
18
|
-
order_id:
|
|
19
|
-
default=None
|
|
20
|
-
)
|
|
18
|
+
order_id: typing.Optional[int] = pydantic.Field(default=None)
|
|
21
19
|
"""
|
|
22
20
|
Unique order identifier
|
|
23
21
|
"""
|
|
24
22
|
|
|
25
|
-
client_order_id:
|
|
26
|
-
pydantic.Field(default=None)
|
|
27
|
-
)
|
|
23
|
+
client_order_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
28
24
|
"""
|
|
29
25
|
Custom client order identifier. Empty string if not specified
|
|
30
26
|
"""
|
|
@@ -49,16 +45,12 @@ class CreateCollateralStopLimitOrderResponse(UniversalBaseModel):
|
|
|
49
45
|
Timestamp of order creation in Unix format
|
|
50
46
|
"""
|
|
51
47
|
|
|
52
|
-
deal_money:
|
|
53
|
-
default=None
|
|
54
|
-
)
|
|
48
|
+
deal_money: typing.Optional[str] = pydantic.Field(default=None)
|
|
55
49
|
"""
|
|
56
50
|
Amount in money currency that is finished
|
|
57
51
|
"""
|
|
58
52
|
|
|
59
|
-
deal_stock:
|
|
60
|
-
default=None
|
|
61
|
-
)
|
|
53
|
+
deal_stock: typing.Optional[str] = pydantic.Field(default=None)
|
|
62
54
|
"""
|
|
63
55
|
Amount in stock currency that is finished
|
|
64
56
|
"""
|
|
@@ -73,9 +65,7 @@ class CreateCollateralStopLimitOrderResponse(UniversalBaseModel):
|
|
|
73
65
|
Remaining amount that must be finished
|
|
74
66
|
"""
|
|
75
67
|
|
|
76
|
-
deal_fee:
|
|
77
|
-
default=None
|
|
78
|
-
)
|
|
68
|
+
deal_fee: typing.Optional[str] = pydantic.Field(default=None)
|
|
79
69
|
"""
|
|
80
70
|
Fee in money that is paid when order is finished
|
|
81
71
|
"""
|
|
@@ -15,16 +15,12 @@ from .create_collateral_trigger_market_order_response_status import CreateCollat
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class CreateCollateralTriggerMarketOrderResponse(UniversalBaseModel):
|
|
18
|
-
order_id:
|
|
19
|
-
default=None
|
|
20
|
-
)
|
|
18
|
+
order_id: typing.Optional[int] = pydantic.Field(default=None)
|
|
21
19
|
"""
|
|
22
20
|
Unique order identifier
|
|
23
21
|
"""
|
|
24
22
|
|
|
25
|
-
client_order_id:
|
|
26
|
-
pydantic.Field(default=None)
|
|
27
|
-
)
|
|
23
|
+
client_order_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
28
24
|
"""
|
|
29
25
|
Custom client order identifier. Empty string if not specified
|
|
30
26
|
"""
|
|
@@ -49,16 +45,12 @@ class CreateCollateralTriggerMarketOrderResponse(UniversalBaseModel):
|
|
|
49
45
|
Timestamp of order creation in Unix format
|
|
50
46
|
"""
|
|
51
47
|
|
|
52
|
-
deal_money:
|
|
53
|
-
default=None
|
|
54
|
-
)
|
|
48
|
+
deal_money: typing.Optional[str] = pydantic.Field(default=None)
|
|
55
49
|
"""
|
|
56
50
|
Amount in money currency that is finished
|
|
57
51
|
"""
|
|
58
52
|
|
|
59
|
-
deal_stock:
|
|
60
|
-
default=None
|
|
61
|
-
)
|
|
53
|
+
deal_stock: typing.Optional[str] = pydantic.Field(default=None)
|
|
62
54
|
"""
|
|
63
55
|
Amount in stock currency that is finished
|
|
64
56
|
"""
|
|
@@ -73,9 +65,7 @@ class CreateCollateralTriggerMarketOrderResponse(UniversalBaseModel):
|
|
|
73
65
|
Remaining amount that must be finished
|
|
74
66
|
"""
|
|
75
67
|
|
|
76
|
-
deal_fee:
|
|
77
|
-
default=None
|
|
78
|
-
)
|
|
68
|
+
deal_fee: typing.Optional[str] = pydantic.Field(default=None)
|
|
79
69
|
"""
|
|
80
70
|
Fee in money that is paid when order is finished
|
|
81
71
|
"""
|
|
@@ -12,7 +12,7 @@ from .get_conditional_orders_response_records_item_oco_stop_loss_position_side i
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
class GetConditionalOrdersResponseRecordsItemOcoStopLoss(UniversalBaseModel):
|
|
15
|
-
order_id:
|
|
15
|
+
order_id: typing.Optional[int] = None
|
|
16
16
|
position_side: typing_extensions.Annotated[
|
|
17
17
|
typing.Optional[GetConditionalOrdersResponseRecordsItemOcoStopLossPositionSide],
|
|
18
18
|
FieldMetadata(alias="positionSide"),
|
|
@@ -12,7 +12,7 @@ from .get_conditional_orders_response_records_item_oco_take_profit_position_side
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
class GetConditionalOrdersResponseRecordsItemOcoTakeProfit(UniversalBaseModel):
|
|
15
|
-
order_id:
|
|
15
|
+
order_id: typing.Optional[int] = None
|
|
16
16
|
position_side: typing_extensions.Annotated[
|
|
17
17
|
typing.Optional[GetConditionalOrdersResponseRecordsItemOcoTakeProfitPositionSide],
|
|
18
18
|
FieldMetadata(alias="positionSide"),
|
|
@@ -12,8 +12,8 @@ from .get_conditional_orders_response_records_item_oto_conditional_order_positio
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
class GetConditionalOrdersResponseRecordsItemOtoConditionalOrder(UniversalBaseModel):
|
|
15
|
-
order_id:
|
|
16
|
-
client_order_id:
|
|
15
|
+
order_id: typing.Optional[int] = None
|
|
16
|
+
client_order_id: typing.Optional[str] = None
|
|
17
17
|
market: typing.Optional[str] = None
|
|
18
18
|
position_side: typing_extensions.Annotated[
|
|
19
19
|
typing.Optional[GetConditionalOrdersResponseRecordsItemOtoConditionalOrderPositionSide],
|