LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
datamaxi/__init__.py
datamaxi/__version__.py
datamaxi/_dispatch.py
datamaxi/_endpoints.py
datamaxi/_retry.py
datamaxi/api.py
datamaxi/error.py
datamaxi/py.typed
datamaxi.egg-info/PKG-INFO
datamaxi.egg-info/SOURCES.txt
datamaxi.egg-info/dependency_links.txt
datamaxi.egg-info/requires.txt
datamaxi.egg-info/top_level.txt
datamaxi/aio/__init__.py
datamaxi/aio/_core.py
datamaxi/aio/cex.py
datamaxi/aio/forex.py
datamaxi/aio/funding_rate.py
datamaxi/aio/index_price.py
datamaxi/aio/liquidation.py
datamaxi/aio/margin_borrow.py
datamaxi/aio/naver.py
datamaxi/aio/open_interest.py
datamaxi/aio/premium.py
datamaxi/aio/telegram.py
datamaxi/lib/__init__.py
datamaxi/lib/constants.py
datamaxi/lib/utils.py
datamaxi/naver/__init__.py
datamaxi/resources/__init__.py
datamaxi/resources/cex.py
datamaxi/resources/cex_announcement.py
datamaxi/resources/cex_candle.py
datamaxi/resources/cex_fee.py
datamaxi/resources/cex_symbol.py
datamaxi/resources/cex_ticker.py
datamaxi/resources/cex_token.py
datamaxi/resources/cex_wallet_status.py
datamaxi/resources/forex.py
datamaxi/resources/funding_rate.py
datamaxi/resources/index_price.py
datamaxi/resources/liquidation.py
datamaxi/resources/margin_borrow.py
datamaxi/resources/open_interest.py
datamaxi/resources/premium.py
datamaxi/resources/responses.py
datamaxi/resources/utils.py
datamaxi/telegram/__init__.py
requirements/common.txt
tests/test_api.py
tests/test_async.py
tests/test_async_resources.py
tests/test_call.py
tests/test_cex.py
tests/test_cex_announcement.py
tests/test_cex_candle.py
tests/test_cex_fee.py
tests/test_cex_symbol.py
tests/test_cex_ticker.py
tests/test_cex_token.py
tests/test_cex_wallet_status.py
tests/test_endpoint_param_coverage.py
tests/test_error.py
tests/test_forex.py
tests/test_funding_rate.py
tests/test_index_price.py
tests/test_integration.py
tests/test_last_response.py
tests/test_liquidation_open_interest.py
tests/test_margin_borrow.py
tests/test_naver.py
tests/test_premium.py
tests/test_premium_shaping_shared.py
tests/test_query_params.py
tests/test_repr_and_lazy_pandas.py
tests/test_resources_utils.py
tests/test_response_models.py
tests/test_retry.py
tests/test_retry_policy.py
tests/test_telegram.py