{"library":"python-kraken-sdk","title":"python-kraken-sdk","description":"A comprehensive Python SDK for the Kraken cryptocurrency exchange, providing both REST and WebSocket clients for Spot and Futures trading. Version 3.2.8 requires Python >=3.11. Released monthly.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install python-kraken-sdk"],"cli":null},"imports":["from kraken.spot import KrakenSpot","from kraken.futures import KrakenFutures","from kraken.spot import KrakenSpotWS","from kraken.spot import Market"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom kraken.spot import KrakenSpot\n\napi_key = os.environ.get('KRAKEN_API_KEY', '')\nsecret_key = os.environ.get('KRAKEN_SECRET_KEY', '')\n\nclient = KrakenSpot(api_key=api_key, secret_key=secret_key)\nprint(client.get_account_balance())","lang":"python","description":"Initialize a Spot client and fetch account balance (requires API keys).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}