.dockerignore
.env.test
.gitignore
Dockerfile
README.md
mkdocs.yml
pyproject.toml
pytest.ini
uv.lock
.buildkite/pipeline.yml
.github/workflows/static.yml
docs/changelog.md
docs/index.md
docs/reference.md
docs/examples/account_history.md
docs/examples/account_management.md
docs/examples/market_data.md
docs/examples/signatures.md
docs/examples/trading.md
docs/examples/tradingview.md
docs/guides/advanced_usage.md
docs/guides/async_migration.md
docs/guides/best_practices.md
docs/guides/installation.md
docs/guides/link_signers.md
docs/guides/quickstart.md
docs/guides/websockets.md
docs/images/favicon.png
docs/images/favicon.svg
docs/images/logo.svg
docs/stylesheets/extra.css
ethereal/__init__.py
ethereal/async_rest_client.py
ethereal/async_ws_client.py
ethereal/base_client.py
ethereal/chain_client.py
ethereal/constants.py
ethereal/py.typed
ethereal/rest_client.py
ethereal/rest_client.pyi
ethereal/ws_client.py
ethereal/contracts/13374201/ExchangeGateway.json
ethereal/contracts/13374202/ExchangeGateway.json
ethereal/contracts/31337/ExchangeGateway.json
ethereal/contracts/5064014/ExchangeGateway.json
ethereal/contracts/common/ERC20.json
ethereal/contracts/common/WUSDe.json
ethereal/models/__init__.py
ethereal/models/archive.py
ethereal/models/config.py
ethereal/models/rest.py
ethereal/models/tv.py
ethereal/models/devnet/archive.py
ethereal/models/devnet/rest.py
ethereal/models/devnet/tv.py
ethereal/models/mainnet/archive.py
ethereal/models/mainnet/rest.py
ethereal/models/mainnet/tv.py
ethereal/models/testnet/archive.py
ethereal/models/testnet/rest.py
ethereal/models/testnet/tv.py
ethereal/rest/__init__.py
ethereal/rest/async_http_client.py
ethereal/rest/funding.py
ethereal/rest/http_client.py
ethereal/rest/linked_signer.py
ethereal/rest/order.py
ethereal/rest/position.py
ethereal/rest/product.py
ethereal/rest/referral.py
ethereal/rest/rpc.py
ethereal/rest/subaccount.py
ethereal/rest/token.py
ethereal/rest/tv.py
ethereal/rest/util.py
ethereal/ws/__init__.py
ethereal/ws/async_ws_base.py
ethereal/ws/utils.py
ethereal/ws/ws_base.py
ethereal_sdk.egg-info/PKG-INFO
ethereal_sdk.egg-info/SOURCES.txt
ethereal_sdk.egg-info/dependency_links.txt
ethereal_sdk.egg-info/requires.txt
ethereal_sdk.egg-info/top_level.txt
examples/cli.py
scripts/check_test_account.py
scripts/generate_changelog.py
scripts/generate_docstrings.py
scripts/generate_sync_client.py
scripts/generate_types.py
scripts/setup_test_account.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/smoke_test.py
tests/test_async_clients.py
tests/test_chain.py
tests/test_clients.py
tests/test_signing.py
tests/test_util.py
tests/rest/async/test_async_rest_info.py
tests/rest/async/test_async_rest_info_account.py
tests/rest/async/test_async_rest_orders.py
tests/rest/async/test_async_rest_orders_oto_oco.py
tests/rest/async/test_async_rest_position_liquidations.py
tests/rest/async/test_async_rest_signers.py
tests/rest/async/test_async_rest_subaccount_archive.py
tests/rest/async/test_async_rest_token.py
tests/rest/async/test_async_rest_tv.py
tests/rest/sync/test_sync_rest_info.py
tests/rest/sync/test_sync_rest_info_account.py
tests/rest/sync/test_sync_rest_orders.py
tests/rest/sync/test_sync_rest_orders_oto_oco.py
tests/rest/sync/test_sync_rest_position_liquidations.py
tests/rest/sync/test_sync_rest_signers.py
tests/rest/sync/test_sync_rest_subaccount_archive.py
tests/rest/sync/test_sync_rest_token.py
tests/rest/sync/test_sync_rest_tv.py
tests/ws/test_async_ws_base.py
tests/ws/test_async_ws_client.py
tests/ws/test_ws_base.py
tests/ws/test_ws_client.py
tests/ws/test_ws_event_routing.py