.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
setup.py
.github/codecov.yml
.github/pull_request_template.md
.github/release.yaml
.github/self-review.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/_build.yaml
.github/workflows/_build_doc.yaml
.github/workflows/_codecov.yaml
.github/workflows/_codeql.yaml
.github/workflows/_pre_commit.yaml
.github/workflows/_pypi_publish.yaml
.github/workflows/_test_futures_private.yaml
.github/workflows/_test_futures_public.yaml
.github/workflows/_test_spot_private.yaml
.github/workflows/_test_spot_public.yaml
.github/workflows/cicd.yaml
.github/workflows/codeql.yaml
.github/workflows/manual_build.yaml
.github/workflows/manual_codeql.yaml
.github/workflows/manual_pre_commit.yaml
.github/workflows/manual_test_futures.yaml
.github/workflows/manual_test_spot.yaml
.github/workflows/release.yaml
docs/Makefile
docs/conf.py
docs/index.rst
docs/links.rst
docs/make.bat
docs/requirements.txt
docs/src/introduction.rst
docs/src/issues.rst
docs/src/about/license.rst
docs/src/base_api/base_api.rst
docs/src/examples/futures_bot_template.rst
docs/src/examples/futures_ws_examples.rst
docs/src/examples/spot_bot_templates.rst
docs/src/examples/spot_orderbook.rst
docs/src/examples/spot_ws_examples.rst
docs/src/examples/trading_bot_templates.rst
docs/src/futures/rest.rst
docs/src/futures/websockets.rst
docs/src/getting_started/getting_started.rst
docs/src/krakenexceptions/krakenexceptions.rst
docs/src/spot/rest.rst
docs/src/spot/websockets.rst
examples/futures_examples.py
examples/futures_trading_bot_template.py
examples/futures_ws_examples.py
examples/market_client_example.ipynb
examples/spot_examples.py
examples/spot_orderbook.py
examples/spot_trading_bot_template_v1.py
examples/spot_trading_bot_template_v2.py
examples/spot_ws_examples_v1.py
examples/spot_ws_examples_v2.py
kraken/__init__.py
kraken/_version.py
kraken/base_api/__init__.py
kraken/exceptions/__init__.py
kraken/futures/__init__.py
kraken/futures/funding.py
kraken/futures/market.py
kraken/futures/trade.py
kraken/futures/user.py
kraken/futures/ws_client.py
kraken/futures/websocket/__init__.py
kraken/spot/__init__.py
kraken/spot/funding.py
kraken/spot/market.py
kraken/spot/orderbook.py
kraken/spot/staking.py
kraken/spot/trade.py
kraken/spot/user.py
kraken/spot/websocket_v1.py
kraken/spot/websocket_v2.py
kraken/spot/websocket/__init__.py
kraken/spot/websocket/connectors.py
python_kraken_sdk.egg-info/PKG-INFO
python_kraken_sdk.egg-info/SOURCES.txt
python_kraken_sdk.egg-info/dependency_links.txt
python_kraken_sdk.egg-info/requires.txt
python_kraken_sdk.egg-info/top_level.txt
tests/__init__.py
tests/futures/__init__.py
tests/futures/conftest.py
tests/futures/helper.py
tests/futures/test_futures_base_api.py
tests/futures/test_futures_funding.py
tests/futures/test_futures_market.py
tests/futures/test_futures_trade.py
tests/futures/test_futures_user.py
tests/futures/test_futures_websocket.py
tests/spot/__init__.py
tests/spot/conftest.py
tests/spot/helper.py
tests/spot/test_spot_base_api.py
tests/spot/test_spot_funding.py
tests/spot/test_spot_market.py
tests/spot/test_spot_orderbook.py
tests/spot/test_spot_staking.py
tests/spot/test_spot_trade.py
tests/spot/test_spot_user.py
tests/spot/test_spot_websocket_internals.py
tests/spot/test_spot_websocket_v1.py
tests/spot/test_spot_websocket_v2.py
tests/spot/fixture/orderbook.json