LICENSE
README.md
setup.py
odyssey_exchange_api/clients/__init__.py
odyssey_exchange_api/clients/async_client.py
odyssey_exchange_api/clients/client.py
odyssey_exchange_api/clients/sync_client.py
odyssey_exchange_api/enums/__init__.py
odyssey_exchange_api/enums/futures/__init__.py
odyssey_exchange_api/enums/futures/contract_side.py
odyssey_exchange_api/enums/futures/contract_status.py
odyssey_exchange_api/enums/futures/contract_type.py
odyssey_exchange_api/enums/futures/order_side.py
odyssey_exchange_api/enums/futures/order_status.py
odyssey_exchange_api/enums/futures/order_type.py
odyssey_exchange_api/enums/futures/position_frozen_status.py
odyssey_exchange_api/enums/futures/position_model.py
odyssey_exchange_api/enums/futures/position_side.py
odyssey_exchange_api/enums/futures/position_status.py
odyssey_exchange_api/enums/futures/position_type.py
odyssey_exchange_api/enums/futures/time_in_force.py
odyssey_exchange_api/enums/futures/trigger_order_status.py
odyssey_exchange_api/enums/futures/trigger_type.py
odyssey_exchange_api/enums/spot/__init__.py
odyssey_exchange_api/enums/spot/order_side.py
odyssey_exchange_api/enums/spot/order_status.py
odyssey_exchange_api/enums/spot/order_type.py
odyssey_exchange_api/enums/websocket/__init__.py
odyssey_exchange_api/enums/websocket/event.py
odyssey_exchange_api/enums/websocket/order_side.py
odyssey_exchange_api/exceptions/__init__.py
odyssey_exchange_api/exceptions/base.py
odyssey_exchange_api/exceptions/general.py
odyssey_exchange_api/exceptions/other.py
odyssey_exchange_api/exceptions/rate_limit.py
odyssey_exchange_api/exceptions/request.py
odyssey_exchange_api/objects/__init__.py
odyssey_exchange_api/objects/futures/__init__.py
odyssey_exchange_api/objects/futures/account_coin_info.py
odyssey_exchange_api/objects/futures/account_position.py
odyssey_exchange_api/objects/futures/account_positions.py
odyssey_exchange_api/objects/futures/contract.py
odyssey_exchange_api/objects/futures/historical_commission.py
odyssey_exchange_api/objects/futures/index_tag_price.py
odyssey_exchange_api/objects/futures/kline_data.py
odyssey_exchange_api/objects/futures/my_trade.py
odyssey_exchange_api/objects/futures/order.py
odyssey_exchange_api/objects/futures/profit_and_loss.py
odyssey_exchange_api/objects/futures/server_time.py
odyssey_exchange_api/objects/futures/ticker_data.py
odyssey_exchange_api/objects/futures/trigger_order.py
odyssey_exchange_api/objects/spot/__init__.py
odyssey_exchange_api/objects/spot/asset_balance.py
odyssey_exchange_api/objects/spot/asset_pair.py
odyssey_exchange_api/objects/spot/kline_data.py
odyssey_exchange_api/objects/spot/my_trade.py
odyssey_exchange_api/objects/spot/order.py
odyssey_exchange_api/objects/spot/recent_trade.py
odyssey_exchange_api/objects/spot/server_time.py
odyssey_exchange_api/objects/spot/single_batch_order.py
odyssey_exchange_api/objects/spot/ticker_data.py
odyssey_exchange_api/objects/websocket/__init__.py
odyssey_exchange_api/objects/websocket/full_depth.py
odyssey_exchange_api/objects/websocket/history_trade.py
odyssey_exchange_api/objects/websocket/kline.py
odyssey_exchange_api/objects/websocket/ticker.py
odyssey_exchange_api/odyssey_exchange_api.egg-info/PKG-INFO
odyssey_exchange_api/odyssey_exchange_api.egg-info/SOURCES.txt
odyssey_exchange_api/odyssey_exchange_api.egg-info/dependency_links.txt
odyssey_exchange_api/odyssey_exchange_api.egg-info/requires.txt
odyssey_exchange_api/odyssey_exchange_api.egg-info/top_level.txt
odyssey_exchange_api/requests/__init__.py
odyssey_exchange_api/requests/base.py
odyssey_exchange_api/requests/futures/__init__.py
odyssey_exchange_api/requests/futures/account_info.py
odyssey_exchange_api/requests/futures/cancel_order.py
odyssey_exchange_api/requests/futures/cancel_trigger_order.py
odyssey_exchange_api/requests/futures/change_leverage.py
odyssey_exchange_api/requests/futures/change_margin_model.py
odyssey_exchange_api/requests/futures/change_position_model.py
odyssey_exchange_api/requests/futures/contracts_list.py
odyssey_exchange_api/requests/futures/create_condition_order.py
odyssey_exchange_api/requests/futures/create_order.py
odyssey_exchange_api/requests/futures/current_trigger_orders.py
odyssey_exchange_api/requests/futures/depth.py
odyssey_exchange_api/requests/futures/historical_commission.py
odyssey_exchange_api/requests/futures/index_tag.py
odyssey_exchange_api/requests/futures/kline_data.py
odyssey_exchange_api/requests/futures/my_trades.py
odyssey_exchange_api/requests/futures/open_orders.py
odyssey_exchange_api/requests/futures/order_information.py
odyssey_exchange_api/requests/futures/ping.py
odyssey_exchange_api/requests/futures/profit_and_loss.py
odyssey_exchange_api/requests/futures/server_time.py
odyssey_exchange_api/requests/futures/ticker_data.py
odyssey_exchange_api/requests/spot/__init__.py
odyssey_exchange_api/requests/spot/account_info.py
odyssey_exchange_api/requests/spot/batch_cancel_order.py
odyssey_exchange_api/requests/spot/batch_orders.py
odyssey_exchange_api/requests/spot/cancel_order.py
odyssey_exchange_api/requests/spot/create_order.py
odyssey_exchange_api/requests/spot/depth.py
odyssey_exchange_api/requests/spot/kline_data.py
odyssey_exchange_api/requests/spot/my_trades.py
odyssey_exchange_api/requests/spot/open_orders.py
odyssey_exchange_api/requests/spot/pair_list.py
odyssey_exchange_api/requests/spot/ping.py
odyssey_exchange_api/requests/spot/query_order.py
odyssey_exchange_api/requests/spot/recent_trades.py
odyssey_exchange_api/requests/spot/server_time.py
odyssey_exchange_api/requests/spot/test_create_order.py
odyssey_exchange_api/requests/spot/ticker_data.py
odyssey_exchange_api/requests/websockets/__init__.py
odyssey_exchange_api/requests/websockets/full_depth.py
odyssey_exchange_api/requests/websockets/history_trade.py
odyssey_exchange_api/requests/websockets/kline_history.py
odyssey_exchange_api/requests/websockets/kline_market.py
odyssey_exchange_api/requests/websockets/market_ticker.py
odyssey_exchange_api/requests/websockets/ping.py
odyssey_exchange_api/requests/websockets/real_time_trade.py
odyssey_exchange_api/responses/__init__.py
odyssey_exchange_api/responses/futures/__init__.py
odyssey_exchange_api/responses/futures/account_info.py
odyssey_exchange_api/responses/futures/create_condition_order.py
odyssey_exchange_api/responses/futures/current_trigger_orders.py
odyssey_exchange_api/responses/futures/depth.py
odyssey_exchange_api/responses/futures/order_id.py
odyssey_exchange_api/responses/spot/__init__.py
odyssey_exchange_api/responses/spot/account_info.py
odyssey_exchange_api/responses/spot/batch_cancel_order.py
odyssey_exchange_api/responses/spot/batch_orders.py
odyssey_exchange_api/responses/spot/cancel_order.py
odyssey_exchange_api/responses/spot/depth.py
odyssey_exchange_api/responses/spot/pair_list.py
odyssey_exchange_api/responses/websocket/__init__.py
odyssey_exchange_api/responses/websocket/base.py
odyssey_exchange_api/responses/websocket/full_depth.py
odyssey_exchange_api/responses/websocket/kline_history.py
odyssey_exchange_api/responses/websocket/ping.py
odyssey_exchange_api/responses/websocket/real_time_trade.py
odyssey_exchange_api/responses/websocket/request_history_trade.py
odyssey_exchange_api/responses/websocket/ticker.py
odyssey_exchange_api/utils/__init__.py
odyssey_exchange_api/utils/resolve_websocket_response_class.py