LICENSE
README.md
pyproject.toml
src/typed_aster/__init__.py
src/typed_aster/__init__.pyi
src/typed_aster/main.py
src/typed_aster/py.typed
src/typed_aster/schemas.py
src/typed_aster.egg-info/PKG-INFO
src/typed_aster.egg-info/SOURCES.txt
src/typed_aster.egg-info/dependency_links.txt
src/typed_aster.egg-info/requires.txt
src/typed_aster.egg-info/top_level.txt
src/typed_aster/chain/__init__.py
src/typed_aster/chain/account/__init__.py
src/typed_aster/chain/account/modify_status.py
src/typed_aster/chain/account/status.py
src/typed_aster/chain/account/transfer.py
src/typed_aster/chain/perp/__init__.py
src/typed_aster/chain/perp/deposit_withdraw_history.py
src/typed_aster/chain/perp/solana_withdraw.py
src/typed_aster/chain/perp/transfer.py
src/typed_aster/chain/perp/withdraw.py
src/typed_aster/chain/perp/withdraw_info.py
src/typed_aster/chain/rpc/__init__.py
src/typed_aster/chain/rpc/get_balance.py
src/typed_aster/chain/rpc/open_orders.py
src/typed_aster/chain/rpc/schemas.py
src/typed_aster/chain/rpc/spot_open_orders.py
src/typed_aster/chain/rpc/spot_user_fills.py
src/typed_aster/chain/rpc/user_fills.py
src/typed_aster/chain/spot/__init__.py
src/typed_aster/chain/spot/deposit_address.py
src/typed_aster/chain/spot/solana_withdraw.py
src/typed_aster/chain/spot/transfer.py
src/typed_aster/chain/spot/withdraw.py
src/typed_aster/chain/staking/__init__.py
src/typed_aster/chain/staking/claim_rewards.py
src/typed_aster/chain/staking/claimable_rewards.py
src/typed_aster/chain/staking/create.py
src/typed_aster/chain/staking/deposit.py
src/typed_aster/chain/staking/locked_aster.py
src/typed_aster/chain/staking/my_staking.py
src/typed_aster/chain/staking/stake_account_status.py
src/typed_aster/chain/staking/update_lock_period.py
src/typed_aster/chain/wallet/__init__.py
src/typed_aster/chain/wallet/estimate_withdraw_fee.py
src/typed_aster/core/__init__.py
src/typed_aster/core/__init__.pyi
src/typed_aster/core/auth.py
src/typed_aster/core/base.py
src/typed_aster/core/envelope.py
src/typed_aster/core/exc.py
src/typed_aster/core/types.py
src/typed_aster/core/urls.py
src/typed_aster/core/endpoint/__init__.py
src/typed_aster/core/endpoint/jsonrpc.py
src/typed_aster/core/endpoint/rpc.py
src/typed_aster/core/endpoint/stream.py
src/typed_aster/core/endpoint/user_stream.py
src/typed_aster/core/endpoint/wire.py
src/typed_aster/core/transport/__init__.py
src/typed_aster/core/transport/http.py
src/typed_aster/core/transport/jsonrpc.py
src/typed_aster/core/transport/ws/__init__.py
src/typed_aster/core/transport/ws/streams.py
src/typed_aster/core/transport/ws/user_stream.py
src/typed_aster/futures/__init__.py
src/typed_aster/futures/account/__init__.py
src/typed_aster/futures/account/asset_exchange.py
src/typed_aster/futures/account/balance.py
src/typed_aster/futures/account/commission_rate.py
src/typed_aster/futures/account/income.py
src/typed_aster/futures/account/info.py
src/typed_aster/futures/account/info_with_join_margin.py
src/typed_aster/futures/account/leverage_brackets.py
src/typed_aster/futures/account/multi_assets_margin.py
src/typed_aster/futures/account/position_mode.py
src/typed_aster/futures/account/schemas.py
src/typed_aster/futures/account/set_leverage.py
src/typed_aster/futures/account/set_margin_type.py
src/typed_aster/futures/account/set_multi_assets_margin.py
src/typed_aster/futures/account/set_position_mode.py
src/typed_aster/futures/account/set_stp_mode.py
src/typed_aster/futures/account/stp_mode.py
src/typed_aster/futures/agents/__init__.py
src/typed_aster/futures/agents/approve.py
src/typed_aster/futures/agents/delete.py
src/typed_aster/futures/agents/list.py
src/typed_aster/futures/agents/register.py
src/typed_aster/futures/agents/update.py
src/typed_aster/futures/announcement/__init__.py
src/typed_aster/futures/announcement/direct.py
src/typed_aster/futures/announcement/direct_by_id.py
src/typed_aster/futures/announcement/schemas.py
src/typed_aster/futures/builder_users/__init__.py
src/typed_aster/futures/builder_users/accounts.py
src/typed_aster/futures/builder_users/all_orders.py
src/typed_aster/futures/builder_users/approved.py
src/typed_aster/futures/builder_users/balances.py
src/typed_aster/futures/builder_users/commission_rates.py
src/typed_aster/futures/builder_users/open_orders.py
src/typed_aster/futures/builder_users/position_risk.py
src/typed_aster/futures/builder_users/schemas.py
src/typed_aster/futures/builder_users/trades.py
src/typed_aster/futures/builders/__init__.py
src/typed_aster/futures/builders/approve.py
src/typed_aster/futures/builders/delete.py
src/typed_aster/futures/builders/list.py
src/typed_aster/futures/builders/update.py
src/typed_aster/futures/listen_key/__init__.py
src/typed_aster/futures/listen_key/close.py
src/typed_aster/futures/listen_key/keepalive.py
src/typed_aster/futures/listen_key/start.py
src/typed_aster/futures/market/__init__.py
src/typed_aster/futures/market/agg_trades.py
src/typed_aster/futures/market/asset_logos.py
src/typed_aster/futures/market/book_ticker.py
src/typed_aster/futures/market/depth.py
src/typed_aster/futures/market/exchange_info.py
src/typed_aster/futures/market/funding_info.py
src/typed_aster/futures/market/funding_rate.py
src/typed_aster/futures/market/historical_trades.py
src/typed_aster/futures/market/index_price_klines.py
src/typed_aster/futures/market/index_references.py
src/typed_aster/futures/market/klines.py
src/typed_aster/futures/market/mark_price_klines.py
src/typed_aster/futures/market/market_klines.py
src/typed_aster/futures/market/ping.py
src/typed_aster/futures/market/premium_index.py
src/typed_aster/futures/market/remaining_openable_notional_value.py
src/typed_aster/futures/market/schemas.py
src/typed_aster/futures/market/ticker_24hr.py
src/typed_aster/futures/market/ticker_price.py
src/typed_aster/futures/market/time.py
src/typed_aster/futures/market/trades.py
src/typed_aster/futures/mmp/__init__.py
src/typed_aster/futures/mmp/delete.py
src/typed_aster/futures/mmp/get.py
src/typed_aster/futures/mmp/reset.py
src/typed_aster/futures/mmp/set.py
src/typed_aster/futures/position/__init__.py
src/typed_aster/futures/position/adl_quantile.py
src/typed_aster/futures/position/margin_history.py
src/typed_aster/futures/position/risk.py
src/typed_aster/futures/position/schemas.py
src/typed_aster/futures/position/set_margin.py
src/typed_aster/futures/strategy/__init__.py
src/typed_aster/futures/strategy/history.py
src/typed_aster/futures/strategy/open_orders.py
src/typed_aster/futures/strategy/place.py
src/typed_aster/futures/strategy/schemas.py
src/typed_aster/futures/strategy/update.py
src/typed_aster/futures/streams/__init__.py
src/typed_aster/futures/streams/agg_trade.py
src/typed_aster/futures/streams/all_book_tickers.py
src/typed_aster/futures/streams/all_force_orders.py
src/typed_aster/futures/streams/all_mark_price.py
src/typed_aster/futures/streams/all_mark_price_1s.py
src/typed_aster/futures/streams/all_mini_tickers.py
src/typed_aster/futures/streams/all_tickers.py
src/typed_aster/futures/streams/book_ticker.py
src/typed_aster/futures/streams/diff_depth.py
src/typed_aster/futures/streams/diff_depth_speed.py
src/typed_aster/futures/streams/force_order.py
src/typed_aster/futures/streams/kline.py
src/typed_aster/futures/streams/mark_price.py
src/typed_aster/futures/streams/mark_price_1s.py
src/typed_aster/futures/streams/mini_ticker.py
src/typed_aster/futures/streams/partial_depth.py
src/typed_aster/futures/streams/partial_depth_speed.py
src/typed_aster/futures/streams/schemas.py
src/typed_aster/futures/streams/ticker.py
src/typed_aster/futures/streams/trade_pro.py
src/typed_aster/futures/sub_accounts/__init__.py
src/typed_aster/futures/sub_accounts/bind.py
src/typed_aster/futures/sub_accounts/create.py
src/typed_aster/futures/sub_accounts/list.py
src/typed_aster/futures/sub_accounts/transfer.py
src/typed_aster/futures/sub_accounts/update.py
src/typed_aster/futures/trade/__init__.py
src/typed_aster/futures/trade/all_orders.py
src/typed_aster/futures/trade/cancel_all_open_orders.py
src/typed_aster/futures/trade/cancel_batch_orders.py
src/typed_aster/futures/trade/cancel_order.py
src/typed_aster/futures/trade/chase_order.py
src/typed_aster/futures/trade/countdown_cancel_all.py
src/typed_aster/futures/trade/force_orders.py
src/typed_aster/futures/trade/guarded_cancel_batch_orders.py
src/typed_aster/futures/trade/guarded_cancel_order.py
src/typed_aster/futures/trade/modify_batch_orders.py
src/typed_aster/futures/trade/modify_order.py
src/typed_aster/futures/trade/noop.py
src/typed_aster/futures/trade/open_order.py
src/typed_aster/futures/trade/open_orders.py
src/typed_aster/futures/trade/order.py
src/typed_aster/futures/trade/place_batch_orders.py
src/typed_aster/futures/trade/place_order.py
src/typed_aster/futures/trade/schemas.py
src/typed_aster/futures/trade/test_order.py
src/typed_aster/futures/trade/user_trades.py
src/typed_aster/futures/user_stream/__init__.py
src/typed_aster/futures/user_stream/events.py
src/typed_aster/futures/user_stream/schemas.py
src/typed_aster/futures/wallet/__init__.py
src/typed_aster/futures/wallet/deposit_withdraw_history.py
src/typed_aster/futures/wallet/migrate.py
src/typed_aster/futures/wallet/migrate_history.py
src/typed_aster/futures/wallet/solana_withdraw.py
src/typed_aster/futures/wallet/transfer.py
src/typed_aster/futures/wallet/withdraw.py
src/typed_aster/futures/wallet/withdraw_info.py
src/typed_aster/prediction/__init__.py
src/typed_aster/prediction/account/__init__.py
src/typed_aster/prediction/account/commission_rate.py
src/typed_aster/prediction/account/info.py
src/typed_aster/prediction/account/transaction_history.py
src/typed_aster/prediction/listen_key/__init__.py
src/typed_aster/prediction/listen_key/close.py
src/typed_aster/prediction/listen_key/keepalive.py
src/typed_aster/prediction/listen_key/start.py
src/typed_aster/prediction/market/__init__.py
src/typed_aster/prediction/market/agg_trades.py
src/typed_aster/prediction/market/book_ticker.py
src/typed_aster/prediction/market/depth.py
src/typed_aster/prediction/market/exchange_info.py
src/typed_aster/prediction/market/historical_trades.py
src/typed_aster/prediction/market/klines.py
src/typed_aster/prediction/market/ping.py
src/typed_aster/prediction/market/schemas.py
src/typed_aster/prediction/market/ticker_24hr.py
src/typed_aster/prediction/market/ticker_price.py
src/typed_aster/prediction/market/time.py
src/typed_aster/prediction/market/trades.py
src/typed_aster/prediction/outcomes/__init__.py
src/typed_aster/prediction/outcomes/burn.py
src/typed_aster/prediction/outcomes/merge.py
src/typed_aster/prediction/outcomes/mint.py
src/typed_aster/prediction/outcomes/schemas.py
src/typed_aster/prediction/outcomes/split.py
src/typed_aster/prediction/positions/__init__.py
src/typed_aster/prediction/positions/history.py
src/typed_aster/prediction/positions/list.py
src/typed_aster/prediction/positions/settlements.py
src/typed_aster/prediction/streams/__init__.py
src/typed_aster/prediction/streams/agg_trade.py
src/typed_aster/prediction/streams/all_book_tickers.py
src/typed_aster/prediction/streams/all_mini_tickers.py
src/typed_aster/prediction/streams/all_tickers.py
src/typed_aster/prediction/streams/book_ticker.py
src/typed_aster/prediction/streams/diff_depth.py
src/typed_aster/prediction/streams/event.py
src/typed_aster/prediction/streams/kline.py
src/typed_aster/prediction/streams/mini_ticker.py
src/typed_aster/prediction/streams/partial_depth.py
src/typed_aster/prediction/streams/ticker.py
src/typed_aster/prediction/streams/trade.py
src/typed_aster/prediction/streams/trade_pro.py
src/typed_aster/prediction/trade/__init__.py
src/typed_aster/prediction/trade/all_orders.py
src/typed_aster/prediction/trade/cancel_all_open_orders.py
src/typed_aster/prediction/trade/cancel_order.py
src/typed_aster/prediction/trade/noop.py
src/typed_aster/prediction/trade/open_order.py
src/typed_aster/prediction/trade/open_orders.py
src/typed_aster/prediction/trade/order.py
src/typed_aster/prediction/trade/place_order.py
src/typed_aster/prediction/trade/schemas.py
src/typed_aster/prediction/trade/user_trades.py
src/typed_aster/prediction/user_stream/__init__.py
src/typed_aster/prediction/user_stream/events.py
src/typed_aster/prediction/wallet/__init__.py
src/typed_aster/prediction/wallet/deposit_address.py
src/typed_aster/prediction/wallet/estimate_withdraw_fee.py
src/typed_aster/prediction/wallet/solana_withdraw.py
src/typed_aster/prediction/wallet/transfer.py
src/typed_aster/prediction/wallet/withdraw.py
src/typed_aster/spot/__init__.py
src/typed_aster/spot/account/__init__.py
src/typed_aster/spot/account/commission_rate.py
src/typed_aster/spot/account/info.py
src/typed_aster/spot/account/transaction_history.py
src/typed_aster/spot/builders/__init__.py
src/typed_aster/spot/builders/approve.py
src/typed_aster/spot/builders/delete.py
src/typed_aster/spot/builders/list.py
src/typed_aster/spot/builders/update.py
src/typed_aster/spot/listen_key/__init__.py
src/typed_aster/spot/listen_key/close.py
src/typed_aster/spot/listen_key/keepalive.py
src/typed_aster/spot/listen_key/start.py
src/typed_aster/spot/market/__init__.py
src/typed_aster/spot/market/agg_trades.py
src/typed_aster/spot/market/book_ticker.py
src/typed_aster/spot/market/depth.py
src/typed_aster/spot/market/exchange_info.py
src/typed_aster/spot/market/historical_trades.py
src/typed_aster/spot/market/klines.py
src/typed_aster/spot/market/ping.py
src/typed_aster/spot/market/schemas.py
src/typed_aster/spot/market/ticker_24hr.py
src/typed_aster/spot/market/ticker_24hr_opt.py
src/typed_aster/spot/market/ticker_price.py
src/typed_aster/spot/market/time.py
src/typed_aster/spot/market/trades.py
src/typed_aster/spot/streams/__init__.py
src/typed_aster/spot/streams/agg_trade.py
src/typed_aster/spot/streams/all_book_tickers.py
src/typed_aster/spot/streams/all_mini_tickers.py
src/typed_aster/spot/streams/all_tickers.py
src/typed_aster/spot/streams/book_ticker.py
src/typed_aster/spot/streams/diff_depth.py
src/typed_aster/spot/streams/kline.py
src/typed_aster/spot/streams/mini_ticker.py
src/typed_aster/spot/streams/partial_depth.py
src/typed_aster/spot/streams/ticker.py
src/typed_aster/spot/streams/trade.py
src/typed_aster/spot/streams/trade_pro.py
src/typed_aster/spot/trade/__init__.py
src/typed_aster/spot/trade/all_orders.py
src/typed_aster/spot/trade/cancel_all_open_orders.py
src/typed_aster/spot/trade/cancel_batch_orders.py
src/typed_aster/spot/trade/cancel_order.py
src/typed_aster/spot/trade/noop.py
src/typed_aster/spot/trade/open_order.py
src/typed_aster/spot/trade/open_orders.py
src/typed_aster/spot/trade/order.py
src/typed_aster/spot/trade/place_batch_orders.py
src/typed_aster/spot/trade/place_order.py
src/typed_aster/spot/trade/schemas.py
src/typed_aster/spot/trade/user_trades.py
src/typed_aster/spot/user_stream/__init__.py
src/typed_aster/spot/user_stream/events.py
src/typed_aster/spot/wallet/__init__.py
src/typed_aster/spot/wallet/deposit_address.py
src/typed_aster/spot/wallet/estimate_withdraw_fee.py
src/typed_aster/spot/wallet/solana_withdraw.py
src/typed_aster/spot/wallet/transfer.py
src/typed_aster/spot/wallet/withdraw.py