diff --git a/dev/sphinx/source/readme.md b/dev/sphinx/source/readme.md index 61ea587..7773e47 100644 --- a/dev/sphinx/source/readme.md +++ b/dev/sphinx/source/readme.md @@ -31,7 +31,7 @@ [Notifications](#receive-notifications) | [Bugs](#how-to-report-bugs-or-suggest-improvements) | [Contributing](#contributing) | [Disclaimer](#disclaimer) | [Commercial Support](#commercial-support) -A Python API by [LUCIT](https://www.lucit.tech) to use the Binance REST API`s (com+testnet, com-margin+testnet, +A Python SDK by [LUCIT](https://www.lucit.tech) to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr) in a easy, fast, flexible, robust and fully-featured way. Part of ['UNICORN Binance Suite'](https://www.lucit.tech/unicorn-binance-suite.html). diff --git a/docs/_modules/index.html b/docs/_modules/index.html index f6c5fdf..37f5749 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -250,7 +250,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/_modules/unicorn_binance_rest_api/manager.html b/docs/_modules/unicorn_binance_rest_api/manager.html index a2fc14b..1d6ec1a 100644 --- a/docs/_modules/unicorn_binance_rest_api/manager.html +++ b/docs/_modules/unicorn_binance_rest_api/manager.html @@ -184,14 +184,13 @@

Source code for unicorn_binance_rest_api.manager

# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -from lucit_licensing_python.manager import LucitLicensingManager -from lucit_licensing_python.exceptions import NoValidatedLucitLicense from operator import itemgetter from typing import Optional from urllib.parse import urlencode from .helpers import date_to_milliseconds, interval_to_milliseconds from .exceptions import BinanceAPIException, BinanceRequestException, BinanceWithdrawException, UnknownExchange, \ AlreadyStoppedError +from .licensing_manager import LucitLicensingManager, NoValidatedLucitLicense import colorama import cython import datetime @@ -8171,7 +8170,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/_sources/readme.md.txt b/docs/_sources/readme.md.txt index 61ea587..7773e47 100644 --- a/docs/_sources/readme.md.txt +++ b/docs/_sources/readme.md.txt @@ -31,7 +31,7 @@ [Notifications](#receive-notifications) | [Bugs](#how-to-report-bugs-or-suggest-improvements) | [Contributing](#contributing) | [Disclaimer](#disclaimer) | [Commercial Support](#commercial-support) -A Python API by [LUCIT](https://www.lucit.tech) to use the Binance REST API`s (com+testnet, com-margin+testnet, +A Python SDK by [LUCIT](https://www.lucit.tech) to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr) in a easy, fast, flexible, robust and fully-featured way. Part of ['UNICORN Binance Suite'](https://www.lucit.tech/unicorn-binance-suite.html). diff --git a/docs/changelog.html b/docs/changelog.html index 1b2c35d..023d7fb 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -947,7 +947,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/code_of_conduct.html b/docs/code_of_conduct.html index 3110947..9e36746 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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/contributing.html b/docs/contributing.html index b466639..1bc9ec9 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -334,7 +334,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/genindex.html b/docs/genindex.html index 3b11b85..a88b39c 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -1103,7 +1103,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/index.html b/docs/index.html index 6c67598..a9ef307 100644 --- a/docs/index.html +++ b/docs/index.html @@ -507,7 +507,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/license.html b/docs/license.html index 0204dda..1e7d743 100644 --- a/docs/license.html +++ b/docs/license.html @@ -409,7 +409,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/modules.html b/docs/modules.html index 7bda1b4..45e7893 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -635,7 +635,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/py-modindex.html b/docs/py-modindex.html index b2167c1..1e2abb1 100644 --- a/docs/py-modindex.html +++ b/docs/py-modindex.html @@ -287,7 +287,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/readme.html b/docs/readme.html index ea25c52..fa5e50b 100644 --- a/docs/readme.html +++ b/docs/readme.html @@ -264,7 +264,7 @@

UNICORN Binance REST APIDocumentation | Examples | Change Log | Wiki | Social | Notifications | Bugs | Contributing | Disclaimer | Commercial Support

-

A Python API by LUCIT to use the Binance REST API`s (com+testnet, com-margin+testnet, +

A Python SDK by LUCIT to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr) in a easy, fast, flexible, robust and fully-featured way.

Part of ‘UNICORN Binance Suite’.

Get help with the integration of the UNICORN Binance Suite modules from the @@ -855,7 +855,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/search.html b/docs/search.html index 392ed85..c0db754 100644 --- a/docs/search.html +++ b/docs/search.html @@ -227,7 +227,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/searchindex.js b/docs/searchindex.js index 13e4dd0..16b24e9 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["changelog", "code_of_conduct", "contributing", "index", "license", "modules", "readme", "security", "unicorn_binance_rest_api"], "filenames": ["changelog.md", "code_of_conduct.md", "contributing.md", "index.rst", "license.rst", "modules.rst", "readme.md", "security.md", "unicorn_binance_rest_api.rst"], "titles": ["unicorn-binance-rest-api Change Log", "Contributor Covenant Code of Conduct", "Contributing", "Welcome to unicorn-binance-rest-api\u2019s documentation!", "LSOSL - LUCIT Synergetic Open Source License", "unicorn_binance_rest_api", "UNICORN Binance REST API", "Security Policies and Procedures", "unicorn_binance_rest_api package"], "terms": {"all": [0, 1, 2, 3, 4, 7, 8], "notabl": 0, "thi": [0, 1, 2, 3, 4, 6, 8], "project": [0, 1, 2, 3, 4, 7, 8], "document": [0, 4, 7, 8], "file": [0, 4, 6, 8], "The": [0, 1, 4, 6, 7, 8], "format": [0, 8], "i": [0, 1, 4, 6, 8], "base": [0, 3, 8], "keep": [0, 7, 8], "changelog": [0, 3, 6], "adher": [0, 4], "semant": 0, "version": [0, 1, 3, 4, 7, 8], "discuss": [0, 2, 6], "about": [0, 1, 6, 8], "releas": [0, 3, 7, 8], "how": [0, 3, 7], "upgrad": [0, 3], "latest": [0, 3, 8], "same": [0, 8], "error": [0, 6, 8], "dure": [0, 6], "github": [0, 3, 4, 8], "upload": 0, "pypi": [0, 3, 4], "replac": 0, "url": [0, 6, 8], "stop": [0, 3, 8], "manag": [0, 3, 4, 5, 6], "automat": [0, 3, 4, 8], "an": [0, 1, 3, 4, 8], "unknown": 0, "exchang": [0, 6, 8], "string": [0, 6, 8], "wa": [0, 8], "us": [0, 1, 3, 4, 8], "befor": [0, 2, 6, 8], "except": [0, 3, 4, 5], "get": [0, 3, 4, 8], "rais": [0, 8], "new": [0, 6, 8], "alreadystoppederror": [0, 5, 8], "thrown": 0, "instanc": [0, 1, 4, 8], "memori": [0, 3], "leak": [0, 3], "implement": 0, "stop_manag": [0, 5, 6, 8], "support": [0, 3, 8], "python": [0, 3, 4, 8], "11": [0, 8], "12": [0, 8], "integr": [0, 4, 6], "lucit": [0, 1, 6, 7, 8], "licens": [0, 3, 8], "librari": [0, 4], "verifi": 0, "suit": [0, 3, 4, 8], "A": [0, 3, 4, 8], "can": [0, 4, 6, 8], "purchas": [0, 4, 8], "onlin": [0, 1, 4], "shop": [0, 4, 8], "http": [0, 1, 4, 6, 7, 8], "servic": [0, 4, 6, 8], "softwar": [0, 4, 8], "from": [0, 1, 3, 4, 8], "mit": [0, 4], "lsosl": 0, "synerget": 0, "open": [0, 1, 6, 8], "sourc": [0, 3, 8], "com": [0, 4, 6, 8], "system": [0, 4, 6, 7, 8], "websocket": [0, 6], "blob": [0, 6, 8], "master": [0, 6, 8], "convers": 0, "c": [0, 4, 6, 8], "compil": [0, 6], "cython": [0, 3], "packag": [0, 3, 5], "precompil": 0, "well": 0, "code": [0, 2, 3, 4, 7, 8], "wheel": [0, 3], "setup": [0, 6], "trust": [0, 4], "publish": [0, 1, 4, 6], "deploy": 0, "chain": 0, "transpar": [0, 4, 6], "directli": 0, "repositori": [0, 2, 4, 6], "action": [0, 1, 3, 4], "possibl": [0, 6, 7], "platform": 0, "second": [0, 8], "process": [0, 3, 4, 6, 7, 8], "conda": [0, 3], "forg": [0, 6], "anaconda": [0, 3], "thu": 0, "entir": [0, 8], "user": [0, 4, 6, 8], "sure": 0, "fulli": [0, 6, 8], "correspond": 0, "context": 0, "": [0, 1, 4, 6, 8], "helper": [0, 3, 5], "py": [0, 6], "kline_1": 0, "create_margin_oco_ord": [0, 5, 8], "cancel_margin_oco_ord": [0, 5, 8], "get_margin_oco_ord": [0, 5, 8], "get_open_margin_oco_ord": [0, 5, 8], "futures_stream_get_listen_kei": [0, 5, 8], "futures_stream_keepal": [0, 5, 8], "futures_stream_clos": [0, 5, 8], "futures_coin_stream_get_listen_kei": [0, 5, 8], "futures_coin_stream_keepal": [0, 5, 8], "futures_coin_stream_clos": [0, 5, 8], "jex": 0, "request": [0, 3, 4, 6, 7, 8], "invalidhead": 0, "header": 0, "part": [0, 4, 6], "fals": [0, 8], "x": [0, 6], "mbx": 0, "apikei": 0, "must": [0, 4, 6, 8], "type": [0, 4, 6, 8], "str": [0, 8], "byte": 0, "class": [0, 8], "bool": [0, 8], "output": [0, 8], "valu": [0, 4, 8], "throw_except": [0, 8], "true": [0, 6, 8], "stream_get_listen_kei": [0, 5, 8], "margin_stream_get_listen_kei": [0, 5, 8], "isolated_margin_stream_get_listen_kei": [0, 5, 8], "_request": 0, "_request_api": 0, "_request_margin_api": 0, "_request_websit": 0, "_request_futures_api": 0, "_request_futures_data_api": 0, "_request_futures_coin_api": 0, "_request_futures_coin_data_api": 0, "_handle_respons": 0, "stream_keepal": [0, 5, 8], "stream_clos": [0, 5, 8], "margin_stream_keepal": [0, 5, 8], "margin_stream_clos": [0, 5, 8], "isolated_margin_stream_keepal": [0, 5, 8], "isolated_margin_stream_clos": [0, 5, 8], "issu": [0, 1, 2, 6], "get_used_weight": [0, 5, 6, 8], "socks5": [0, 3, 8], "proxi": [0, 3, 8], "binancerestapimanag": [0, 3, 5, 8], "paramet": [0, 8], "socks5_proxy_serv": [0, 6, 8], "socks5_proxy_us": [0, 8], "socks5_proxy_pass": [0, 8], "socks5_proxy_ssl_verif": [0, 8], "kline": [0, 6, 8], "interv": [0, 8], "kline_interval_1second": [0, 5, 8], "futures_place_batch_ord": [0, 5, 8], "place": [0, 8], "batch": 0, "order": [0, 3, 8], "usd": [0, 6], "m": [0, 6, 8], "thx": 0, "hawkey": 0, "bot": 0, "pr": [0, 6], "42": 0, "depend": [0, 6], "regex": 0, "specif": [0, 1, 8], "anymor": 0, "cancel_all_open_margin_ord": [0, 5, 8], "futures_auto_cancel_all_open_ord": [0, 5, 8], "codebas": 0, "equal": [0, 8], "test": [0, 4, 6, 8], "azur": 0, "pipe": 0, "2022": 0, "24": [0, 8], "futur": [0, 6, 8], "testnet": [0, 6, 8], "20": [0, 8], "futures_commission_r": [0, 5, 8], "18": 0, "move": 0, "oliv": [0, 8], "zehentleitn": 0, "unicorn_binance_rest_api_": 0, "modul": [0, 3, 4, 5, 6, 7], "name": [0, 4, 8], "more": [0, 4, 6, 7, 8], "info": [0, 8], "correctli": 0, "scope": [0, 3], "logger": 0, "so": [0, 4, 8], "plai": 0, "nice": 0, "other": [0, 1, 4, 6, 8], "17": [0, 8], "renam": 0, "unicorn_binance_rest_api": [0, 3, 6], "everi": [0, 7, 8], "ha": [0, 8], "had": 0, "its": [0, 1, 4, 6, 8], "own": [0, 3], "tld": [0, 8], "endpoint": [0, 3, 8], "trbinanc": [0, 6, 8], "disable_colorama": [0, 8], "cancel_all_open_ord": [0, 5, 8], "cancel": [0, 8], "symbol": [0, 3, 8], "one": [0, 6, 8], "mfurlend": 0, "now": [0, 8], "obsolet": 0, "valueerror": 0, "get_open_margin_ord": [0, 5, 8], "doubl": 0, "definit": 0, "make_universal_transf": [0, 5, 8], "je": 0, "jersei": 0, "ceas": 0, "oper": [0, 4, 6], "futures_coin_place_batch_ord": [0, 5, 8], "migrat": 0, "wapi": [0, 8], "sapi": [0, 8], "biannc": 0, "doc": [0, 6, 8], "futures_coin_url": [0, 5, 8], "thank": [0, 4, 7], "flo": 0, "rian": 0, "updat": [0, 4, 8], "check": [0, 8], "fork": [0, 2, 6], "sam": [0, 4, 6], "mchardi": [0, 4, 6], "v0": 0, "get_latest_release_info": [0, 5, 8], "get_latest_vers": [0, 5, 8], "is_update_availab": [0, 5, 6, 8], "get_vers": [0, 5, 8], "get_user_ag": [0, 5, 8], "colorama": [0, 8], "requir": [0, 2, 4, 6, 8], "In": [1, 6], "interest": [1, 8], "foster": 1, "welcom": [1, 4, 6], "environ": [1, 3], "we": [1, 2, 4, 6, 7], "maintain": [1, 7], "make": [1, 2, 6, 7, 8], "particip": 1, "commun": [1, 6], "harass": 1, "free": [1, 4, 8], "experi": 1, "everyon": 1, "regardless": 1, "ag": 1, "bodi": 1, "size": [1, 8], "disabl": [1, 8], "ethnic": 1, "sex": 1, "characterist": 1, "gender": 1, "ident": [1, 8], "express": [1, 4], "level": [1, 6, 8], "educ": 1, "socio": 1, "econom": 1, "statu": [1, 8], "nation": 1, "person": [1, 4, 7], "appear": 1, "race": 1, "religion": 1, "sexual": 1, "orient": 1, "exampl": [1, 3, 8], "behavior": 1, "contribut": [1, 3, 4, 7], "creat": [0, 1, 3, 8], "posit": [1, 8], "includ": [1, 4, 6, 8], "inclus": [1, 8], "languag": [1, 6], "Being": 1, "respect": [1, 4, 6], "differ": [1, 8], "viewpoint": 1, "gracefulli": 1, "accept": 1, "construct": 1, "critic": 1, "focus": 1, "what": [1, 3], "best": [1, 6, 8], "show": 1, "empathi": 1, "toward": [1, 7], "member": 1, "unaccept": 1, "imageri": 1, "unwelcom": 1, "attent": 1, "advanc": 1, "troll": 1, "insult": 1, "derogatori": 1, "comment": [1, 3], "polit": 1, "attack": 1, "public": 1, "privat": [0, 1], "inform": [0, 1, 4, 6, 7, 8], "physic": 1, "electron": 1, "address": [1, 4, 8], "without": [1, 4, 6], "explicit": 1, "permiss": [1, 4, 8], "which": [0, 1, 6, 8], "could": [1, 7], "reason": [1, 8], "consid": [1, 6], "inappropri": 1, "profession": 1, "set": [1, 8], "ar": [0, 1, 3, 4, 8], "clarifi": 1, "expect": 1, "take": [0, 1, 6, 7, 8], "appropri": 1, "fair": 1, "correct": [0, 1], "ani": [1, 4, 6, 7, 8], "have": [0, 1, 2, 7, 8], "right": [1, 4, 8], "remov": [1, 3], "edit": 1, "reject": [1, 8], "commit": [1, 4], "wiki": [1, 3], "align": 1, "ban": 1, "temporarili": 1, "perman": 1, "thei": [1, 6, 7], "deem": 1, "threaten": 1, "offens": 1, "harm": 1, "appli": [1, 8], "both": [1, 6, 8], "within": [1, 7], "space": 1, "when": [1, 2, 4, 6, 7, 8], "individu": 1, "repres": 1, "offici": [1, 6, 8], "e": [1, 8], "mail": 1, "post": [1, 8], "via": [0, 1, 2, 4, 6, 7, 8], "social": [1, 3], "media": 1, "account": [1, 8], "act": 1, "appoint": 1, "offlin": 1, "event": [1, 4], "represent": 1, "mai": [1, 4, 6, 7], "further": 1, "defin": 1, "abus": 1, "otherwis": [1, 4, 8], "report": [1, 3], "contact": [1, 4, 6, 7], "team": [1, 7], "www": [1, 4, 6, 7, 8], "tech": [1, 4, 6, 7], "unicorn": [1, 4, 7, 8], "develop": [1, 3, 4, 6, 7], "html": [1, 4, 6, 7, 8], "complaint": 1, "review": [1, 4], "investig": 1, "result": [1, 6, 8], "necessari": [1, 6], "circumst": [1, 6], "oblig": 1, "confidenti": [1, 4], "regard": 1, "incid": 1, "detail": [1, 4, 7, 8], "polici": [1, 3, 4], "separ": [1, 8], "who": 1, "do": [0, 1, 4, 6], "follow": [1, 2, 6, 7], "good": [1, 8], "faith": 1, "face": 1, "temporari": 1, "repercuss": [1, 4], "determin": [1, 6, 7, 8], "leadership": 1, "adapt": 1, "1": [1, 3, 4, 6, 8], "4": [1, 3, 8], "avail": [0, 1, 4, 6, 8], "org": [0, 1, 4, 6, 8], "For": [1, 4, 6, 8], "answer": 1, "common": 1, "question": 1, "see": [1, 8], "faq": 1, "pleas": [0, 2, 4, 6, 7], "first": [2, 8], "chang": [2, 3, 4, 8], "you": [0, 2, 3, 4, 7, 8], "wish": 2, "owner": 2, "note": [0, 2, 6], "conduct": [2, 3], "your": [2, 3, 4, 7, 8], "interact": 2, "fulfil": 2, "confirm": [2, 7, 8], "trigger": [2, 8], "readm": 3, "receiv": [3, 7, 8], "data": [3, 4, 8], "initi": [3, 7, 8], "print": 3, "snapshot": [3, 8], "book": [3, 8], "price": [3, 8], "weight": [3, 8], "send": [3, 7, 8], "bui": [3, 8], "btc": [3, 8], "market": [3, 8], "100": [3, 8], "usdt": [3, 8], "ubra": [0, 3], "after": [3, 7, 8], "usag": [3, 4, 8], "avoid": [3, 8], "descript": [3, 8], "benefit": 3, "instal": [0, 3], "binari": 3, "cpython": 3, "pip": [0, 3, 7], "dev": 3, "stage": [3, 8], "virtualenv": 3, "plain": [3, 8], "log": [3, 4, 8], "howto": 3, "homepag": 3, "notif": 3, "bug": 3, "suggest": [3, 7], "improv": [3, 4, 7], "contributor": [3, 4], "want": [6, 8], "sai": [], "disclaim": [3, 4], "If": [3, 7, 8], "intend": [3, 4], "real": 3, "monei": 3, "risk": [3, 8], "geoblock": 3, "commerci": 3, "submodul": [3, 5], "unicorn_binancerest_api": [3, 5], "enum": [3, 5], "2": [3, 6, 8], "0": [3, 4, 6, 8], "unreleas": 3, "unstabl": 3, "3": [3, 6, 8], "fix": [3, 6, 7, 8], "ad": [3, 6], "10": [3, 6, 8], "9": [3, 6, 8], "8": [3, 6, 8], "7": [3, 6, 8], "6": [3, 8], "5": [3, 8], "our": [3, 4, 6, 7], "pledg": 3, "standard": 3, "respons": [3, 6, 7, 8], "enforc": 3, "attribut": 3, "pull": [3, 4, 7], "secur": [3, 6], "disclosur": [3, 4], "index": [3, 8], "search": 3, "page": [3, 4, 8], "novemb": 4, "2023": 4, "introduct": 4, "condit": 4, "AND": 4, "verif": [4, 8], "distribut": [0, 4, 8], "collect": 4, "control": 4, "third": [4, 6, 7], "parti": [4, 6, 7], "OF": 4, "warranti": 4, "liabil": [4, 6], "TO": 4, "term": 4, "overse": 4, "util": 4, "binanc": [4, 7, 8], "rest": [4, 7, 8], "api": [4, 7, 8], "IT": 4, "gmbh": 4, "enabl": [4, 8], "effortless": 4, "featur": [4, 6, 8], "divers": 4, "applic": [4, 8], "kei": [4, 6, 8], "secret": [4, 8], "done": [4, 8], "client": [4, 8], "side": [4, 6, 8], "forward": 4, "backend": 4, "valid": [4, 6, 8], "restrict": [4, 6], "onli": [4, 6, 8], "execut": [4, 6, 8], "necessit": 4, "obtain": [0, 4, 6], "found": [4, 8], "howev": 4, "should": [4, 6, 8], "awar": [4, 6], "submit": [4, 7, 8], "becom": [4, 8], "properti": 4, "copyright": 4, "desir": 4, "furthermor": [], "explicitli": 6, "permit": 4, "driven": [], "numfocu": [], "creation": 8, "ensur": [4, 6], "function": [0, 8], "compat": 6, "met": [], "grant": 4, "effort": 7, "robust": [6, 8], "ecosystem": [], "guarante": 8, "qualiti": [], "perform": 6, "end": 8, "contain": [4, 6], "sale": 4, "misus": 4, "prevent": [4, 8], "rate": [4, 8], "monitor": 4, "gather": 4, "ip": 4, "mac": [4, 6], "detect": 4, "volum": [4, 6, 8], "anonym": 4, "aggreg": [4, 8], "store": 4, "purpos": [4, 6], "durat": [4, 8], "statist": [4, 8], "non": [4, 6], "privaci": 4, "emb": 4, "each": [4, 8], "govern": 4, "complianc": 4, "render": 4, "san": 4, "assur": 4, "potenti": [4, 7], "aris": 4, "reserv": 4, "modifi": [4, 8], "alter": 4, "time": [0, 4, 6, 8], "sole": 4, "discret": 4, "encourag": 4, "regularli": 4, "select": [4, 8], "product": [4, 8], "deepli": 4, "technologi": 4, "am": 4, "berg": 4, "391": 4, "3970": 4, "weitra": 4, "austria": 4, "binanceapiexcept": [5, 8], "binanceorderexcept": [5, 8], "binanceorderinactivesymbolexcept": [5, 8], "binanceorderminamountexcept": [5, 8], "binanceorderminpriceexcept": [5, 8], "binanceordermintotalexcept": [5, 8], "binanceorderunknownsymbolexcept": [5, 8], "binancerequestexcept": [5, 8], "binancewithdrawexcept": [5, 8], "unknownexchang": [5, 8], "date_to_millisecond": [5, 8], "interval_to_millisecond": [5, 8], "agg_best_match": [5, 8], "agg_buyer_mak": [5, 8], "agg_first_trade_id": [5, 8], "agg_id": [5, 8], "agg_last_trade_id": [5, 8], "agg_pric": [5, 8], "agg_quant": [5, 8], "agg_tim": [5, 8], "api_url": [5, 8], "coin_future_to_spot": [5, 8], "fiat_to_min": [5, 8], "fiat_to_spot": [5, 8], "fiat_to_usdt_futur": [5, 8], "futures_api_vers": [5, 8], "futures_api_version2": [5, 8], "futures_coin_data_url": [5, 8], "futures_data_url": [5, 8], "futures_url": [5, 8], "kline_interval_12hour": [5, 8], "kline_interval_15minut": [5, 8], "kline_interval_1dai": [5, 8], "kline_interval_1hour": [5, 8], "kline_interval_1minut": [5, 8], "kline_interval_1month": [5, 8], "kline_interval_1week": [5, 8], "kline_interval_2hour": [5, 8], "kline_interval_30minut": [5, 8], "kline_interval_3dai": [5, 8], "kline_interval_3minut": [5, 8], "kline_interval_4hour": [5, 8], "kline_interval_5minut": [5, 8], "kline_interval_6hour": [5, 8], "kline_interval_8hour": [5, 8], "margin_api_url": [5, 8], "margin_api_vers": [5, 8], "margin_cross_to_spot": [5, 8], "margin_cross_to_usdt_futur": [5, 8], "mining_to_fiat": [5, 8], "mining_to_spot": [5, 8], "mining_to_usdt_futur": [5, 8], "order_resp_type_ack": [5, 8], "order_resp_type_ful": [5, 8], "order_resp_type_result": [5, 8], "order_status_cancel": [5, 8], "order_status_expir": [5, 8], "order_status_fil": [5, 8], "order_status_new": [5, 8], "order_status_partially_fil": [5, 8], "order_status_pending_cancel": [5, 8], "order_status_reject": [5, 8], "order_type_limit": [5, 8], "order_type_limit_mak": [5, 8], "order_type_market": [5, 8], "order_type_stop_loss": [5, 8], "order_type_stop_loss_limit": [5, 8], "order_type_take_profit": [5, 8], "order_type_take_profit_limit": [5, 8], "private_api_vers": [5, 8], "public_api_vers": [5, 8], "side_bui": [5, 8], "side_sel": [5, 8], "spot_to_coin_futur": [5, 8], "spot_to_fiat": [5, 8], "spot_to_margin_cross": [5, 8], "spot_to_min": [5, 8], "spot_to_usdt_futur": [5, 8], "symbol_type_spot": [5, 8], "time_in_force_fok": [5, 8], "time_in_force_gtc": [5, 8], "time_in_force_ioc": [5, 8], "usdt_future_to_fiat": [5, 8], "usdt_future_to_margin_cross": [5, 8], "usdt_future_to_spot": [5, 8], "website_url": [5, 8], "aggregate_trade_it": [5, 8], "cancel_margin_ord": [5, 8], "cancel_ord": [5, 8], "change_fixed_activity_to_daily_posit": [5, 8], "create_isolated_margin_account": [5, 8], "create_margin_loan": [5, 8], "create_margin_ord": [5, 6, 8], "create_oco_ord": [5, 8], "create_ord": [5, 8], "create_sub_account_futures_transf": [5, 8], "create_test_ord": [5, 8], "disable_fast_withdraw_switch": [5, 8], "enable_fast_withdraw_switch": [5, 8], "enable_subaccount_futur": [5, 8], "enable_subaccount_margin": [5, 8], "futures_account": [0, 5, 8], "futures_account_bal": [0, 5, 8], "futures_account_trad": [5, 8], "futures_account_transf": [5, 8], "futures_aggregate_trad": [5, 8], "futures_cancel_all_open_ord": [5, 8], "futures_cancel_ord": [5, 8], "futures_change_leverag": [5, 8], "futures_change_margin_typ": [5, 8], "futures_change_position_margin": [5, 8], "futures_change_position_mod": [5, 8], "futures_coin_account": [5, 8], "futures_coin_account_bal": [5, 8], "futures_coin_account_trad": [5, 8], "futures_coin_aggregate_trad": [5, 8], "futures_coin_cancel_all_open_ord": [5, 8], "futures_coin_cancel_ord": [5, 8], "futures_coin_change_leverag": [5, 8], "futures_coin_change_margin_typ": [5, 8], "futures_coin_change_position_margin": [5, 8], "futures_coin_change_position_mod": [5, 8], "futures_coin_continous_klin": [5, 8], "futures_coin_create_ord": [5, 8], "futures_coin_exchange_info": [0, 5, 8], "futures_coin_funding_r": [5, 8], "futures_coin_get_all_ord": [5, 8], "futures_coin_get_open_ord": [5, 8], "futures_coin_get_ord": [5, 8], "futures_coin_get_position_mod": [5, 8], "futures_coin_historical_trad": [5, 8], "futures_coin_income_histori": [5, 8], "futures_coin_index_price_klin": [5, 8], "futures_coin_klin": [5, 8], "futures_coin_leverage_bracket": [5, 8], "futures_coin_liquidation_ord": [5, 8], "futures_coin_mark_pric": [5, 8], "futures_coin_mark_price_klin": [5, 8], "futures_coin_open_interest": [5, 8], "futures_coin_open_interest_hist": [5, 8], "futures_coin_order_book": [5, 8], "futures_coin_orderbook_tick": [5, 8], "futures_coin_p": [5, 8], "futures_coin_position_inform": [5, 8], "futures_coin_position_margin_histori": [5, 8], "futures_coin_recent_trad": [5, 8], "futures_coin_symbol_tick": [5, 8], "futures_coin_tick": [5, 8], "futures_coin_tim": [5, 8], "futures_create_ord": [5, 8], "futures_exchange_info": [0, 5, 8], "futures_funding_r": [5, 8], "futures_get_all_ord": [5, 8], "futures_get_open_ord": [5, 8], "futures_get_ord": [5, 8], "futures_get_position_mod": [5, 8], "futures_historical_trad": [5, 8], "futures_income_histori": [5, 8], "futures_klin": [5, 8], "futures_leverage_bracket": [5, 8], "futures_liquidation_ord": [5, 8], "futures_mark_pric": [5, 8], "futures_open_interest": [5, 8], "futures_open_interest_hist": [5, 8], "futures_order_book": [5, 8], "futures_orderbook_tick": [5, 8], "futures_p": [5, 8], "futures_position_inform": [0, 5, 8], "futures_position_margin_histori": [5, 8], "futures_recent_trad": [5, 8], "futures_symbol_tick": [5, 8], "futures_tick": [5, 8], "futures_tim": [5, 8], "get_account": [5, 8], "get_account_api_trading_statu": [5, 8], "get_account_snapshot": [5, 8], "get_account_statu": [5, 8], "get_aggregate_trad": [5, 8], "get_all_coins_info": [5, 8], "get_all_isolated_margin_symbol": [5, 8], "get_all_margin_ord": [5, 8], "get_all_ord": [5, 8], "get_all_tick": [5, 6, 8], "get_asset_bal": [5, 8], "get_asset_detail": [5, 8], "get_asset_dividend_histori": [5, 8], "get_avg_pric": [5, 8], "get_bnb_burn_spot_margin": [5, 8], "get_deposit_address": [5, 8], "get_deposit_histori": [5, 8], "get_dust_log": [5, 8], "get_exchange_info": [0, 5, 8], "get_fixed_activity_project_list": [5, 8], "get_historical_klin": [5, 8], "get_historical_klines_gener": [5, 8], "get_historical_trad": [5, 8], "get_isolated_margin_account": [5, 8], "get_isolated_margin_symbol": [5, 8], "get_klin": [5, 8], "get_lending_account": [5, 8], "get_lending_daily_quota_left": [5, 8], "get_lending_daily_redemption_quota": [5, 8], "get_lending_interest_histori": [5, 8], "get_lending_posit": [5, 8], "get_lending_product_list": [5, 8], "get_lending_purchase_histori": [5, 8], "get_lending_redemption_histori": [5, 8], "get_margin_account": [5, 8], "get_margin_asset": [5, 8], "get_margin_loan_detail": [5, 8], "get_margin_ord": [5, 8], "get_margin_price_index": [5, 8], "get_margin_repay_detail": [5, 8], "get_margin_symbol": [5, 8], "get_margin_trad": [5, 8], "get_max_margin_loan": [5, 8], "get_max_margin_transf": [5, 8], "get_my_trad": [5, 8], "get_open_isolated_margin_ord": [5, 8], "get_open_ord": [5, 8], "get_ord": [5, 8], "get_order_book": [5, 6, 8], "get_orderbook_tick": [5, 8], "get_product": [5, 8], "get_recent_trad": [5, 8], "get_server_tim": [5, 8], "get_sub_account_asset": [5, 8], "get_sub_account_futures_transfer_histori": [5, 8], "get_sub_account_list": [5, 8], "get_sub_account_transfer_histori": [5, 8], "get_subaccount_deposit_address": [5, 8], "get_subaccount_deposit_histori": [5, 8], "get_subaccount_futures_detail": [5, 8], "get_subaccount_futures_margin_statu": [5, 8], "get_subaccount_futures_positionrisk": [5, 8], "get_subaccount_futures_summari": [5, 8], "get_subaccount_margin_detail": [5, 8], "get_subaccount_margin_summari": [5, 8], "get_subaccount_transfer_histori": [5, 8], "get_symbol_info": [5, 8], "get_symbol_tick": [5, 8], "get_system_statu": [5, 8], "get_tick": [5, 8], "get_trade_fe": [5, 8], "get_universal_transfer_histori": [5, 8], "get_withdraw_histori": [5, 8], "get_withdraw_history_id": [5, 8], "make_subaccount_futures_transf": [5, 8], "make_subaccount_margin_transf": [5, 8], "make_subaccount_to_master_transf": [5, 8], "make_subaccount_to_subaccount_transf": [5, 8], "new_transfer_histori": [5, 8], "order_limit": [5, 8], "order_limit_bui": [5, 8], "order_limit_sel": [5, 8], "order_market": [5, 8], "order_market_bui": [5, 8], "order_market_sel": [5, 8], "order_oco_bui": [5, 8], "order_oco_sel": [5, 8], "ping": [5, 8], "purchase_lending_product": [5, 8], "query_subaccount_spot_summari": [5, 8], "query_universal_transfer_histori": [5, 8], "redeem_lending_product": [5, 8], "repay_margin_loan": [5, 8], "toggle_bnb_burn_spot_margin": [5, 8], "transfer_dust": [5, 8], "transfer_histori": [5, 8], "transfer_isolated_margin_to_spot": [5, 8], "transfer_margin_to_spot": [5, 8], "transfer_spot_to_isolated_margin": [5, 8], "transfer_spot_to_margin": [5, 8], "universal_transf": [5, 8], "withdraw": [5, 8], "content": 5, "To": [6, 8], "leav": [], "unoffici": 8, "margin": [6, 8], "isolated_margin": [6, 8], "u": [6, 8], "tr": 6, "easi": [6, 8], "fast": [6, 7, 8], "flexibl": [6, 8], "wai": [6, 8], "run": [6, 8], "need": 6, "import": [0, 6], "api_kei": [0, 6, 8], "your_binance_api_kei": 6, "api_secret": [0, 6, 8], "your_binance_api_secret": 6, "f": [6, 8], "bnbbtc": [6, 8], "ticker": [6, 8], "r": 6, "n": 6, "md": [6, 8], "limit": [4, 6, 8], "buy_ord": 6, "btcusdt": [6, 8], "isisol": [6, 8], "quoteorderqti": [6, 8], "getlogg": [], "extend": 6, "clean": 6, "up": [6, 8], "reduc": 6, "pure": 6, "task": 6, "No": 6, "asyncio": 6, "provid": [4, 6, 8], "isol": [6, 8], "coin": [0, 6, 8], "vision": [6, 8], "Be": 6, "high": [6, 8], "frequenc": 6, "combin": 6, "coin_futur": [0, 6, 8], "help": 6, "like": 6, "case": 6, "customiz": 6, "timeout": [6, 8], "127": [6, 8], "9050": [6, 8], "read": 6, "try": 6, "example_socks5_proxi": 6, "excess": [6, 8], "abov": [4, 6], "asynchron": 6, "concurr": 6, "interpret": 6, "offer": 6, "higher": 6, "current": [6, 8], "list": [6, 8], "here": 6, "look": 6, "bash": 6, "archiv": 6, "curl": 6, "repo": 6, "grep": 6, "op": 6, "tag_nam": 6, "k": 6, "tar": 6, "gz": 6, "below": 6, "command": 6, "stabl": 6, "tarbal": 6, "download": 6, "branch": 6, "yml": 6, "pyproject": 6, "toml": 6, "txt": 6, "gener": [6, 7, 8], "example_buy_and_sell_oco_order_isolated_margin": [], "example_doing_someth": [], "example_easy_migration_from_python": [], "example_historical_data": [], "example_log": [], "example_ord": [], "example_version_of_this_packag": [], "ub": 6, "accord": 6, "practic": 6, "connect": [4, 6, 8], "asset": [6, 8], "instantli": 6, "profit": 6, "loss": [6, 8], "oco": [6, 8], "sell": [4, 6, 8], "t": [0, 6, 8], "me": 6, "unicorndev": 6, "write": 6, "script": 6, "twitter": [], "facebook": 6, "inspect": 6, "mainten": [6, 7, 8], "subscrib": [6, 8], "telegram": 6, "group": 6, "binance_api_announc": 6, "binance_api_english": 6, "binance_usa": 6, "trbinancetr": 6, "binancedexchang": 6, "binanceexchang": 6, "plan": [6, 8], "click": 6, "them": [0, 6], "still": [6, 7], "exist": [6, 8], "trace": 6, "o": 6, "explain": 6, "reproduc": 6, "demo": 6, "appreci": [6, 7], "dont": 6, "find": [6, 7], "relat": 6, "topic": 6, "anyth": [0, 6], "simpl": 6, "dead": 6, "link": 6, "guid": 6, "hope": [], "enjoi": [], "prove": [], "moment": [], "would": 6, "greatli": [], "googl": [], "constru": 6, "materi": 6, "legal": 6, "tax": 6, "invest": 6, "financi": 6, "advic": 6, "noth": [6, 8], "herein": 6, "constitut": 6, "solicit": 6, "recommend": 6, "endors": 6, "instrument": 6, "jurisdict": 6, "unlaw": 6, "under": [6, 7], "law": 6, "liabl": [4, 6], "claim": [4, 6], "damag": [4, 6], "expens": 6, "cost": 6, "kind": [4, 6], "direct": 6, "indirect": 6, "point": 6, "out": [4, 6, 8], "opinion": 6, "citizen": 6, "exclus": 6, "author": [4, 6], "trade": [6, 8], "circumv": 6, "allow": [6, 8], "work": [6, 8], "inevit": 6, "server": [6, 8], "block": 6, "moreov": 6, "also": [0, 6], "seem": 6, "justifi": 6, "trader": 6, "scientist": 6, "compani": 6, "analyz": 6, "long": [6, 8], "consult": 6, "bind": 6, "outlin": 7, "serious": 7, "acknowledg": 7, "form": 7, "lead": 7, "email": [7, 8], "48": 7, "hour": [7, 8], "indic": [7, 8], "next": 7, "step": 7, "handl": [0, 7], "repli": 7, "endeavor": 7, "progress": 7, "full": [7, 8], "announc": 7, "ask": [7, 8], "addit": [7, 8], "guidanc": 7, "assign": 7, "primari": 7, "handler": 7, "coordin": 7, "involv": 7, "problem": 7, "affect": 7, "audit": 7, "similar": 7, "prepar": 7, "These": 7, "attempt": 8, "made": 8, "alreadi": 8, "been": 8, "messag": 8, "start": [6, 8], "unkown": 8, "date_str": 8, "convert": 8, "utc": 8, "date": 8, "millisecond": 8, "offset": 8, "add": [6, 8], "g": 8, "ago": 8, "datepars": 8, "readthedoc": 8, "io": 8, "en": 8, "readabl": 8, "januari": 8, "01": 8, "2018": 8, "1m": 8, "3m": 8, "5m": 8, "15m": 8, "30m": 8, "1h": 8, "2h": 8, "4h": 8, "6h": 8, "8h": 8, "12h": 8, "1d": 8, "3d": 8, "1w": 8, "return": 8, "int": 8, "none": [0, 8], "prefix": 8, "decim": 8, "integ": 8, "suffix": 8, "h": 8, "d": 8, "w": 8, "requests_param": 8, "warn_on_upd": 8, "debug": 8, "lucit_api_secret": 8, "lucit_license_ini": 8, "lucit_license_profil": 8, "lucit_license_token": 8, "object": 8, "apidoc": 8, "constructor": 8, "dict": 8, "option": 8, "dictionari": 8, "param": [0, 8], "call": [0, 8], "top": 8, "domain": 8, "default": 8, "warn": 8, "overrul": 8, "lib": 8, "activ": 8, "alic": 8, "password": 8, "ssl": 8, "specifi": 8, "path": 8, "filenam": 8, "config": [6, 8], "ex": 8, "license_a": 8, "ini": 8, "lucitlicmgr": 8, "tri": 8, "load": 8, "lucit_licens": 8, "home": 8, "profil": 8, "license_token": 8, "l": 8, "p": 8, "q": 8, "cmfuture_main": 8, "c2c_mine": 8, "c2c_main": 8, "c2c_umfutur": 8, "v1": 8, "v2": 8, "dapi": 8, "fapi": 8, "margin_main": 8, "margin_umfutur": 8, "mining_c2c": 8, "mining_main": 8, "mining_umfutur": 8, "ack": 8, "expir": 8, "fill": 8, "partially_fil": 8, "pending_cancel": 8, "limit_mak": 8, "stop_loss": 8, "stop_loss_limit": 8, "take_profit": 8, "take_profit_limit": 8, "v3": 8, "main_cmfutur": 8, "main_c2c": 8, "main_margin": 8, "main_min": 8, "main_umfutur": 8, "spot": 8, "fok": 8, "gtc": 8, "ioc": 8, "umfuture_c2c": 8, "umfuture_margin": 8, "umfuture_main": 8, "start_str": 8, "last_id": 8, "iter": 8, "over": 8, "start_tim": 8, "histori": 8, "far": 8, "meant": 8, "initialis": 8, "local": [6, 8], "cach": 8, "pre": [6, 8], "Not": 8, "re": 8, "than": [6, 8], "simultan": 8, "probabl": 8, "hit": 8, "ethbtc": 8, "timestamp": 8, "occur": 8, "later": 8, "id": [0, 8], "last": 8, "known": [6, 8], "regular": 8, "compressedaggreg": 8, "json": 8, "per": 8, "aggregate_trad": 8, "recvwindow": 8, "number": 8, "origclientorderid": 8, "e6apeytjvkmvlmymqu1kq4": 8, "orderid": 8, "orderlistid": 8, "clientorderid": 8, "pxlv6hz6mpracvypvmtggx": 8, "089853": 8, "origqti": 8, "178622": 8, "executedqti": 8, "000000": 8, "cummulativequoteqti": 8, "timeinforc": 8, "a3ef2hcwxgzpfmrfwbgrhv": 8, "13": 8, "090430": 8, "1929": 8, "contingencytyp": 8, "liststatustyp": 8, "all_don": 8, "listorderstatu": 8, "listclientorderid": 8, "2inzwqddvzlhbbamaozx2n": 8, "transactiontim": 8, "1585230948299": 8, "cwooiphsmyywx6jzx77tdl": 8, "21": 8, "461cpg51vqjv3zimoxnz39": 8, "orderreport": 8, "668611": 8, "690354": 8, "stoppric": 8, "378131": 8, "icebergqti": 8, "017083": 8, "008791": 8, "639962": 8, "either": 8, "newclientorderid": 8, "uniqu": 8, "identifi": 8, "c3wyj4wvektd7u9avbrxcn": 8, "1574040868128": 8, "ltcbtc": 8, "po9uftifgg3nw2fodgeoxa": 8, "txovglzxuaubxaaenparcb": 8, "unfwt8ig8i0uj6lpuylez6": 8, "00000000": 8, "sent": 8, "28": 8, "myorder1": 8, "cancelmyorder1": 8, "transacttim": 8, "1507725176595": 8, "daili": 8, "user_data": 8, "quot": 8, "pair_detail": 8, "success": 8, "loan": 8, "cross": 8, "borrow": 8, "amount": 8, "transfer": 8, "blank": 8, "transact": 8, "margin_create_loan": 8, "tranid": 8, "100000001": 8, "quantiti": 8, "limitclientorderid": 8, "limiticebergqti": 8, "leg": 8, "iceberg": 8, "stopclientorderid": 8, "stoplimitpric": 8, "stoplimittimeinforc": 8, "stopicebergqti": 8, "neworderresptyp": 8, "sideeffecttyp": 8, "no_side_effect": 8, "margin_bui": 8, "auto_repai": 8, "exec_start": 8, "jyvpp3f0f5cag15dhtrqlp": 8, "1563417480525": 8, "marginbuyborrowamount": 8, "happen": 8, "marginbuyborrowasset": 8, "kk7sqhb9j6mjwtmdvw7vo": 8, "xtxkagyd4blupvp78ivrvl": 8, "624363": 8, "960664": 8, "036435": 8, "6gcrw2kruaf9cvjdgp16ip": 8, "4000": 8, "qty": 8, "commiss": 8, "commissionasset": 8, "3999": 8, "19": 8, "99500000": 8, "3998": 8, "99600000": 8, "3997": 8, "99700000": 8, "3995": 8, "spend": 8, "Will": 8, "1499827319559": 8, "sub": 8, "9dbe0e961b80557bb19708a707c7fad08842b28": 8, "transferfor": 8, "fromemail": 8, "sender": 8, "toemail": 8, "recipi": 8, "futurestyp": 8, "txnid": 8, "2934662589": 8, "signatur": 8, "doe": 8, "match": 8, "engin": 8, "switch": 8, "123": 8, "isfuturesen": 8, "ismarginen": 8, "balanc": 8, "authent": 8, "between": 8, "compress": 8, "market_data": 8, "countdown": 8, "auto": 8, "mandatori": 8, "countdowntim": 8, "100000": 8, "multipl": [0, 8], "leverag": [6, 8], "mode": 8, "deliveri": 8, "hedg": 8, "One": 8, "candlestick": 8, "bar": 8, "contract": [4, 8], "continu": 8, "rule": 8, "fund": 8, "perpetu": 8, "queri": 8, "older": 8, "histor": 8, "old": 8, "lookup": 8, "incom": 8, "pair": 8, "notion": 8, "bracket": 8, "liquid": 8, "mark": 8, "present": 8, "logic": 8, "encod": 8, "special": [0, 8], "batchord": 8, "earli": 8, "recent": 8, "500": 8, "listenkei": 8, "close": 8, "stream": 8, "listen": 8, "raw": 8, "invalid": 8, "aliv": 8, "raw_data": 8, "resourc": 8, "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1": 8, "roll": 8, "window": 8, "24hr": 8, "postion": 8, "makercommiss": 8, "15": 8, "takercommiss": 8, "buyercommiss": 8, "sellercommiss": 8, "cantrad": 8, "canwithdraw": 8, "candeposit": 8, "4723846": 8, "89208129": 8, "lock": 8, "ltc": 8, "4763368": 8, "68006011": 8, "fetch": 8, "islock": 8, "plannedrecovertim": 8, "recov": 8, "triggercondit": 8, "gcr": 8, "150": 8, "ifer": 8, "ufr": 8, "300": 8, "30": 8, "unfil": 8, "ratio": 8, "count": 8, "v": 8, "05": 8, "995": 8, "99": 8, "ethusdt": 8, "updatetim": 8, "1547630471725": 8, "starttim": 8, "endtim": 8, "200": 8, "msg": 8, "snapshotvo": 8, "09905021": 8, "89109409": 8, "totalassetofbtc": 8, "09942700": 8, "1576281599000": 8, "OR": [4, 8], "marginlevel": 8, "2748": 8, "02909813": 8, "00274803": 8, "totalliabilityofbtc": 8, "00000100": 8, "totalnetassetofbtc": 8, "00274750": 8, "userasset": 8, "xrp": 8, "netasset": 8, "marginbal": 8, "118": 8, "99782335": 8, "walletbal": 8, "120": 8, "23811389": 8, "entrypric": 8, "7130": 8, "41000000": 8, "markpric": 8, "7257": 8, "66239673": 8, "positionamt": 8, "01000000": 8, "unrealizedprofit": 8, "24029054": 8, "normal": 8, "fromid": 8, "until": 8, "max": 8, "26129": 8, "tradeid": 8, "01633102": 8, "70443515": 8, "27781": 8, "1498793709153": 8, "buyer": 8, "maker": 8, "deposit": 8, "39": 8, "depositallen": 8, "withdrawallen": 8, "bitcoin": 8, "freez": 8, "ipo": 8, "ipoabl": 8, "storag": 8, "islegalmonei": 8, "networklist": 8, "network": 8, "bnb": 8, "withdrawintegermultipl": 8, "00000001": 8, "isdefault": 8, "depositen": 8, "withdrawen": 8, "depositdesc": 8, "withdrawdesc": 8, "specialtip": 8, "memo": 8, "successfulli": 8, "bep2": 8, "btcb": 8, "token": 8, "resetaddressstatu": 8, "addressregex": 8, "bnb1": 8, "9a": 8, "z": 8, "38": 8, "memoregex": 8, "za": 8, "_": 8, "withdrawfe": 8, "0000026": 8, "withdrawmin": 8, "0000052": 8, "withdrawmax": 8, "minconfirm": 8, "unlockconfirm": 8, "km": 8, "hj": 8, "np": 8, "z1": 8, "25": 8, "34": 8, "bc1": 8, "59": 8, "0005": 8, "001": 8, "isbuyallow": 8, "ismargintrad": 8, "issellallow": 8, "trx": 8, "trxbtc": 8, "most": 8, "some": [0, 6, 8], "mean": [6, 8], "1000": 8, "43123876": 8, "00395740": 8, "06000000": 8, "quoteqti": 8, "01606704": 8, "1556089977693": 8, "43123877": 8, "77000000": 8, "00304719": 8, "43253549": 8, "00428930": 8, "23": 8, "30000000": 8, "09994069": 8, "1556163963504": 8, "restapipub": 8, "00000200": 8, "07946600": 8, "ctr": 8, "minwithdrawamount": 8, "70": 8, "min": 8, "depositstatu": 8, "35": 8, "fee": 8, "withdrawstatu": 8, "deposittip": 8, "delist": 8, "suspend": 8, "sky": 8, "02000000": 8, "dividend": 8, "record": 8, "row": 8, "bhft": 8, "divtim": 8, "1563189166000": 8, "eninfo": 8, "2968885920": 8, "1563189165000": 8, "total": 8, "averag": 8, "35751834": 8, "burn": 8, "spotbnbburn": 8, "interestbnbburn": 8, "1hpn8rx2y6nnsfagqbky27gb99vbzg89wv": 8, "tag": 8, "00999800": 8, "paxg": 8, "eth": 8, "0x788cabe9236ce061e5a892e1a59395a81fc8d62c": 8, "addresstag": 8, "txid": 8, "0xaad4654a3234aa6118af9b4b335f5ae81c360b2394721c019b5d1e75328b09f3": 8, "inserttim": 8, "1599621997000": 8, "transfertyp": 8, "confirmtim": 8, "50000000": 8, "iota": 8, "siz9vlmhwatxkv99lh99cigfjfumlehgwvzvnnzxrjjvwbphywppbosdorz9eqshczampvapgfyqauuv9drooxjlnw": 8, "esbfvqutpiwqnjspxfnhnyhsqntgkrvkprabqwtaxcdwoakdkywptvg9bgxnvnktlejgesavxikiz9999": 8, "1599620082000": 8, "small": 8, "dustlog": 8, "userassetdribblet": 8, "totaltransferedamount": 8, "00132256": 8, "totalservicechargeamount": 8, "00002699": 8, "charg": [4, 8], "transid": 8, "45178372831": 8, "userassetdribbletdetail": 8, "4359321": 8, "servicechargeamount": 8, "000009": 8, "0009": 8, "operatetim": 8, "1615985535000": 8, "transferedamount": 8, "000441": 8, "fromasset": 8, "00001799": 8, "03": 8, "07": 8, "04": 8, "00088156": 8, "1616203180000": 8, "00058795": 8, "000012": 8, "4357015": 8, "00001": 8, "00049": 8, "000002": 8, "0001": 8, "00009795": 8, "timezon": 8, "servertim": 8, "1508631584636": 8, "ratelimit": 8, "ratelimittyp": 8, "minut": 8, "1200": 8, "dai": 8, "exchangefilt": 8, "baseasset": 8, "baseassetprecis": 8, "quoteasset": 8, "quoteprecis": 8, "ordertyp": 8, "icebergallow": 8, "filter": 8, "filtertyp": 8, "price_filt": 8, "minpric": 8, "maxpric": 8, "ticksiz": 8, "lot_siz": 8, "minqti": 8, "00100000": 8, "maxqti": 8, "stepsiz": 8, "min_not": 8, "minnot": 8, "customized_fix": 8, "unsubscrib": 8, "sortbi": 8, "interest_r": 8, "displayprior": 8, "90": 8, "interestperlot": 8, "35810000": 8, "interestr": 8, "05510000": 8, "lotsiz": 8, "lotslowlimit": 8, "lotspurchas": 8, "74155": 8, "lotsuplimit": 8, "80000": 8, "maxlotsperus": 8, "2000": 8, "needkyc": 8, "projectid": 8, "cusdt90dayss001": 8, "projectnam": 8, "witharealimit": 8, "end_str": 8, "everyth": 8, "ohlcv": 8, "28457": 8, "1499865549590": 8, "isbuyermak": 8, "isbestmatch": 8, "comma": 8, "account_info": 8, "borrowen": 8, "netassetofbtc": 8, "repayen": 8, "totalasset": 8, "isolatedcr": 8, "marginlevelstatu": 8, "margin_cal": 8, "pre_liquid": 8, "force_liquid": 8, "marginratio": 8, "indexpric": 8, "10000": 8, "liquidatepric": 8, "liquidater": 8, "tradeen": 8, "klinecandlestick": 8, "1499040000000": 8, "01634790": 8, "80000000": 8, "01575800": 8, "low": [4, 8], "01577100": 8, "148976": 8, "11427815": 8, "1499644799999": 8, "2434": 8, "19055334": 8, "308": 8, "1756": 8, "87402397": 8, "taker": 8, "46694368": 8, "17928899": 8, "62484339": 8, "ignor": 8, "lend": 8, "left": 8, "quota": 8, "redempt": 8, "64405625": 8, "82728457": 8, "58633215": 8, "24095242": 8, "transferen": 8, "00499500": 8, "201": 8, "66666672": 8, "2346": 8, "2144": 8, "83333328": 8, "asset_detail": 8, "assetfullnam": 8, "assetnam": 8, "isborrow": 8, "ismortgag": 8, "userminborrow": 8, "userminrepai": 8, "preced": 8, "isolatedsymbol": 8, "earliest": 8, "princip": 8, "84624403": 8, "1555056425000": 8, "pend": 8, "fail": 8, "retriev": 8, "27": 8, "h2uska5yqpaxhpirkd96x": 8, "1565245656253": 8, "qd1gy3kc3gx0rihm9y3xw": 8, "arzz9i00cpm8i3nhmu9ega": 8, "zwfqzudigpcevhkw5dvcmo": 8, "iswork": 8, "213205622": 8, "00493630": 8, "1562133008725": 8, "priceindex": 8, "price_index_detail": 8, "calctim": 8, "1562046418000": 8, "00333930": 8, "repai": 8, "repaid": 8, "14": 8, "01866667": 8, "98133333": 8, "1563438204000": 8, "2970933056": 8, "323355778339572400": 8, "00006000": 8, "isbuy": 8, "ismak": 8, "39324": 8, "1561973357171": 8, "00002950": 8, "32": 8, "39319": 8, "00590000": 8, "1561964645345": 8, "69248805": 8, "59498107": 8, "10000000": 8, "arrai": 8, "symbol_nam": 8, "against": 8, "qhczw71gakcctv0t0k8luk": 8, "211842552": 8, "00475010": 8, "1562040170089": 8, "suppli": 8, "neither": 8, "nor": 8, "29": 8, "ameeaxryfzfwyf1ferpuoz": 8, "1565245913483": 8, "od7aeszqjeglzrbtrpy5zb": 8, "jr1h6xiroxgejouuyqs7v3": 8, "hg7hfnxjv6czy3ze4aut4d": 8, "1565245913407": 8, "j6lfofbmfmrjtya7rrj0lp": 8, "z0kcjodditils5ekaftk81": 8, "lastupdateid": 8, "1027024": 8, "bid": 8, "431": 8, "bidpric": 8, "bidqti": 8, "askpric": 8, "askqti": 8, "07946700": 8, "entri": 8, "instead": [0, 8], "ada": 8, "10003": 8, "11467": 8, "6399": 8, "10004": 8, "11652": 8, "14213": 8, "aaa": 8, "bbb": 8, "1544433328000": 8, "ccc": 8, "isfreez": 8, "subaccount": 8, "testsub": 8, "gmail": 8, "createtim": 8, "virtual": [6, 8], "oxebmvfonoemail": 8, "6489943656": 8, "6489938713": 8, "tdunhsa7jktnukrusutu1muhtqxobpketv": 8, "tronscan": 8, "credit": 8, "cannot": [0, 8], "abc": 8, "initialmargin": 8, "maintenancemargin": 8, "88308000": 8, "maxwithdrawamount": 8, "openorderinitialmargin": 8, "positioninitialmargin": 8, "feetier": 8, "totalinitialmargin": 8, "totalmaintenancemargin": 8, "totalmarginbal": 8, "totalopenorderinitialmargin": 8, "totalpositioninitialmargin": 8, "totalunrealizedprofit": 8, "totalwalletbal": 8, "1576756674610": 8, "issubuseren": 8, "isuseract": 8, "1570791523523": 8, "isfutureen": 8, "mobil": 8, "9975": 8, "12000": 8, "50": 8, "maxnot": 8, "1000000": 8, "liquidationpric": 8, "7963": 8, "54": 8, "9973": 8, "50770517": 8, "positionamount": 8, "010": 8, "01612295": 8, "summari": 8, "83137400": 8, "41568700": 8, "03235621": 8, "03219710": 8, "22": 8, "15879444": 8, "subaccountlist": 8, "12659734": 8, "345": 8, "90575887": 8, "87356177": 8, "margintradecoeffvo": 8, "forceliquidationbar": 8, "margincallbar": 8, "normalbar": 8, "marginuserassetvolist": 8, "33333333": 8, "11111112": 8, "22222221": 8, "11111111": 8, "22222222": 8, "being": 8, "counterparti": 8, "11798835829": 8, "1544433325000": 8, "sub2": 8, "11798829519": 8, "1544433326000": 8, "pricechang": 8, "94": 8, "99999800": 8, "pricechangeperc": 8, "95": 8, "960": 8, "weightedavgpric": 8, "29628482": 8, "prevclosepric": 8, "10002000": 8, "lastpric": 8, "openpric": 8, "highpric": 8, "lowpric": 8, "8913": 8, "opentim": 8, "1499783499040": 8, "closetim": 8, "1499869899040": 8, "fristid": 8, "28385": 8, "lastid": 8, "28460": 8, "76": 8, "adabnb": 8, "univers": 8, "11945860693": 8, "subaccount1": 8, "fromaccounttyp": 8, "toaccounttyp": 8, "createtimestamp": 8, "11945857955": 8, "subaccount2": 8, "usdt_futur": 8, "make_new_request": 8, "used_weight": 8, "1626079769": 8, "status_cod": 8, "user_ag": 8, "agent": 8, "await": 8, "approv": 8, "failur": 8, "6complet": 8, "0x94df8b352de7f46f64b01d3666bf6e936e44ce60": 8, "91000000": 8, "applytim": 8, "2019": 8, "02": 8, "b6ae22b3aa844210a7041aee7589627c": 8, "withdraworderid": 8, "withdrawtest123": 8, "intern": 8, "extern": 8, "0xb5ef8c13b968a406cc62a93a8bd80f9e9a906ef1b3fcf20a2e48573c17659268": 8, "1fzdvhtibqmrwdjpyrpulcucezpj2wlcsb": 8, "00150000": 8, "09": 8, "43": 8, "45": 8, "156ec387f49b41df8724fa744fa82719": 8, "60fd9007ebfddc753455f95fafa808c4302c836e4d1eebc5a132c36c1d8ac354": 8, "withdraw_id": 8, "7213fea8e94b4a5593d507237e5a555b": 8, "transactionfe": 8, "0x6915f16f8791d0a1cc2bf47c13a6b2a92000504b": 8, "0xdf33b22bdb2b28b1f75ccd201a4a4m6e7g83jy5fc5d5a9d1340961598cfcb0a1": 8, "1508198532000": 8, "t3ee22biyuwqmvne0hnq2a2wsfletlhvwctitw6ffhhdmjifq2trbukkthhr": 8, "float": 8, "2966662589": 8, "till": 8, "empti": 8, "totalcount": 8, "masteraccounttotalasset": 8, "23231201": 8, "spotsubuserassetbtcvolist": 8, "sub123": 8, "9999": 8, "test456": 8, "transfer_statu": 8, "11415955596": 8, "11366865406": 8, "redeem": 8, "margin_repay_loan": 8, "close_api_sess": 8, "user_stream": 8, "keepal": 8, "toggl": 8, "On": [6, 8], "And": 8, "whether": [0, 4, 8], "pai": 8, "dust": 8, "ONE": 8, "totalservicecharg": 8, "02102542": 8, "totaltransf": 8, "05127099": 8, "transferresult": 8, "03000000": 8, "1563368549307": 8, "00500000": 8, "2970932918": 8, "25000000": 8, "unvivers": 8, "accross": 8, "assumpt": 8, "through": [6, 8], "websit": 8, "transactionfeeflag": 8, "destin": 8, "back": 8, "departur": 8, "pass": 8, "build": [0, 6], "signific": 6, "advantag": 6, "boost": 6, "program": 6, "supplement": 6, "static": 6, "By": 6, "significantli": 6, "enhanc": 6, "speed": 6, "especi": 6, "computation": 6, "intens": 6, "faster": 6, "runtim": 6, "effici": 6, "altern": 6, "It": 6, "just": 6, "jit": 6, "dramat": 6, "tailor": 6, "seamlessli": 6, "simpler": 6, "straightforward": 6, "optim": 6, "minim": 6, "focu": 6, "rather": 6, "configur": 6, "channel": 6, "meta": 6, "yaml": 6, "medium": 6, "youtub": 6, "linkedin": 6, "tenant": 0, "kwarg": [0, 8], "__init__": 0, "few": 0, "_create_futures_coin_data_api_url": 0, "2017": 4, "2021": 4, "sammchardi": 4, "herebi": 4, "copi": 4, "associ": 4, "deal": 4, "merg": 4, "di": 4, "tribut": 4, "sublicens": 4, "whom": 4, "furnish": 4, "subject": 4, "fol": 4, "notic": 4, "shall": 4, "substanti": 4, "portion": 4, "THE": 4, "AS": 4, "impli": 4, "BUT": 4, "NOT": 4, "merchantabil": 4, "iti": 4, "fit": 4, "FOR": 4, "particular": 4, "noninfring": 4, "IN": 4, "NO": 4, "BE": 4, "tort": 4, "WITH": 4, "64": 6, "osx": 6, "win": 6, "architectur": [0, 6], "assist": 6, "gpt": 6, "human": 6, "employe": 6, "recognis": 0, "suitabl": 0, "target": [0, 6], "even": 0, "don": 0, "raspberri": 6, "pi": 6, "patient": 6, "_create_futures_api_uri": 0, "sinc": 0, "deliv": 0, "extens": 0, "pycharm": 0, "visual": 0, "method": [0, 6], "autocomplet": 0, "intellisens": 0, "As": 0, "solut": 0, "stub": [0, 6], "pyi": 0, "attach": 0, "65": 0, "did": 0, "instanti": 6, "upon": 6, "exit": 6, "depth": 6, "yourself": 6, "two": 6, "githubact": 6, "gh": 6, "cloud": 6, "preconfigur": 6, "pack": 6, "behind": 6}, "objects": {"": [[8, 0, 0, "-", "unicorn_binance_rest_api"]], "unicorn_binance_rest_api": [[8, 0, 0, "-", "enums"], [8, 0, 0, "-", "exceptions"], [8, 0, 0, "-", "helpers"], [8, 0, 0, "-", "manager"]], "unicorn_binance_rest_api.exceptions": [[8, 1, 1, "", "AlreadyStoppedError"], [8, 1, 1, "", "BinanceAPIException"], [8, 1, 1, "", "BinanceOrderException"], [8, 1, 1, "", "BinanceOrderInactiveSymbolException"], [8, 1, 1, "", "BinanceOrderMinAmountException"], [8, 1, 1, "", "BinanceOrderMinPriceException"], [8, 1, 1, "", "BinanceOrderMinTotalException"], [8, 1, 1, "", "BinanceOrderUnknownSymbolException"], [8, 1, 1, "", "BinanceRequestException"], [8, 1, 1, "", "BinanceWithdrawException"], [8, 1, 1, "", "UnknownExchange"]], "unicorn_binance_rest_api.helpers": [[8, 2, 1, "", "date_to_milliseconds"], [8, 2, 1, "", "interval_to_milliseconds"]], "unicorn_binance_rest_api.manager": [[8, 3, 1, "", "BinanceRestApiManager"]], "unicorn_binance_rest_api.manager.BinanceRestApiManager": [[8, 4, 1, "", "AGG_BEST_MATCH"], [8, 4, 1, "", "AGG_BUYER_MAKES"], [8, 4, 1, "", "AGG_FIRST_TRADE_ID"], [8, 4, 1, "", "AGG_ID"], [8, 4, 1, "", "AGG_LAST_TRADE_ID"], [8, 4, 1, "", "AGG_PRICE"], [8, 4, 1, "", "AGG_QUANTITY"], [8, 4, 1, "", "AGG_TIME"], [8, 4, 1, "", "API_URL"], [8, 4, 1, "", "COIN_FUTURE_TO_SPOT"], [8, 4, 1, "", "FIAT_TO_MINING"], [8, 4, 1, "", "FIAT_TO_SPOT"], [8, 4, 1, "", "FIAT_TO_USDT_FUTURE"], [8, 4, 1, "", "FUTURES_API_VERSION"], [8, 4, 1, "", "FUTURES_API_VERSION2"], [8, 4, 1, "", "FUTURES_COIN_DATA_URL"], [8, 4, 1, "", "FUTURES_COIN_URL"], [8, 4, 1, "", "FUTURES_DATA_URL"], [8, 4, 1, "", "FUTURES_URL"], [8, 4, 1, "", "KLINE_INTERVAL_12HOUR"], [8, 4, 1, "", "KLINE_INTERVAL_15MINUTE"], [8, 4, 1, "", "KLINE_INTERVAL_1DAY"], [8, 4, 1, "", "KLINE_INTERVAL_1HOUR"], [8, 4, 1, "", "KLINE_INTERVAL_1MINUTE"], [8, 4, 1, "", "KLINE_INTERVAL_1MONTH"], [8, 4, 1, "", "KLINE_INTERVAL_1SECOND"], [8, 4, 1, "", "KLINE_INTERVAL_1WEEK"], [8, 4, 1, "", "KLINE_INTERVAL_2HOUR"], [8, 4, 1, "", "KLINE_INTERVAL_30MINUTE"], [8, 4, 1, "", "KLINE_INTERVAL_3DAY"], [8, 4, 1, "", "KLINE_INTERVAL_3MINUTE"], [8, 4, 1, "", "KLINE_INTERVAL_4HOUR"], [8, 4, 1, "", "KLINE_INTERVAL_5MINUTE"], [8, 4, 1, "", "KLINE_INTERVAL_6HOUR"], [8, 4, 1, "", "KLINE_INTERVAL_8HOUR"], [8, 4, 1, "", "MARGIN_API_URL"], [8, 4, 1, "", "MARGIN_API_VERSION"], [8, 4, 1, "", "MARGIN_CROSS_TO_SPOT"], [8, 4, 1, "", "MARGIN_CROSS_TO_USDT_FUTURE"], [8, 4, 1, "", "MINING_TO_FIAT"], [8, 4, 1, "", "MINING_TO_SPOT"], [8, 4, 1, "", "MINING_TO_USDT_FUTURE"], [8, 4, 1, "", "ORDER_RESP_TYPE_ACK"], [8, 4, 1, "", "ORDER_RESP_TYPE_FULL"], [8, 4, 1, "", "ORDER_RESP_TYPE_RESULT"], [8, 4, 1, "", "ORDER_STATUS_CANCELED"], [8, 4, 1, "", "ORDER_STATUS_EXPIRED"], [8, 4, 1, "", "ORDER_STATUS_FILLED"], [8, 4, 1, "", "ORDER_STATUS_NEW"], [8, 4, 1, "", "ORDER_STATUS_PARTIALLY_FILLED"], [8, 4, 1, "", "ORDER_STATUS_PENDING_CANCEL"], [8, 4, 1, "", "ORDER_STATUS_REJECTED"], [8, 4, 1, "", "ORDER_TYPE_LIMIT"], [8, 4, 1, "", "ORDER_TYPE_LIMIT_MAKER"], [8, 4, 1, "", "ORDER_TYPE_MARKET"], [8, 4, 1, "", "ORDER_TYPE_STOP_LOSS"], [8, 4, 1, "", "ORDER_TYPE_STOP_LOSS_LIMIT"], [8, 4, 1, "", "ORDER_TYPE_TAKE_PROFIT"], [8, 4, 1, "", "ORDER_TYPE_TAKE_PROFIT_LIMIT"], [8, 4, 1, "", "PRIVATE_API_VERSION"], [8, 4, 1, "", "PUBLIC_API_VERSION"], [8, 4, 1, "", "SIDE_BUY"], [8, 4, 1, "", "SIDE_SELL"], [8, 4, 1, "", "SPOT_TO_COIN_FUTURE"], [8, 4, 1, "", "SPOT_TO_FIAT"], [8, 4, 1, "", "SPOT_TO_MARGIN_CROSS"], [8, 4, 1, "", "SPOT_TO_MINING"], [8, 4, 1, "", "SPOT_TO_USDT_FUTURE"], [8, 4, 1, "", "SYMBOL_TYPE_SPOT"], [8, 4, 1, "", "TIME_IN_FORCE_FOK"], [8, 4, 1, "", "TIME_IN_FORCE_GTC"], [8, 4, 1, "", "TIME_IN_FORCE_IOC"], [8, 4, 1, "", "USDT_FUTURE_TO_FIAT"], [8, 4, 1, "", "USDT_FUTURE_TO_MARGIN_CROSS"], [8, 4, 1, "", "USDT_FUTURE_TO_SPOT"], [8, 4, 1, "", "WEBSITE_URL"], [8, 5, 1, "", "aggregate_trade_iter"], [8, 5, 1, "", "cancel_all_open_margin_orders"], [8, 5, 1, "", "cancel_all_open_orders"], [8, 5, 1, "", "cancel_margin_oco_order"], [8, 5, 1, "", "cancel_margin_order"], [8, 5, 1, "", "cancel_order"], [8, 5, 1, "", "change_fixed_activity_to_daily_position"], [8, 5, 1, "", "create_isolated_margin_account"], [8, 5, 1, "", "create_margin_loan"], [8, 5, 1, "", "create_margin_oco_order"], [8, 5, 1, "", "create_margin_order"], [8, 5, 1, "", "create_oco_order"], [8, 5, 1, "", "create_order"], [8, 5, 1, "", "create_sub_account_futures_transfer"], [8, 5, 1, "", "create_test_order"], [8, 5, 1, "", "disable_fast_withdraw_switch"], [8, 5, 1, "", "enable_fast_withdraw_switch"], [8, 5, 1, "", "enable_subaccount_futures"], [8, 5, 1, "", "enable_subaccount_margin"], [8, 5, 1, "", "futures_account"], [8, 5, 1, "", "futures_account_balance"], [8, 5, 1, "", "futures_account_trades"], [8, 5, 1, "", "futures_account_transfer"], [8, 5, 1, "", "futures_aggregate_trades"], [8, 5, 1, "", "futures_auto_cancel_all_open_orders"], [8, 5, 1, "", "futures_cancel_all_open_orders"], [8, 5, 1, "", "futures_cancel_order"], [8, 5, 1, "", "futures_cancel_orders"], [8, 5, 1, "", "futures_change_leverage"], [8, 5, 1, "", "futures_change_margin_type"], [8, 5, 1, "", "futures_change_position_margin"], [8, 5, 1, "", "futures_change_position_mode"], [8, 5, 1, "", "futures_coin_account"], [8, 5, 1, "", "futures_coin_account_balance"], [8, 5, 1, "", "futures_coin_account_trades"], [8, 5, 1, "", "futures_coin_aggregate_trades"], [8, 5, 1, "", "futures_coin_cancel_all_open_orders"], [8, 5, 1, "", "futures_coin_cancel_order"], [8, 5, 1, "", "futures_coin_cancel_orders"], [8, 5, 1, "", "futures_coin_change_leverage"], [8, 5, 1, "", "futures_coin_change_margin_type"], [8, 5, 1, "", "futures_coin_change_position_margin"], [8, 5, 1, "", "futures_coin_change_position_mode"], [8, 5, 1, "", "futures_coin_continous_klines"], [8, 5, 1, "", "futures_coin_create_order"], [8, 5, 1, "", "futures_coin_exchange_info"], [8, 5, 1, "", "futures_coin_funding_rate"], [8, 5, 1, "", "futures_coin_get_all_orders"], [8, 5, 1, "", "futures_coin_get_open_orders"], [8, 5, 1, "", "futures_coin_get_order"], [8, 5, 1, "", "futures_coin_get_position_mode"], [8, 5, 1, "", "futures_coin_historical_trades"], [8, 5, 1, "", "futures_coin_income_history"], [8, 5, 1, "", "futures_coin_index_price_klines"], [8, 5, 1, "", "futures_coin_klines"], [8, 5, 1, "", "futures_coin_leverage_bracket"], [8, 5, 1, "", "futures_coin_liquidation_orders"], [8, 5, 1, "", "futures_coin_mark_price"], [8, 5, 1, "", "futures_coin_mark_price_klines"], [8, 5, 1, "", "futures_coin_open_interest"], [8, 5, 1, "", "futures_coin_open_interest_hist"], [8, 5, 1, "", "futures_coin_order_book"], [8, 5, 1, "", "futures_coin_orderbook_ticker"], [8, 5, 1, "", "futures_coin_ping"], [8, 5, 1, "", "futures_coin_place_batch_order"], [8, 5, 1, "", "futures_coin_position_information"], [8, 5, 1, "", "futures_coin_position_margin_history"], [8, 5, 1, "", "futures_coin_recent_trades"], [8, 5, 1, "", "futures_coin_stream_close"], [8, 5, 1, "", "futures_coin_stream_get_listen_key"], [8, 5, 1, "", "futures_coin_stream_keepalive"], [8, 5, 1, "", "futures_coin_symbol_ticker"], [8, 5, 1, "", "futures_coin_ticker"], [8, 5, 1, "", "futures_coin_time"], [8, 5, 1, "", "futures_commission_rate"], [8, 5, 1, "", "futures_create_order"], [8, 5, 1, "", "futures_exchange_info"], [8, 5, 1, "", "futures_funding_rate"], [8, 5, 1, "", "futures_get_all_orders"], [8, 5, 1, "", "futures_get_open_orders"], [8, 5, 1, "", "futures_get_order"], [8, 5, 1, "", "futures_get_position_mode"], [8, 5, 1, "", "futures_historical_trades"], [8, 5, 1, "", "futures_income_history"], [8, 5, 1, "", "futures_klines"], [8, 5, 1, "", "futures_leverage_bracket"], [8, 5, 1, "", "futures_liquidation_orders"], [8, 5, 1, "", "futures_mark_price"], [8, 5, 1, "", "futures_open_interest"], [8, 5, 1, "", "futures_open_interest_hist"], [8, 5, 1, "", "futures_order_book"], [8, 5, 1, "", "futures_orderbook_ticker"], [8, 5, 1, "", "futures_ping"], [8, 5, 1, "", "futures_place_batch_order"], [8, 5, 1, "", "futures_position_information"], [8, 5, 1, "", "futures_position_margin_history"], [8, 5, 1, "", "futures_recent_trades"], [8, 5, 1, "", "futures_stream_close"], [8, 5, 1, "", "futures_stream_get_listen_key"], [8, 5, 1, "", "futures_stream_keepalive"], [8, 5, 1, "", "futures_symbol_ticker"], [8, 5, 1, "", "futures_ticker"], [8, 5, 1, "", "futures_time"], [8, 5, 1, "", "get_account"], [8, 5, 1, "", "get_account_api_trading_status"], [8, 5, 1, "", "get_account_snapshot"], [8, 5, 1, "", "get_account_status"], [8, 5, 1, "", "get_aggregate_trades"], [8, 5, 1, "", "get_all_coins_info"], [8, 5, 1, "", "get_all_isolated_margin_symbols"], [8, 5, 1, "", "get_all_margin_orders"], [8, 5, 1, "", "get_all_orders"], [8, 5, 1, "", "get_all_tickers"], [8, 5, 1, "", "get_asset_balance"], [8, 5, 1, "", "get_asset_details"], [8, 5, 1, "", "get_asset_dividend_history"], [8, 5, 1, "", "get_avg_price"], [8, 5, 1, "", "get_bnb_burn_spot_margin"], [8, 5, 1, "", "get_deposit_address"], [8, 5, 1, "", "get_deposit_history"], [8, 5, 1, "", "get_dust_log"], [8, 5, 1, "", "get_exchange_info"], [8, 5, 1, "", "get_fixed_activity_project_list"], [8, 5, 1, "", "get_historical_klines"], [8, 5, 1, "", "get_historical_klines_generator"], [8, 5, 1, "", "get_historical_trades"], [8, 5, 1, "", "get_isolated_margin_account"], [8, 5, 1, "", "get_isolated_margin_symbol"], [8, 5, 1, "", "get_klines"], [8, 5, 1, "", "get_latest_release_info"], [8, 5, 1, "", "get_latest_version"], [8, 5, 1, "", "get_lending_account"], [8, 5, 1, "", "get_lending_daily_quota_left"], [8, 5, 1, "", "get_lending_daily_redemption_quota"], [8, 5, 1, "", "get_lending_interest_history"], [8, 5, 1, "", "get_lending_position"], [8, 5, 1, "", "get_lending_product_list"], [8, 5, 1, "", "get_lending_purchase_history"], [8, 5, 1, "", "get_lending_redemption_history"], [8, 5, 1, "", "get_margin_account"], [8, 5, 1, "", "get_margin_asset"], [8, 5, 1, "", "get_margin_loan_details"], [8, 5, 1, "", "get_margin_oco_order"], [8, 5, 1, "", "get_margin_order"], [8, 5, 1, "", "get_margin_price_index"], [8, 5, 1, "", "get_margin_repay_details"], [8, 5, 1, "", "get_margin_symbol"], [8, 5, 1, "", "get_margin_trades"], [8, 5, 1, "", "get_max_margin_loan"], [8, 5, 1, "", "get_max_margin_transfer"], [8, 5, 1, "", "get_my_trades"], [8, 5, 1, "", "get_open_isolated_margin_orders"], [8, 5, 1, "", "get_open_margin_oco_orders"], [8, 5, 1, "", "get_open_margin_orders"], [8, 5, 1, "", "get_open_orders"], [8, 5, 1, "", "get_order"], [8, 5, 1, "", "get_order_book"], [8, 5, 1, "", "get_orderbook_ticker"], [8, 5, 1, "", "get_orderbook_tickers"], [8, 5, 1, "", "get_products"], [8, 5, 1, "", "get_recent_trades"], [8, 5, 1, "", "get_server_time"], [8, 5, 1, "", "get_sub_account_assets"], [8, 5, 1, "", "get_sub_account_futures_transfer_history"], [8, 5, 1, "", "get_sub_account_list"], [8, 5, 1, "", "get_sub_account_transfer_history"], [8, 5, 1, "", "get_subaccount_deposit_address"], [8, 5, 1, "", "get_subaccount_deposit_history"], [8, 5, 1, "", "get_subaccount_futures_details"], [8, 5, 1, "", "get_subaccount_futures_margin_status"], [8, 5, 1, "", "get_subaccount_futures_positionrisk"], [8, 5, 1, "", "get_subaccount_futures_summary"], [8, 5, 1, "", "get_subaccount_margin_details"], [8, 5, 1, "", "get_subaccount_margin_summary"], [8, 5, 1, "", "get_subaccount_transfer_history"], [8, 5, 1, "", "get_symbol_info"], [8, 5, 1, "", "get_symbol_ticker"], [8, 5, 1, "", "get_system_status"], [8, 5, 1, "", "get_ticker"], [8, 5, 1, "", "get_trade_fee"], [8, 5, 1, "", "get_universal_transfer_history"], [8, 5, 1, "", "get_used_weight"], [8, 5, 1, "", "get_user_agent"], [8, 5, 1, "", "get_version"], [8, 5, 1, "", "get_withdraw_history"], [8, 5, 1, "", "get_withdraw_history_id"], [8, 5, 1, "", "is_update_availabe"], [8, 5, 1, "", "isolated_margin_stream_close"], [8, 5, 1, "", "isolated_margin_stream_get_listen_key"], [8, 5, 1, "", "isolated_margin_stream_keepalive"], [8, 5, 1, "", "make_subaccount_futures_transfer"], [8, 5, 1, "", "make_subaccount_margin_transfer"], [8, 5, 1, "", "make_subaccount_to_master_transfer"], [8, 5, 1, "", "make_subaccount_to_subaccount_transfer"], [8, 5, 1, "", "make_universal_transfer"], [8, 5, 1, "", "margin_stream_close"], [8, 5, 1, "", "margin_stream_get_listen_key"], [8, 5, 1, "", "margin_stream_keepalive"], [8, 5, 1, "", "new_transfer_history"], [8, 5, 1, "", "order_limit"], [8, 5, 1, "", "order_limit_buy"], [8, 5, 1, "", "order_limit_sell"], [8, 5, 1, "", "order_market"], [8, 5, 1, "", "order_market_buy"], [8, 5, 1, "", "order_market_sell"], [8, 5, 1, "", "order_oco_buy"], [8, 5, 1, "", "order_oco_sell"], [8, 5, 1, "", "ping"], [8, 5, 1, "", "purchase_lending_product"], [8, 5, 1, "", "query_subaccount_spot_summary"], [8, 5, 1, "", "query_universal_transfer_history"], [8, 5, 1, "", "redeem_lending_product"], [8, 5, 1, "", "repay_margin_loan"], [8, 5, 1, "", "stop_manager"], [8, 5, 1, "", "stream_close"], [8, 5, 1, "", "stream_get_listen_key"], [8, 5, 1, "", "stream_keepalive"], [8, 5, 1, "", "toggle_bnb_burn_spot_margin"], [8, 5, 1, "", "transfer_dust"], [8, 5, 1, "", "transfer_history"], [8, 5, 1, "", "transfer_isolated_margin_to_spot"], [8, 5, 1, "", "transfer_margin_to_spot"], [8, 5, 1, "", "transfer_spot_to_isolated_margin"], [8, 5, 1, "", "transfer_spot_to_margin"], [8, 5, 1, "", "universal_transfer"], [8, 5, 1, "", "withdraw"]]}, "objtypes": {"0": "py:module", "1": "py:exception", "2": "py:function", "3": "py:class", "4": "py:attribute", "5": "py:method"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "exception", "Python exception"], "2": ["py", "function", "Python function"], "3": ["py", "class", "Python class"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "method", "Python method"]}, "titleterms": {"unicorn": [0, 3, 6], "binanc": [0, 3, 6], "rest": [0, 3, 6], "api": [0, 3, 6], "chang": [0, 6], "log": [0, 6], "2": 0, "0": 0, "4": 0, "dev": [0, 6], "develop": 0, "stage": [0, 6], "unreleas": 0, "unstabl": 0, "3": 0, "fix": 0, "1": 0, "ad": 0, "10": 0, "9": 0, "remov": 0, "8": 0, "7": 0, "6": 0, "5": 0, "contributor": [1, 6], "coven": 1, "code": [1, 6], "conduct": 1, "our": 1, "pledg": 1, "standard": 1, "respons": 1, "scope": 1, "enforc": 1, "attribut": 1, "contribut": [2, 6], "pull": 2, "request": 2, "process": 2, "welcom": 3, "": 3, "document": [3, 6], "content": [3, 8], "indic": 3, "tabl": 3, "lsosl": 4, "lucit": 4, "synerget": 4, "open": 4, "sourc": [4, 6], "licens": [4, 6], "unicorn_binance_rest_api": [5, 8], "get": 6, "suit": 6, "receiv": 6, "data": 6, "from": 6, "endpoint": 6, "initi": 6, "binancerestapimanag": 6, "print": 6, "snapshot": 6, "an": 6, "order": 6, "book": 6, "all": 6, "symbol": 6, "price": 6, "us": 6, "weight": 6, "send": 6, "bui": 6, "btc": 6, "market": 6, "100": 6, "usdt": 6, "stop": 6, "ubra": 6, "after": 6, "usag": 6, "avoid": 6, "memori": 6, "leak": 6, "right": [], "logger": [], "descript": 6, "what": 6, "ar": 6, "benefit": 6, "instal": 6, "upgrad": 6, "A": 6, "cython": 6, "binari": 6, "pypi": 6, "base": 6, "cpython": 6, "wheel": 6, "latest": 6, "version": 6, "pip": 6, "conda": 6, "packag": [6, 8], "releas": 6, "anaconda": 6, "via": [], "forg": [], "github": 6, "linux": 6, "maco": 6, "window": 6, "environ": 6, "virtualenv": 6, "plain": 6, "python": 6, "exampl": 6, "howto": 6, "project": 6, "homepag": 6, "wiki": 6, "social": 6, "notif": 6, "how": 6, "report": [6, 7], "bug": [6, 7], "suggest": 6, "improv": 6, "you": 6, "want": [], "sai": [], "thank": [], "disclaim": 6, "If": 6, "intend": 6, "real": 6, "monei": 6, "your": 6, "own": 6, "risk": 6, "socks5": 6, "proxi": 6, "geoblock": 6, "commerci": 6, "support": 6, "secur": 7, "polici": 7, "procedur": 7, "disclosur": 7, "comment": 7, "thi": 7, "submodul": 8, "unicorn_binancerest_api": 8, "enum": 8, "modul": 8, "except": 8, "helper": 8, "manag": 8, "updat": 6, "creat": 6, "automat": 6, "action": 6}, "envversion": {"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, "sphinx": 60}, "alltitles": {"Welcome to unicorn-binance-rest-api\u2019s documentation!": [[3, "welcome-to-unicorn-binance-rest-api-s-documentation"]], "Contents:": [[3, null]], "Indices and tables": [[3, "indices-and-tables"]], "unicorn_binance_rest_api": [[5, "unicorn-binance-rest-api"]], "unicorn-binance-rest-api Change Log": [[0, "unicorn-binance-rest-api-change-log"]], "2.3.0.dev (development stage/unreleased/unstable)": [[0, "dev-development-stage-unreleased-unstable"]], "2.3.0": [[0, "id1"]], "Added": [[0, "added"], [0, "id4"], [0, "id6"], [0, "id21"], [0, "id23"], [0, "id25"], [0, "id29"], [0, "id32"], [0, "id34"], [0, "id37"], [0, "id47"], [0, "id52"], [0, "id57"], [0, "id59"]], "Changed": [[0, "changed"], [0, "id11"], [0, "id16"], [0, "id35"], [0, "id40"], [0, "id45"], [0, "id48"], [0, "id53"]], "Fixed": [[0, "fixed"], [0, "id7"], [0, "id9"], [0, "id17"], [0, "id19"], [0, "id42"], [0, "id49"], [0, "id55"]], "2.2.1": [[0, "id2"]], "2.2.0": [[0, "id3"]], "2.1.2": [[0, "id5"]], "Removed": [[0, "removed"], [0, "id26"], [0, "id50"], [0, "id60"]], "2.1.1": [[0, "id8"]], "2.1.0": [[0, "id10"]], "Adding": [[0, "adding"], [0, "id44"]], "2.0.5": [[0, "id12"]], "2.0.4": [[0, "id13"]], "2.0.3": [[0, "id14"]], "2.0.2": [[0, "id15"]], "2.0.1": [[0, "id18"]], "2.0.0": [[0, "id20"]], "1.10.0": [[0, "id22"]], "1.9.0": [[0, "id24"]], "1.8.1": [[0, "id27"]], "Fixing": [[0, "fixing"], [0, "id30"]], "1.8.0": [[0, "id28"]], "1.7.0": [[0, "id31"]], "1.6.0": [[0, "id33"]], "1.5.0": [[0, "id36"]], "1.4.3": [[0, "id38"]], "1.4.2": [[0, "id39"]], "1.4.1": [[0, "id41"]], "1.4.0": [[0, "id43"]], "1.3.0": [[0, "id46"]], "1.2.0": [[0, "id51"]], "1.1.1": [[0, "id54"]], "1.1.0": [[0, "id56"]], "1.0.0": [[0, "id58"]], "Contributor Covenant Code of Conduct": [[1, "contributor-covenant-code-of-conduct"]], "Our Pledge": [[1, "our-pledge"]], "Our Standards": [[1, "our-standards"]], "Our Responsibilities": [[1, "our-responsibilities"]], "Scope": [[1, "scope"]], "Enforcement": [[1, "enforcement"]], "Attribution": [[1, "attribution"]], "Contributing": [[2, "contributing"], [6, "contributing"]], "Pull Request Process": [[2, "pull-request-process"]], "LSOSL - LUCIT Synergetic Open Source License": [[4, "lsosl-lucit-synergetic-open-source-license"]], "UNICORN Binance REST API": [[6, "unicorn-binance-rest-api"]], "Get a UNICORN Binance Suite License": [[6, "get-a-unicorn-binance-suite-license"]], "Receive Data from Binance REST API Endpoints": [[6, "receive-data-from-binance-rest-api-endpoints"]], "Initiate BinanceRestApiManager()": [[6, "initiate-binancerestapimanager"], [6, "id1"]], "Print a snapshot of an order book": [[6, "print-a-snapshot-of-an-order-book"]], "Get all symbol prices": [[6, "get-all-symbol-prices"]], "Get the used weight": [[6, "get-the-used-weight"]], "Send data to Binance REST API Endpoints": [[6, "send-data-to-binance-rest-api-endpoints"]], "Buy BTC with a market order using 100 USDT": [[6, "buy-btc-with-a-market-order-using-100-usdt"]], "Stop ubra after usage to avoid memory leaks": [[6, "stop-ubra-after-usage-to-avoid-memory-leaks"]], "Description": [[6, "description"]], "What are the benefits of the UNICORN Binance REST API?": [[6, "what-are-the-benefits-of-the-unicorn-binance-rest-api"]], "Installation and Upgrade": [[6, "installation-and-upgrade"]], "Packages are created automatically with GitHub Actions": [[6, "packages-are-created-automatically-with-github-actions"]], "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"]], "Installation": [[6, "installation"], [6, "id2"]], "Update": [[6, "update"], [6, "id3"]], "A Conda Package of the latest version with conda from Anaconda": [[6, "a-conda-package-of-the-latest-version-with-conda-from-anaconda"]], "From source of the latest release with PIP from Github": [[6, "from-source-of-the-latest-release-with-pip-from-github"]], "Linux, macOS, \u2026": [[6, "linux-macos"]], "Windows": [[6, "windows"]], "From the latest source (dev-stage) with PIP from Github": [[6, "from-the-latest-source-dev-stage-with-pip-from-github"]], "Conda environment, Virtualenv or plain Python": [[6, "conda-environment-virtualenv-or-plain-python"]], "Change Log": [[6, "change-log"]], "Documentation": [[6, "documentation"]], "Examples": [[6, "examples"]], "Howto": [[6, "howto"]], "Project Homepage": [[6, "project-homepage"]], "Wiki": [[6, "wiki"]], "Social": [[6, "social"]], "Receive Notifications": [[6, "receive-notifications"]], "How to report Bugs or suggest Improvements?": [[6, "how-to-report-bugs-or-suggest-improvements"]], "Contributors": [[6, "contributors"]], "Disclaimer": [[6, "disclaimer"]], "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"]], "SOCKS5 Proxy / Geoblocking": [[6, "socks5-proxy-geoblocking"]], "Commercial Support": [[6, "commercial-support"]], "Security Policies and Procedures": [[7, "security-policies-and-procedures"]], "Reporting a Bug": [[7, "reporting-a-bug"]], "Disclosure Policy": [[7, "disclosure-policy"]], "Comments on this Policy": [[7, "comments-on-this-policy"]], "unicorn_binance_rest_api package": [[8, "unicorn-binance-rest-api-package"]], "Submodules": [[8, "submodules"]], "unicorn_binancerest_api.enums module": [[8, "module-unicorn_binance_rest_api.enums"]], "unicorn_binance_rest_api.exceptions module": [[8, "module-unicorn_binance_rest_api.exceptions"]], "unicorn_binance_rest_api.helpers module": [[8, "module-unicorn_binance_rest_api.helpers"]], "unicorn_binance_rest_api.manager module": [[8, "module-unicorn_binance_rest_api.manager"]], "Module contents": [[8, "module-unicorn_binance_rest_api"]]}, "indexentries": {"agg_best_match (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_BEST_MATCH"]], "agg_buyer_makes (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_BUYER_MAKES"]], "agg_first_trade_id (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_FIRST_TRADE_ID"]], "agg_id (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_ID"]], "agg_last_trade_id (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_LAST_TRADE_ID"]], "agg_price (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_PRICE"]], "agg_quantity (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_QUANTITY"]], "agg_time (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_TIME"]], "api_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.API_URL"]], "alreadystoppederror": [[8, "unicorn_binance_rest_api.exceptions.AlreadyStoppedError"]], "binanceapiexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceAPIException"]], "binanceorderexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderException"]], "binanceorderinactivesymbolexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderInactiveSymbolException"]], "binanceorderminamountexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderMinAmountException"]], "binanceorderminpriceexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderMinPriceException"]], "binanceordermintotalexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderMinTotalException"]], "binanceorderunknownsymbolexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderUnknownSymbolException"]], "binancerequestexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceRequestException"]], "binancerestapimanager (class in unicorn_binance_rest_api.manager)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager"]], "binancewithdrawexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceWithdrawException"]], "coin_future_to_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.COIN_FUTURE_TO_SPOT"]], "fiat_to_mining (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FIAT_TO_MINING"]], "fiat_to_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FIAT_TO_SPOT"]], "fiat_to_usdt_future (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FIAT_TO_USDT_FUTURE"]], "futures_api_version (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_API_VERSION"]], "futures_api_version2 (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_API_VERSION2"]], "futures_coin_data_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_COIN_DATA_URL"]], "futures_coin_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_COIN_URL"]], "futures_data_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_DATA_URL"]], "futures_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_URL"]], "kline_interval_12hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_12HOUR"]], "kline_interval_15minute (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_15MINUTE"]], "kline_interval_1day (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1DAY"]], "kline_interval_1hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1HOUR"]], "kline_interval_1minute (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1MINUTE"]], "kline_interval_1month (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1MONTH"]], "kline_interval_1second (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1SECOND"]], "kline_interval_1week (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1WEEK"]], "kline_interval_2hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_2HOUR"]], "kline_interval_30minute (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_30MINUTE"]], "kline_interval_3day (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_3DAY"]], "kline_interval_3minute (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_3MINUTE"]], "kline_interval_4hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_4HOUR"]], "kline_interval_5minute (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_5MINUTE"]], "kline_interval_6hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_6HOUR"]], "kline_interval_8hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_8HOUR"]], "margin_api_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MARGIN_API_URL"]], "margin_api_version (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MARGIN_API_VERSION"]], "margin_cross_to_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MARGIN_CROSS_TO_SPOT"]], "margin_cross_to_usdt_future (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MARGIN_CROSS_TO_USDT_FUTURE"]], "mining_to_fiat (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MINING_TO_FIAT"]], "mining_to_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MINING_TO_SPOT"]], "mining_to_usdt_future (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MINING_TO_USDT_FUTURE"]], "order_resp_type_ack (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_RESP_TYPE_ACK"]], "order_resp_type_full (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_RESP_TYPE_FULL"]], "order_resp_type_result (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_RESP_TYPE_RESULT"]], "order_status_canceled (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_CANCELED"]], "order_status_expired (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_EXPIRED"]], "order_status_filled (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_FILLED"]], "order_status_new (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_NEW"]], "order_status_partially_filled (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_PARTIALLY_FILLED"]], "order_status_pending_cancel (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_PENDING_CANCEL"]], "order_status_rejected (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_REJECTED"]], "order_type_limit (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_LIMIT"]], "order_type_limit_maker (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_LIMIT_MAKER"]], "order_type_market (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_MARKET"]], "order_type_stop_loss (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_STOP_LOSS"]], "order_type_stop_loss_limit (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_STOP_LOSS_LIMIT"]], "order_type_take_profit (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_TAKE_PROFIT"]], "order_type_take_profit_limit (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_TAKE_PROFIT_LIMIT"]], "private_api_version (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.PRIVATE_API_VERSION"]], "public_api_version (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.PUBLIC_API_VERSION"]], "side_buy (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SIDE_BUY"]], "side_sell (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SIDE_SELL"]], "spot_to_coin_future (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SPOT_TO_COIN_FUTURE"]], "spot_to_fiat (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SPOT_TO_FIAT"]], "spot_to_margin_cross (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SPOT_TO_MARGIN_CROSS"]], "spot_to_mining (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SPOT_TO_MINING"]], "spot_to_usdt_future (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SPOT_TO_USDT_FUTURE"]], "symbol_type_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SYMBOL_TYPE_SPOT"]], "time_in_force_fok (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.TIME_IN_FORCE_FOK"]], "time_in_force_gtc (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.TIME_IN_FORCE_GTC"]], "time_in_force_ioc (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.TIME_IN_FORCE_IOC"]], "usdt_future_to_fiat (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.USDT_FUTURE_TO_FIAT"]], "usdt_future_to_margin_cross (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.USDT_FUTURE_TO_MARGIN_CROSS"]], "usdt_future_to_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.USDT_FUTURE_TO_SPOT"]], "unknownexchange": [[8, "unicorn_binance_rest_api.exceptions.UnknownExchange"]], "website_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.WEBSITE_URL"]], "aggregate_trade_iter() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.aggregate_trade_iter"]], "cancel_all_open_margin_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.cancel_all_open_margin_orders"]], "cancel_all_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.cancel_all_open_orders"]], "cancel_margin_oco_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.cancel_margin_oco_order"]], "cancel_margin_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.cancel_margin_order"]], "cancel_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.cancel_order"]], "change_fixed_activity_to_daily_position() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.change_fixed_activity_to_daily_position"]], "create_isolated_margin_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_isolated_margin_account"]], "create_margin_loan() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_margin_loan"]], "create_margin_oco_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_margin_oco_order"]], "create_margin_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_margin_order"]], "create_oco_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_oco_order"]], "create_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_order"]], "create_sub_account_futures_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_sub_account_futures_transfer"]], "create_test_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_test_order"]], "date_to_milliseconds() (in module unicorn_binance_rest_api.helpers)": [[8, "unicorn_binance_rest_api.helpers.date_to_milliseconds"]], "disable_fast_withdraw_switch() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.disable_fast_withdraw_switch"]], "enable_fast_withdraw_switch() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.enable_fast_withdraw_switch"]], "enable_subaccount_futures() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.enable_subaccount_futures"]], "enable_subaccount_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.enable_subaccount_margin"]], "futures_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_account"]], "futures_account_balance() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_account_balance"]], "futures_account_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_account_trades"]], "futures_account_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_account_transfer"]], "futures_aggregate_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_aggregate_trades"]], "futures_auto_cancel_all_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_auto_cancel_all_open_orders"]], "futures_cancel_all_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_cancel_all_open_orders"]], "futures_cancel_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_cancel_order"]], "futures_cancel_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_cancel_orders"]], "futures_change_leverage() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_change_leverage"]], "futures_change_margin_type() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_change_margin_type"]], "futures_change_position_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_change_position_margin"]], "futures_change_position_mode() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_change_position_mode"]], "futures_coin_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_account"]], "futures_coin_account_balance() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_account_balance"]], "futures_coin_account_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_account_trades"]], "futures_coin_aggregate_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_aggregate_trades"]], "futures_coin_cancel_all_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_cancel_all_open_orders"]], "futures_coin_cancel_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_cancel_order"]], "futures_coin_cancel_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_cancel_orders"]], "futures_coin_change_leverage() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_change_leverage"]], "futures_coin_change_margin_type() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_change_margin_type"]], "futures_coin_change_position_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_change_position_margin"]], "futures_coin_change_position_mode() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_change_position_mode"]], "futures_coin_continous_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_continous_klines"]], "futures_coin_create_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_create_order"]], "futures_coin_exchange_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_exchange_info"]], "futures_coin_funding_rate() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_funding_rate"]], "futures_coin_get_all_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_get_all_orders"]], "futures_coin_get_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_get_open_orders"]], "futures_coin_get_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_get_order"]], "futures_coin_get_position_mode() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_get_position_mode"]], "futures_coin_historical_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_historical_trades"]], "futures_coin_income_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_income_history"]], "futures_coin_index_price_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_index_price_klines"]], "futures_coin_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_klines"]], "futures_coin_leverage_bracket() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_leverage_bracket"]], "futures_coin_liquidation_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_liquidation_orders"]], "futures_coin_mark_price() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_mark_price"]], "futures_coin_mark_price_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_mark_price_klines"]], "futures_coin_open_interest() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_open_interest"]], "futures_coin_open_interest_hist() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_open_interest_hist"]], "futures_coin_order_book() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_order_book"]], "futures_coin_orderbook_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_orderbook_ticker"]], "futures_coin_ping() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_ping"]], "futures_coin_place_batch_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_place_batch_order"]], "futures_coin_position_information() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_position_information"]], "futures_coin_position_margin_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_position_margin_history"]], "futures_coin_recent_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_recent_trades"]], "futures_coin_stream_close() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_stream_close"]], "futures_coin_stream_get_listen_key() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_stream_get_listen_key"]], "futures_coin_stream_keepalive() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_stream_keepalive"]], "futures_coin_symbol_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_symbol_ticker"]], "futures_coin_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_ticker"]], "futures_coin_time() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_time"]], "futures_commission_rate() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_commission_rate"]], "futures_create_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_create_order"]], "futures_exchange_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_exchange_info"]], "futures_funding_rate() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_funding_rate"]], "futures_get_all_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_get_all_orders"]], "futures_get_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_get_open_orders"]], "futures_get_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_get_order"]], "futures_get_position_mode() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_get_position_mode"]], "futures_historical_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_historical_trades"]], "futures_income_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_income_history"]], "futures_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_klines"]], "futures_leverage_bracket() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_leverage_bracket"]], "futures_liquidation_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_liquidation_orders"]], "futures_mark_price() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_mark_price"]], "futures_open_interest() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_open_interest"]], "futures_open_interest_hist() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_open_interest_hist"]], "futures_order_book() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_order_book"]], "futures_orderbook_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_orderbook_ticker"]], "futures_ping() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_ping"]], "futures_place_batch_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_place_batch_order"]], "futures_position_information() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_position_information"]], "futures_position_margin_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_position_margin_history"]], "futures_recent_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_recent_trades"]], "futures_stream_close() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_stream_close"]], "futures_stream_get_listen_key() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_stream_get_listen_key"]], "futures_stream_keepalive() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_stream_keepalive"]], "futures_symbol_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_symbol_ticker"]], "futures_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_ticker"]], "futures_time() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_time"]], "get_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_account"]], "get_account_api_trading_status() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_account_api_trading_status"]], "get_account_snapshot() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_account_snapshot"]], "get_account_status() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_account_status"]], "get_aggregate_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_aggregate_trades"]], "get_all_coins_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_all_coins_info"]], "get_all_isolated_margin_symbols() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_all_isolated_margin_symbols"]], "get_all_margin_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_all_margin_orders"]], "get_all_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_all_orders"]], "get_all_tickers() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_all_tickers"]], "get_asset_balance() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_asset_balance"]], "get_asset_details() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_asset_details"]], "get_asset_dividend_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_asset_dividend_history"]], "get_avg_price() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_avg_price"]], "get_bnb_burn_spot_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_bnb_burn_spot_margin"]], "get_deposit_address() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_deposit_address"]], "get_deposit_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_deposit_history"]], "get_dust_log() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_dust_log"]], "get_exchange_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_exchange_info"]], "get_fixed_activity_project_list() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_fixed_activity_project_list"]], "get_historical_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_historical_klines"]], "get_historical_klines_generator() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_historical_klines_generator"]], "get_historical_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_historical_trades"]], "get_isolated_margin_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_isolated_margin_account"]], "get_isolated_margin_symbol() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_isolated_margin_symbol"]], "get_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_klines"]], "get_latest_release_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_latest_release_info"]], "get_latest_version() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_latest_version"]], "get_lending_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_account"]], "get_lending_daily_quota_left() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_daily_quota_left"]], "get_lending_daily_redemption_quota() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_daily_redemption_quota"]], "get_lending_interest_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_interest_history"]], "get_lending_position() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_position"]], "get_lending_product_list() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_product_list"]], "get_lending_purchase_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_purchase_history"]], "get_lending_redemption_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_redemption_history"]], "get_margin_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_account"]], "get_margin_asset() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_asset"]], "get_margin_loan_details() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_loan_details"]], "get_margin_oco_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_oco_order"]], "get_margin_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_order"]], "get_margin_price_index() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_price_index"]], "get_margin_repay_details() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_repay_details"]], "get_margin_symbol() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_symbol"]], "get_margin_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_trades"]], "get_max_margin_loan() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_max_margin_loan"]], "get_max_margin_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_max_margin_transfer"]], "get_my_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_my_trades"]], "get_open_isolated_margin_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_open_isolated_margin_orders"]], "get_open_margin_oco_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_open_margin_oco_orders"]], "get_open_margin_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_open_margin_orders"]], "get_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_open_orders"]], "get_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_order"]], "get_order_book() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_order_book"]], "get_orderbook_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_orderbook_ticker"]], "get_orderbook_tickers() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_orderbook_tickers"]], "get_products() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_products"]], "get_recent_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_recent_trades"]], "get_server_time() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_server_time"]], "get_sub_account_assets() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_sub_account_assets"]], "get_sub_account_futures_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_sub_account_futures_transfer_history"]], "get_sub_account_list() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_sub_account_list"]], "get_sub_account_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_sub_account_transfer_history"]], "get_subaccount_deposit_address() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_deposit_address"]], "get_subaccount_deposit_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_deposit_history"]], "get_subaccount_futures_details() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_futures_details"]], "get_subaccount_futures_margin_status() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_futures_margin_status"]], "get_subaccount_futures_positionrisk() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_futures_positionrisk"]], "get_subaccount_futures_summary() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_futures_summary"]], "get_subaccount_margin_details() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_margin_details"]], "get_subaccount_margin_summary() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_margin_summary"]], "get_subaccount_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_transfer_history"]], "get_symbol_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_symbol_info"]], "get_symbol_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_symbol_ticker"]], "get_system_status() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_system_status"]], "get_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_ticker"]], "get_trade_fee() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_trade_fee"]], "get_universal_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_universal_transfer_history"]], "get_used_weight() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_used_weight"]], "get_user_agent() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_user_agent"]], "get_version() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_version"]], "get_withdraw_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_withdraw_history"]], "get_withdraw_history_id() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_withdraw_history_id"]], "interval_to_milliseconds() (in module unicorn_binance_rest_api.helpers)": [[8, "unicorn_binance_rest_api.helpers.interval_to_milliseconds"]], "is_update_availabe() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.is_update_availabe"]], "isolated_margin_stream_close() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.isolated_margin_stream_close"]], "isolated_margin_stream_get_listen_key() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.isolated_margin_stream_get_listen_key"]], "isolated_margin_stream_keepalive() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.isolated_margin_stream_keepalive"]], "make_subaccount_futures_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.make_subaccount_futures_transfer"]], "make_subaccount_margin_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.make_subaccount_margin_transfer"]], "make_subaccount_to_master_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.make_subaccount_to_master_transfer"]], "make_subaccount_to_subaccount_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.make_subaccount_to_subaccount_transfer"]], "make_universal_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.make_universal_transfer"]], "margin_stream_close() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.margin_stream_close"]], "margin_stream_get_listen_key() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.margin_stream_get_listen_key"]], "margin_stream_keepalive() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.margin_stream_keepalive"]], "module": [[8, "module-unicorn_binance_rest_api"], [8, "module-unicorn_binance_rest_api.enums"], [8, "module-unicorn_binance_rest_api.exceptions"], [8, "module-unicorn_binance_rest_api.helpers"], [8, "module-unicorn_binance_rest_api.manager"]], "new_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.new_transfer_history"]], "order_limit() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_limit"]], "order_limit_buy() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_limit_buy"]], "order_limit_sell() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_limit_sell"]], "order_market() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_market"]], "order_market_buy() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_market_buy"]], "order_market_sell() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_market_sell"]], "order_oco_buy() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_oco_buy"]], "order_oco_sell() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_oco_sell"]], "ping() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ping"]], "purchase_lending_product() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.purchase_lending_product"]], "query_subaccount_spot_summary() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.query_subaccount_spot_summary"]], "query_universal_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.query_universal_transfer_history"]], "redeem_lending_product() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.redeem_lending_product"]], "repay_margin_loan() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.repay_margin_loan"]], "stop_manager() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.stop_manager"]], "stream_close() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.stream_close"]], "stream_get_listen_key() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.stream_get_listen_key"]], "stream_keepalive() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.stream_keepalive"]], "toggle_bnb_burn_spot_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.toggle_bnb_burn_spot_margin"]], "transfer_dust() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_dust"]], "transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_history"]], "transfer_isolated_margin_to_spot() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_isolated_margin_to_spot"]], "transfer_margin_to_spot() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_margin_to_spot"]], "transfer_spot_to_isolated_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_spot_to_isolated_margin"]], "transfer_spot_to_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_spot_to_margin"]], "unicorn_binance_rest_api": [[8, "module-unicorn_binance_rest_api"]], "unicorn_binance_rest_api.enums": [[8, "module-unicorn_binance_rest_api.enums"]], "unicorn_binance_rest_api.exceptions": [[8, "module-unicorn_binance_rest_api.exceptions"]], "unicorn_binance_rest_api.helpers": [[8, "module-unicorn_binance_rest_api.helpers"]], "unicorn_binance_rest_api.manager": [[8, "module-unicorn_binance_rest_api.manager"]], "universal_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.universal_transfer"]], "withdraw() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.withdraw"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["changelog", "code_of_conduct", "contributing", "index", "license", "modules", "readme", "security", "unicorn_binance_rest_api"], "filenames": ["changelog.md", "code_of_conduct.md", "contributing.md", "index.rst", "license.rst", "modules.rst", "readme.md", "security.md", "unicorn_binance_rest_api.rst"], "titles": ["unicorn-binance-rest-api Change Log", "Contributor Covenant Code of Conduct", "Contributing", "Welcome to unicorn-binance-rest-api\u2019s documentation!", "LSOSL - LUCIT Synergetic Open Source License", "unicorn_binance_rest_api", "UNICORN Binance REST API", "Security Policies and Procedures", "unicorn_binance_rest_api package"], "terms": {"all": [0, 1, 2, 3, 4, 7, 8], "notabl": 0, "thi": [0, 1, 2, 3, 4, 6, 8], "project": [0, 1, 2, 3, 4, 7, 8], "document": [0, 4, 7, 8], "file": [0, 4, 6, 8], "The": [0, 1, 4, 6, 7, 8], "format": [0, 8], "i": [0, 1, 4, 6, 8], "base": [0, 3, 8], "keep": [0, 7, 8], "changelog": [0, 3, 6], "adher": [0, 4], "semant": 0, "version": [0, 1, 3, 4, 7, 8], "discuss": [0, 2, 6], "about": [0, 1, 6, 8], "releas": [0, 3, 7, 8], "how": [0, 3, 7], "upgrad": [0, 3], "latest": [0, 3, 8], "same": [0, 8], "error": [0, 6, 8], "dure": [0, 6], "github": [0, 3, 4, 8], "upload": 0, "pypi": [0, 3, 4], "replac": 0, "url": [0, 6, 8], "stop": [0, 3, 8], "manag": [0, 3, 4, 5, 6], "automat": [0, 3, 4, 8], "an": [0, 1, 3, 4, 8], "unknown": 0, "exchang": [0, 6, 8], "string": [0, 6, 8], "wa": [0, 8], "us": [0, 1, 3, 4, 8], "befor": [0, 2, 6, 8], "except": [0, 3, 4, 5], "get": [0, 3, 4, 8], "rais": [0, 8], "new": [0, 6, 8], "alreadystoppederror": [0, 5, 8], "thrown": 0, "instanc": [0, 1, 4, 8], "memori": [0, 3], "leak": [0, 3], "implement": 0, "stop_manag": [0, 5, 6, 8], "support": [0, 3, 8], "python": [0, 3, 4, 8], "11": [0, 8], "12": [0, 8], "integr": [0, 4, 6], "lucit": [0, 1, 6, 7, 8], "licens": [0, 3, 8], "librari": [0, 4], "verifi": 0, "suit": [0, 3, 4, 8], "A": [0, 3, 4, 8], "can": [0, 4, 6, 8], "purchas": [0, 4, 8], "onlin": [0, 1, 4], "shop": [0, 4, 8], "http": [0, 1, 4, 6, 7, 8], "servic": [0, 4, 6, 8], "softwar": [0, 4, 8], "from": [0, 1, 3, 4, 8], "mit": [0, 4], "lsosl": 0, "synerget": 0, "open": [0, 1, 6, 8], "sourc": [0, 3, 8], "com": [0, 4, 6, 8], "system": [0, 4, 6, 7, 8], "websocket": [0, 6], "blob": [0, 6, 8], "master": [0, 6, 8], "convers": 0, "c": [0, 4, 6, 8], "compil": [0, 6], "cython": [0, 3], "packag": [0, 3, 5], "precompil": 0, "well": 0, "code": [0, 2, 3, 4, 7, 8], "wheel": [0, 3], "setup": [0, 6], "trust": [0, 4], "publish": [0, 1, 4, 6], "deploy": 0, "chain": 0, "transpar": [0, 4, 6], "directli": 0, "repositori": [0, 2, 4, 6], "action": [0, 1, 3, 4], "possibl": [0, 6, 7], "platform": 0, "second": [0, 8], "process": [0, 3, 4, 6, 7, 8], "conda": [0, 3], "forg": [0, 6], "anaconda": [0, 3], "thu": 0, "entir": [0, 8], "user": [0, 4, 6, 8], "sure": 0, "fulli": [0, 6, 8], "correspond": 0, "context": 0, "": [0, 1, 4, 6, 8], "helper": [0, 3, 5], "py": [0, 6], "kline_1": 0, "create_margin_oco_ord": [0, 5, 8], "cancel_margin_oco_ord": [0, 5, 8], "get_margin_oco_ord": [0, 5, 8], "get_open_margin_oco_ord": [0, 5, 8], "futures_stream_get_listen_kei": [0, 5, 8], "futures_stream_keepal": [0, 5, 8], "futures_stream_clos": [0, 5, 8], "futures_coin_stream_get_listen_kei": [0, 5, 8], "futures_coin_stream_keepal": [0, 5, 8], "futures_coin_stream_clos": [0, 5, 8], "jex": 0, "request": [0, 3, 4, 6, 7, 8], "invalidhead": 0, "header": 0, "part": [0, 4, 6], "fals": [0, 8], "x": [0, 6], "mbx": 0, "apikei": 0, "must": [0, 4, 6, 8], "type": [0, 4, 6, 8], "str": [0, 8], "byte": 0, "class": [0, 8], "bool": [0, 8], "output": [0, 8], "valu": [0, 4, 8], "throw_except": [0, 8], "true": [0, 6, 8], "stream_get_listen_kei": [0, 5, 8], "margin_stream_get_listen_kei": [0, 5, 8], "isolated_margin_stream_get_listen_kei": [0, 5, 8], "_request": 0, "_request_api": 0, "_request_margin_api": 0, "_request_websit": 0, "_request_futures_api": 0, "_request_futures_data_api": 0, "_request_futures_coin_api": 0, "_request_futures_coin_data_api": 0, "_handle_respons": 0, "stream_keepal": [0, 5, 8], "stream_clos": [0, 5, 8], "margin_stream_keepal": [0, 5, 8], "margin_stream_clos": [0, 5, 8], "isolated_margin_stream_keepal": [0, 5, 8], "isolated_margin_stream_clos": [0, 5, 8], "issu": [0, 1, 2, 6], "get_used_weight": [0, 5, 6, 8], "socks5": [0, 3, 8], "proxi": [0, 3, 8], "binancerestapimanag": [0, 3, 5, 8], "paramet": [0, 8], "socks5_proxy_serv": [0, 6, 8], "socks5_proxy_us": [0, 8], "socks5_proxy_pass": [0, 8], "socks5_proxy_ssl_verif": [0, 8], "kline": [0, 6, 8], "interv": [0, 8], "kline_interval_1second": [0, 5, 8], "futures_place_batch_ord": [0, 5, 8], "place": [0, 8], "batch": 0, "order": [0, 3, 8], "usd": [0, 6], "m": [0, 6, 8], "thx": 0, "hawkey": 0, "bot": 0, "pr": [0, 6], "42": 0, "depend": [0, 6], "regex": 0, "specif": [0, 1, 8], "anymor": 0, "cancel_all_open_margin_ord": [0, 5, 8], "futures_auto_cancel_all_open_ord": [0, 5, 8], "codebas": 0, "equal": [0, 8], "test": [0, 4, 6, 8], "azur": 0, "pipe": 0, "2022": 0, "24": [0, 8], "futur": [0, 6, 8], "testnet": [0, 6, 8], "20": [0, 8], "futures_commission_r": [0, 5, 8], "18": 0, "move": 0, "oliv": [0, 8], "zehentleitn": 0, "unicorn_binance_rest_api_": 0, "modul": [0, 3, 4, 5, 6, 7], "name": [0, 4, 8], "more": [0, 4, 6, 7, 8], "info": [0, 8], "correctli": 0, "scope": [0, 3], "logger": 0, "so": [0, 4, 8], "plai": 0, "nice": 0, "other": [0, 1, 4, 6, 8], "17": [0, 8], "renam": 0, "unicorn_binance_rest_api": [0, 3, 6], "everi": [0, 7, 8], "ha": [0, 8], "had": 0, "its": [0, 1, 4, 6, 8], "own": [0, 3], "tld": [0, 8], "endpoint": [0, 3, 8], "trbinanc": [0, 6, 8], "disable_colorama": [0, 8], "cancel_all_open_ord": [0, 5, 8], "cancel": [0, 8], "symbol": [0, 3, 8], "one": [0, 6, 8], "mfurlend": 0, "now": [0, 8], "obsolet": 0, "valueerror": 0, "get_open_margin_ord": [0, 5, 8], "doubl": 0, "definit": 0, "make_universal_transf": [0, 5, 8], "je": 0, "jersei": 0, "ceas": 0, "oper": [0, 4, 6], "futures_coin_place_batch_ord": [0, 5, 8], "migrat": 0, "wapi": [0, 8], "sapi": [0, 8], "biannc": 0, "doc": [0, 6, 8], "futures_coin_url": [0, 5, 8], "thank": [0, 4, 7], "flo": 0, "rian": 0, "updat": [0, 4, 8], "check": [0, 8], "fork": [0, 2, 6], "sam": [0, 4, 6], "mchardi": [0, 4, 6], "v0": 0, "get_latest_release_info": [0, 5, 8], "get_latest_vers": [0, 5, 8], "is_update_availab": [0, 5, 6, 8], "get_vers": [0, 5, 8], "get_user_ag": [0, 5, 8], "colorama": [0, 8], "requir": [0, 2, 4, 6, 8], "In": [1, 6], "interest": [1, 8], "foster": 1, "welcom": [1, 4, 6], "environ": [1, 3], "we": [1, 2, 4, 6, 7], "maintain": [1, 7], "make": [1, 2, 6, 7, 8], "particip": 1, "commun": [1, 6], "harass": 1, "free": [1, 4, 8], "experi": 1, "everyon": 1, "regardless": 1, "ag": 1, "bodi": 1, "size": [1, 8], "disabl": [1, 8], "ethnic": 1, "sex": 1, "characterist": 1, "gender": 1, "ident": [1, 8], "express": [1, 4], "level": [1, 6, 8], "educ": 1, "socio": 1, "econom": 1, "statu": [1, 8], "nation": 1, "person": [1, 4, 7], "appear": 1, "race": 1, "religion": 1, "sexual": 1, "orient": 1, "exampl": [1, 3, 8], "behavior": 1, "contribut": [1, 3, 4, 7], "creat": [0, 1, 3, 8], "posit": [1, 8], "includ": [1, 4, 6, 8], "inclus": [1, 8], "languag": [1, 6], "Being": 1, "respect": [1, 4, 6], "differ": [1, 8], "viewpoint": 1, "gracefulli": 1, "accept": 1, "construct": 1, "critic": 1, "focus": 1, "what": [1, 3], "best": [1, 6, 8], "show": 1, "empathi": 1, "toward": [1, 7], "member": 1, "unaccept": 1, "imageri": 1, "unwelcom": 1, "attent": 1, "advanc": 1, "troll": 1, "insult": 1, "derogatori": 1, "comment": [1, 3], "polit": 1, "attack": 1, "public": 1, "privat": [0, 1], "inform": [0, 1, 4, 6, 7, 8], "physic": 1, "electron": 1, "address": [1, 4, 8], "without": [1, 4, 6], "explicit": 1, "permiss": [1, 4, 8], "which": [0, 1, 6, 8], "could": [1, 7], "reason": [1, 8], "consid": [1, 6], "inappropri": 1, "profession": 1, "set": [1, 8], "ar": [0, 1, 3, 4, 8], "clarifi": 1, "expect": 1, "take": [0, 1, 6, 7, 8], "appropri": 1, "fair": 1, "correct": [0, 1], "ani": [1, 4, 6, 7, 8], "have": [0, 1, 2, 7, 8], "right": [1, 4, 8], "remov": [1, 3], "edit": 1, "reject": [1, 8], "commit": [1, 4], "wiki": [1, 3], "align": 1, "ban": 1, "temporarili": 1, "perman": 1, "thei": [1, 6, 7], "deem": 1, "threaten": 1, "offens": 1, "harm": 1, "appli": [1, 8], "both": [1, 6, 8], "within": [1, 7], "space": 1, "when": [1, 2, 4, 6, 7, 8], "individu": 1, "repres": 1, "offici": [1, 6, 8], "e": [1, 8], "mail": 1, "post": [1, 8], "via": [0, 1, 2, 4, 6, 7, 8], "social": [1, 3], "media": 1, "account": [1, 8], "act": 1, "appoint": 1, "offlin": 1, "event": [1, 4], "represent": 1, "mai": [1, 4, 6, 7], "further": 1, "defin": 1, "abus": 1, "otherwis": [1, 4, 8], "report": [1, 3], "contact": [1, 4, 6, 7], "team": [1, 7], "www": [1, 4, 6, 7, 8], "tech": [1, 4, 6, 7], "unicorn": [1, 4, 7, 8], "develop": [1, 3, 4, 6, 7], "html": [1, 4, 6, 7, 8], "complaint": 1, "review": [1, 4], "investig": 1, "result": [1, 6, 8], "necessari": [1, 6], "circumst": [1, 6], "oblig": 1, "confidenti": [1, 4], "regard": 1, "incid": 1, "detail": [1, 4, 7, 8], "polici": [1, 3, 4], "separ": [1, 8], "who": 1, "do": [0, 1, 4, 6], "follow": [1, 2, 6, 7], "good": [1, 8], "faith": 1, "face": 1, "temporari": 1, "repercuss": [1, 4], "determin": [1, 6, 7, 8], "leadership": 1, "adapt": 1, "1": [1, 3, 4, 6, 8], "4": [1, 3, 8], "avail": [0, 1, 4, 6, 8], "org": [0, 1, 4, 6, 8], "For": [1, 4, 6, 8], "answer": 1, "common": 1, "question": 1, "see": [1, 8], "faq": 1, "pleas": [0, 2, 4, 6, 7], "first": [2, 8], "chang": [2, 3, 4, 8], "you": [0, 2, 3, 4, 7, 8], "wish": 2, "owner": 2, "note": [0, 2, 6], "conduct": [2, 3], "your": [2, 3, 4, 7, 8], "interact": 2, "fulfil": 2, "confirm": [2, 7, 8], "trigger": [2, 8], "readm": 3, "receiv": [3, 7, 8], "data": [3, 4, 8], "initi": [3, 7, 8], "print": 3, "snapshot": [3, 8], "book": [3, 8], "price": [3, 8], "weight": [3, 8], "send": [3, 7, 8], "bui": [3, 8], "btc": [3, 8], "market": [3, 8], "100": [3, 8], "usdt": [3, 8], "ubra": [0, 3], "after": [3, 7, 8], "usag": [3, 4, 8], "avoid": [3, 8], "descript": [3, 8], "benefit": 3, "instal": [0, 3], "binari": 3, "cpython": 3, "pip": [0, 3, 7], "dev": 3, "stage": [3, 8], "virtualenv": 3, "plain": [3, 8], "log": [3, 4, 8], "howto": 3, "homepag": 3, "notif": 3, "bug": 3, "suggest": [3, 7], "improv": [3, 4, 7], "contributor": [3, 4], "want": [6, 8], "sai": [], "disclaim": [3, 4], "If": [3, 7, 8], "intend": [3, 4], "real": 3, "monei": 3, "risk": [3, 8], "geoblock": 3, "commerci": 3, "submodul": [3, 5], "unicorn_binancerest_api": [3, 5], "enum": [3, 5], "2": [3, 6, 8], "0": [3, 4, 6, 8], "unreleas": 3, "unstabl": 3, "3": [3, 6, 8], "fix": [3, 6, 7, 8], "ad": [3, 6], "10": [3, 6, 8], "9": [3, 6, 8], "8": [3, 6, 8], "7": [3, 6, 8], "6": [3, 8], "5": [3, 8], "our": [3, 4, 6, 7], "pledg": 3, "standard": 3, "respons": [3, 6, 7, 8], "enforc": 3, "attribut": 3, "pull": [3, 4, 7], "secur": [3, 6], "disclosur": [3, 4], "index": [3, 8], "search": 3, "page": [3, 4, 8], "novemb": 4, "2023": 4, "introduct": 4, "condit": 4, "AND": 4, "verif": [4, 8], "distribut": [0, 4, 8], "collect": 4, "control": 4, "third": [4, 6, 7], "parti": [4, 6, 7], "OF": 4, "warranti": 4, "liabil": [4, 6], "TO": 4, "term": 4, "overse": 4, "util": 4, "binanc": [4, 7, 8], "rest": [4, 7, 8], "api": [4, 7, 8], "IT": 4, "gmbh": 4, "enabl": [4, 8], "effortless": 4, "featur": [4, 6, 8], "divers": 4, "applic": [4, 8], "kei": [4, 6, 8], "secret": [4, 8], "done": [4, 8], "client": [4, 8], "side": [4, 6, 8], "forward": 4, "backend": 4, "valid": [4, 6, 8], "restrict": [4, 6], "onli": [4, 6, 8], "execut": [4, 6, 8], "necessit": 4, "obtain": [0, 4, 6], "found": [4, 8], "howev": 4, "should": [4, 6, 8], "awar": [4, 6], "submit": [4, 7, 8], "becom": [4, 8], "properti": 4, "copyright": 4, "desir": 4, "furthermor": [], "explicitli": 6, "permit": 4, "driven": [], "numfocu": [], "creation": 8, "ensur": [4, 6], "function": [0, 8], "compat": 6, "met": [], "grant": 4, "effort": 7, "robust": [6, 8], "ecosystem": [], "guarante": 8, "qualiti": [], "perform": 6, "end": 8, "contain": [4, 6], "sale": 4, "misus": 4, "prevent": [4, 8], "rate": [4, 8], "monitor": 4, "gather": 4, "ip": 4, "mac": [4, 6], "detect": 4, "volum": [4, 6, 8], "anonym": 4, "aggreg": [4, 8], "store": 4, "purpos": [4, 6], "durat": [4, 8], "statist": [4, 8], "non": [4, 6], "privaci": 4, "emb": 4, "each": [4, 8], "govern": 4, "complianc": 4, "render": 4, "san": 4, "assur": 4, "potenti": [4, 7], "aris": 4, "reserv": 4, "modifi": [4, 8], "alter": 4, "time": [0, 4, 6, 8], "sole": 4, "discret": 4, "encourag": 4, "regularli": 4, "select": [4, 8], "product": [4, 8], "deepli": 4, "technologi": 4, "am": 4, "berg": 4, "391": 4, "3970": 4, "weitra": 4, "austria": 4, "binanceapiexcept": [5, 8], "binanceorderexcept": [5, 8], "binanceorderinactivesymbolexcept": [5, 8], "binanceorderminamountexcept": [5, 8], "binanceorderminpriceexcept": [5, 8], "binanceordermintotalexcept": [5, 8], "binanceorderunknownsymbolexcept": [5, 8], "binancerequestexcept": [5, 8], "binancewithdrawexcept": [5, 8], "unknownexchang": [5, 8], "date_to_millisecond": [5, 8], "interval_to_millisecond": [5, 8], "agg_best_match": [5, 8], "agg_buyer_mak": [5, 8], "agg_first_trade_id": [5, 8], "agg_id": [5, 8], "agg_last_trade_id": [5, 8], "agg_pric": [5, 8], "agg_quant": [5, 8], "agg_tim": [5, 8], "api_url": [5, 8], "coin_future_to_spot": [5, 8], "fiat_to_min": [5, 8], "fiat_to_spot": [5, 8], "fiat_to_usdt_futur": [5, 8], "futures_api_vers": [5, 8], "futures_api_version2": [5, 8], "futures_coin_data_url": [5, 8], "futures_data_url": [5, 8], "futures_url": [5, 8], "kline_interval_12hour": [5, 8], "kline_interval_15minut": [5, 8], "kline_interval_1dai": [5, 8], "kline_interval_1hour": [5, 8], "kline_interval_1minut": [5, 8], "kline_interval_1month": [5, 8], "kline_interval_1week": [5, 8], "kline_interval_2hour": [5, 8], "kline_interval_30minut": [5, 8], "kline_interval_3dai": [5, 8], "kline_interval_3minut": [5, 8], "kline_interval_4hour": [5, 8], "kline_interval_5minut": [5, 8], "kline_interval_6hour": [5, 8], "kline_interval_8hour": [5, 8], "margin_api_url": [5, 8], "margin_api_vers": [5, 8], "margin_cross_to_spot": [5, 8], "margin_cross_to_usdt_futur": [5, 8], "mining_to_fiat": [5, 8], "mining_to_spot": [5, 8], "mining_to_usdt_futur": [5, 8], "order_resp_type_ack": [5, 8], "order_resp_type_ful": [5, 8], "order_resp_type_result": [5, 8], "order_status_cancel": [5, 8], "order_status_expir": [5, 8], "order_status_fil": [5, 8], "order_status_new": [5, 8], "order_status_partially_fil": [5, 8], "order_status_pending_cancel": [5, 8], "order_status_reject": [5, 8], "order_type_limit": [5, 8], "order_type_limit_mak": [5, 8], "order_type_market": [5, 8], "order_type_stop_loss": [5, 8], "order_type_stop_loss_limit": [5, 8], "order_type_take_profit": [5, 8], "order_type_take_profit_limit": [5, 8], "private_api_vers": [5, 8], "public_api_vers": [5, 8], "side_bui": [5, 8], "side_sel": [5, 8], "spot_to_coin_futur": [5, 8], "spot_to_fiat": [5, 8], "spot_to_margin_cross": [5, 8], "spot_to_min": [5, 8], "spot_to_usdt_futur": [5, 8], "symbol_type_spot": [5, 8], "time_in_force_fok": [5, 8], "time_in_force_gtc": [5, 8], "time_in_force_ioc": [5, 8], "usdt_future_to_fiat": [5, 8], "usdt_future_to_margin_cross": [5, 8], "usdt_future_to_spot": [5, 8], "website_url": [5, 8], "aggregate_trade_it": [5, 8], "cancel_margin_ord": [5, 8], "cancel_ord": [5, 8], "change_fixed_activity_to_daily_posit": [5, 8], "create_isolated_margin_account": [5, 8], "create_margin_loan": [5, 8], "create_margin_ord": [5, 6, 8], "create_oco_ord": [5, 8], "create_ord": [5, 8], "create_sub_account_futures_transf": [5, 8], "create_test_ord": [5, 8], "disable_fast_withdraw_switch": [5, 8], "enable_fast_withdraw_switch": [5, 8], "enable_subaccount_futur": [5, 8], "enable_subaccount_margin": [5, 8], "futures_account": [0, 5, 8], "futures_account_bal": [0, 5, 8], "futures_account_trad": [5, 8], "futures_account_transf": [5, 8], "futures_aggregate_trad": [5, 8], "futures_cancel_all_open_ord": [5, 8], "futures_cancel_ord": [5, 8], "futures_change_leverag": [5, 8], "futures_change_margin_typ": [5, 8], "futures_change_position_margin": [5, 8], "futures_change_position_mod": [5, 8], "futures_coin_account": [5, 8], "futures_coin_account_bal": [5, 8], "futures_coin_account_trad": [5, 8], "futures_coin_aggregate_trad": [5, 8], "futures_coin_cancel_all_open_ord": [5, 8], "futures_coin_cancel_ord": [5, 8], "futures_coin_change_leverag": [5, 8], "futures_coin_change_margin_typ": [5, 8], "futures_coin_change_position_margin": [5, 8], "futures_coin_change_position_mod": [5, 8], "futures_coin_continous_klin": [5, 8], "futures_coin_create_ord": [5, 8], "futures_coin_exchange_info": [0, 5, 8], "futures_coin_funding_r": [5, 8], "futures_coin_get_all_ord": [5, 8], "futures_coin_get_open_ord": [5, 8], "futures_coin_get_ord": [5, 8], "futures_coin_get_position_mod": [5, 8], "futures_coin_historical_trad": [5, 8], "futures_coin_income_histori": [5, 8], "futures_coin_index_price_klin": [5, 8], "futures_coin_klin": [5, 8], "futures_coin_leverage_bracket": [5, 8], "futures_coin_liquidation_ord": [5, 8], "futures_coin_mark_pric": [5, 8], "futures_coin_mark_price_klin": [5, 8], "futures_coin_open_interest": [5, 8], "futures_coin_open_interest_hist": [5, 8], "futures_coin_order_book": [5, 8], "futures_coin_orderbook_tick": [5, 8], "futures_coin_p": [5, 8], "futures_coin_position_inform": [5, 8], "futures_coin_position_margin_histori": [5, 8], "futures_coin_recent_trad": [5, 8], "futures_coin_symbol_tick": [5, 8], "futures_coin_tick": [5, 8], "futures_coin_tim": [5, 8], "futures_create_ord": [5, 8], "futures_exchange_info": [0, 5, 8], "futures_funding_r": [5, 8], "futures_get_all_ord": [5, 8], "futures_get_open_ord": [5, 8], "futures_get_ord": [5, 8], "futures_get_position_mod": [5, 8], "futures_historical_trad": [5, 8], "futures_income_histori": [5, 8], "futures_klin": [5, 8], "futures_leverage_bracket": [5, 8], "futures_liquidation_ord": [5, 8], "futures_mark_pric": [5, 8], "futures_open_interest": [5, 8], "futures_open_interest_hist": [5, 8], "futures_order_book": [5, 8], "futures_orderbook_tick": [5, 8], "futures_p": [5, 8], "futures_position_inform": [0, 5, 8], "futures_position_margin_histori": [5, 8], "futures_recent_trad": [5, 8], "futures_symbol_tick": [5, 8], "futures_tick": [5, 8], "futures_tim": [5, 8], "get_account": [5, 8], "get_account_api_trading_statu": [5, 8], "get_account_snapshot": [5, 8], "get_account_statu": [5, 8], "get_aggregate_trad": [5, 8], "get_all_coins_info": [5, 8], "get_all_isolated_margin_symbol": [5, 8], "get_all_margin_ord": [5, 8], "get_all_ord": [5, 8], "get_all_tick": [5, 6, 8], "get_asset_bal": [5, 8], "get_asset_detail": [5, 8], "get_asset_dividend_histori": [5, 8], "get_avg_pric": [5, 8], "get_bnb_burn_spot_margin": [5, 8], "get_deposit_address": [5, 8], "get_deposit_histori": [5, 8], "get_dust_log": [5, 8], "get_exchange_info": [0, 5, 8], "get_fixed_activity_project_list": [5, 8], "get_historical_klin": [5, 8], "get_historical_klines_gener": [5, 8], "get_historical_trad": [5, 8], "get_isolated_margin_account": [5, 8], "get_isolated_margin_symbol": [5, 8], "get_klin": [5, 8], "get_lending_account": [5, 8], "get_lending_daily_quota_left": [5, 8], "get_lending_daily_redemption_quota": [5, 8], "get_lending_interest_histori": [5, 8], "get_lending_posit": [5, 8], "get_lending_product_list": [5, 8], "get_lending_purchase_histori": [5, 8], "get_lending_redemption_histori": [5, 8], "get_margin_account": [5, 8], "get_margin_asset": [5, 8], "get_margin_loan_detail": [5, 8], "get_margin_ord": [5, 8], "get_margin_price_index": [5, 8], "get_margin_repay_detail": [5, 8], "get_margin_symbol": [5, 8], "get_margin_trad": [5, 8], "get_max_margin_loan": [5, 8], "get_max_margin_transf": [5, 8], "get_my_trad": [5, 8], "get_open_isolated_margin_ord": [5, 8], "get_open_ord": [5, 8], "get_ord": [5, 8], "get_order_book": [5, 6, 8], "get_orderbook_tick": [5, 8], "get_product": [5, 8], "get_recent_trad": [5, 8], "get_server_tim": [5, 8], "get_sub_account_asset": [5, 8], "get_sub_account_futures_transfer_histori": [5, 8], "get_sub_account_list": [5, 8], "get_sub_account_transfer_histori": [5, 8], "get_subaccount_deposit_address": [5, 8], "get_subaccount_deposit_histori": [5, 8], "get_subaccount_futures_detail": [5, 8], "get_subaccount_futures_margin_statu": [5, 8], "get_subaccount_futures_positionrisk": [5, 8], "get_subaccount_futures_summari": [5, 8], "get_subaccount_margin_detail": [5, 8], "get_subaccount_margin_summari": [5, 8], "get_subaccount_transfer_histori": [5, 8], "get_symbol_info": [5, 8], "get_symbol_tick": [5, 8], "get_system_statu": [5, 8], "get_tick": [5, 8], "get_trade_fe": [5, 8], "get_universal_transfer_histori": [5, 8], "get_withdraw_histori": [5, 8], "get_withdraw_history_id": [5, 8], "make_subaccount_futures_transf": [5, 8], "make_subaccount_margin_transf": [5, 8], "make_subaccount_to_master_transf": [5, 8], "make_subaccount_to_subaccount_transf": [5, 8], "new_transfer_histori": [5, 8], "order_limit": [5, 8], "order_limit_bui": [5, 8], "order_limit_sel": [5, 8], "order_market": [5, 8], "order_market_bui": [5, 8], "order_market_sel": [5, 8], "order_oco_bui": [5, 8], "order_oco_sel": [5, 8], "ping": [5, 8], "purchase_lending_product": [5, 8], "query_subaccount_spot_summari": [5, 8], "query_universal_transfer_histori": [5, 8], "redeem_lending_product": [5, 8], "repay_margin_loan": [5, 8], "toggle_bnb_burn_spot_margin": [5, 8], "transfer_dust": [5, 8], "transfer_histori": [5, 8], "transfer_isolated_margin_to_spot": [5, 8], "transfer_margin_to_spot": [5, 8], "transfer_spot_to_isolated_margin": [5, 8], "transfer_spot_to_margin": [5, 8], "universal_transf": [5, 8], "withdraw": [5, 8], "content": 5, "To": [6, 8], "leav": [], "unoffici": 8, "margin": [6, 8], "isolated_margin": [6, 8], "u": [6, 8], "tr": 6, "easi": [6, 8], "fast": [6, 7, 8], "flexibl": [6, 8], "wai": [6, 8], "run": [6, 8], "need": 6, "import": [0, 6], "api_kei": [0, 6, 8], "your_binance_api_kei": 6, "api_secret": [0, 6, 8], "your_binance_api_secret": 6, "f": [6, 8], "bnbbtc": [6, 8], "ticker": [6, 8], "r": 6, "n": 6, "md": [6, 8], "limit": [4, 6, 8], "buy_ord": 6, "btcusdt": [6, 8], "isisol": [6, 8], "quoteorderqti": [6, 8], "getlogg": [], "extend": 6, "clean": 6, "up": [6, 8], "reduc": 6, "pure": 6, "task": 6, "No": 6, "asyncio": 6, "provid": [4, 6, 8], "isol": [6, 8], "coin": [0, 6, 8], "vision": [6, 8], "Be": 6, "high": [6, 8], "frequenc": 6, "combin": 6, "coin_futur": [0, 6, 8], "help": 6, "like": 6, "case": 6, "customiz": 6, "timeout": [6, 8], "127": [6, 8], "9050": [6, 8], "read": 6, "try": 6, "example_socks5_proxi": 6, "excess": [6, 8], "abov": [4, 6], "asynchron": 6, "concurr": 6, "interpret": 6, "offer": 6, "higher": 6, "current": [6, 8], "list": [6, 8], "here": 6, "look": 6, "bash": 6, "archiv": 6, "curl": 6, "repo": 6, "grep": 6, "op": 6, "tag_nam": 6, "k": 6, "tar": 6, "gz": 6, "below": 6, "command": 6, "stabl": 6, "tarbal": 6, "download": 6, "branch": 6, "yml": 6, "pyproject": 6, "toml": 6, "txt": 6, "gener": [6, 7, 8], "example_buy_and_sell_oco_order_isolated_margin": [], "example_doing_someth": [], "example_easy_migration_from_python": [], "example_historical_data": [], "example_log": [], "example_ord": [], "example_version_of_this_packag": [], "ub": 6, "accord": 6, "practic": 6, "connect": [4, 6, 8], "asset": [6, 8], "instantli": 6, "profit": 6, "loss": [6, 8], "oco": [6, 8], "sell": [4, 6, 8], "t": [0, 6, 8], "me": 6, "unicorndev": 6, "write": 6, "script": 6, "twitter": [], "facebook": 6, "inspect": 6, "mainten": [6, 7, 8], "subscrib": [6, 8], "telegram": 6, "group": 6, "binance_api_announc": 6, "binance_api_english": 6, "binance_usa": 6, "trbinancetr": 6, "binancedexchang": 6, "binanceexchang": 6, "plan": [6, 8], "click": 6, "them": [0, 6], "still": [6, 7], "exist": [6, 8], "trace": 6, "o": 6, "explain": 6, "reproduc": 6, "demo": 6, "appreci": [6, 7], "dont": 6, "find": [6, 7], "relat": 6, "topic": 6, "anyth": [0, 6], "simpl": 6, "dead": 6, "link": 6, "guid": 6, "hope": [], "enjoi": [], "prove": [], "moment": [], "would": 6, "greatli": [], "googl": [], "constru": 6, "materi": 6, "legal": 6, "tax": 6, "invest": 6, "financi": 6, "advic": 6, "noth": [6, 8], "herein": 6, "constitut": 6, "solicit": 6, "recommend": 6, "endors": 6, "instrument": 6, "jurisdict": 6, "unlaw": 6, "under": [6, 7], "law": 6, "liabl": [4, 6], "claim": [4, 6], "damag": [4, 6], "expens": 6, "cost": 6, "kind": [4, 6], "direct": 6, "indirect": 6, "point": 6, "out": [4, 6, 8], "opinion": 6, "citizen": 6, "exclus": 6, "author": [4, 6], "trade": [6, 8], "circumv": 6, "allow": [6, 8], "work": [6, 8], "inevit": 6, "server": [6, 8], "block": 6, "moreov": 6, "also": [0, 6], "seem": 6, "justifi": 6, "trader": 6, "scientist": 6, "compani": 6, "analyz": 6, "long": [6, 8], "consult": 6, "bind": 6, "outlin": 7, "serious": 7, "acknowledg": 7, "form": 7, "lead": 7, "email": [7, 8], "48": 7, "hour": [7, 8], "indic": [7, 8], "next": 7, "step": 7, "handl": [0, 7], "repli": 7, "endeavor": 7, "progress": 7, "full": [7, 8], "announc": 7, "ask": [7, 8], "addit": [7, 8], "guidanc": 7, "assign": 7, "primari": 7, "handler": 7, "coordin": 7, "involv": 7, "problem": 7, "affect": 7, "audit": 7, "similar": 7, "prepar": 7, "These": 7, "attempt": 8, "made": 8, "alreadi": 8, "been": 8, "messag": 8, "start": [6, 8], "unkown": 8, "date_str": 8, "convert": 8, "utc": 8, "date": 8, "millisecond": 8, "offset": 8, "add": [6, 8], "g": 8, "ago": 8, "datepars": 8, "readthedoc": 8, "io": 8, "en": 8, "readabl": 8, "januari": 8, "01": 8, "2018": 8, "1m": 8, "3m": 8, "5m": 8, "15m": 8, "30m": 8, "1h": 8, "2h": 8, "4h": 8, "6h": 8, "8h": 8, "12h": 8, "1d": 8, "3d": 8, "1w": 8, "return": 8, "int": 8, "none": [0, 8], "prefix": 8, "decim": 8, "integ": 8, "suffix": 8, "h": 8, "d": 8, "w": 8, "requests_param": 8, "warn_on_upd": 8, "debug": 8, "lucit_api_secret": 8, "lucit_license_ini": 8, "lucit_license_profil": 8, "lucit_license_token": 8, "object": 8, "apidoc": 8, "constructor": 8, "dict": 8, "option": 8, "dictionari": 8, "param": [0, 8], "call": [0, 8], "top": 8, "domain": 8, "default": 8, "warn": 8, "overrul": 8, "lib": 8, "activ": 8, "alic": 8, "password": 8, "ssl": 8, "specifi": 8, "path": 8, "filenam": 8, "config": [6, 8], "ex": 8, "license_a": 8, "ini": 8, "lucitlicmgr": 8, "tri": 8, "load": 8, "lucit_licens": 8, "home": 8, "profil": 8, "license_token": 8, "l": 8, "p": 8, "q": 8, "cmfuture_main": 8, "c2c_mine": 8, "c2c_main": 8, "c2c_umfutur": 8, "v1": 8, "v2": 8, "dapi": 8, "fapi": 8, "margin_main": 8, "margin_umfutur": 8, "mining_c2c": 8, "mining_main": 8, "mining_umfutur": 8, "ack": 8, "expir": 8, "fill": 8, "partially_fil": 8, "pending_cancel": 8, "limit_mak": 8, "stop_loss": 8, "stop_loss_limit": 8, "take_profit": 8, "take_profit_limit": 8, "v3": 8, "main_cmfutur": 8, "main_c2c": 8, "main_margin": 8, "main_min": 8, "main_umfutur": 8, "spot": 8, "fok": 8, "gtc": 8, "ioc": 8, "umfuture_c2c": 8, "umfuture_margin": 8, "umfuture_main": 8, "start_str": 8, "last_id": 8, "iter": 8, "over": 8, "start_tim": 8, "histori": 8, "far": 8, "meant": 8, "initialis": 8, "local": [6, 8], "cach": 8, "pre": [6, 8], "Not": 8, "re": 8, "than": [6, 8], "simultan": 8, "probabl": 8, "hit": 8, "ethbtc": 8, "timestamp": 8, "occur": 8, "later": 8, "id": [0, 8], "last": 8, "known": [6, 8], "regular": 8, "compressedaggreg": 8, "json": 8, "per": 8, "aggregate_trad": 8, "recvwindow": 8, "number": 8, "origclientorderid": 8, "e6apeytjvkmvlmymqu1kq4": 8, "orderid": 8, "orderlistid": 8, "clientorderid": 8, "pxlv6hz6mpracvypvmtggx": 8, "089853": 8, "origqti": 8, "178622": 8, "executedqti": 8, "000000": 8, "cummulativequoteqti": 8, "timeinforc": 8, "a3ef2hcwxgzpfmrfwbgrhv": 8, "13": 8, "090430": 8, "1929": 8, "contingencytyp": 8, "liststatustyp": 8, "all_don": 8, "listorderstatu": 8, "listclientorderid": 8, "2inzwqddvzlhbbamaozx2n": 8, "transactiontim": 8, "1585230948299": 8, "cwooiphsmyywx6jzx77tdl": 8, "21": 8, "461cpg51vqjv3zimoxnz39": 8, "orderreport": 8, "668611": 8, "690354": 8, "stoppric": 8, "378131": 8, "icebergqti": 8, "017083": 8, "008791": 8, "639962": 8, "either": 8, "newclientorderid": 8, "uniqu": 8, "identifi": 8, "c3wyj4wvektd7u9avbrxcn": 8, "1574040868128": 8, "ltcbtc": 8, "po9uftifgg3nw2fodgeoxa": 8, "txovglzxuaubxaaenparcb": 8, "unfwt8ig8i0uj6lpuylez6": 8, "00000000": 8, "sent": 8, "28": 8, "myorder1": 8, "cancelmyorder1": 8, "transacttim": 8, "1507725176595": 8, "daili": 8, "user_data": 8, "quot": 8, "pair_detail": 8, "success": 8, "loan": 8, "cross": 8, "borrow": 8, "amount": 8, "transfer": 8, "blank": 8, "transact": 8, "margin_create_loan": 8, "tranid": 8, "100000001": 8, "quantiti": 8, "limitclientorderid": 8, "limiticebergqti": 8, "leg": 8, "iceberg": 8, "stopclientorderid": 8, "stoplimitpric": 8, "stoplimittimeinforc": 8, "stopicebergqti": 8, "neworderresptyp": 8, "sideeffecttyp": 8, "no_side_effect": 8, "margin_bui": 8, "auto_repai": 8, "exec_start": 8, "jyvpp3f0f5cag15dhtrqlp": 8, "1563417480525": 8, "marginbuyborrowamount": 8, "happen": 8, "marginbuyborrowasset": 8, "kk7sqhb9j6mjwtmdvw7vo": 8, "xtxkagyd4blupvp78ivrvl": 8, "624363": 8, "960664": 8, "036435": 8, "6gcrw2kruaf9cvjdgp16ip": 8, "4000": 8, "qty": 8, "commiss": 8, "commissionasset": 8, "3999": 8, "19": 8, "99500000": 8, "3998": 8, "99600000": 8, "3997": 8, "99700000": 8, "3995": 8, "spend": 8, "Will": 8, "1499827319559": 8, "sub": 8, "9dbe0e961b80557bb19708a707c7fad08842b28": 8, "transferfor": 8, "fromemail": 8, "sender": 8, "toemail": 8, "recipi": 8, "futurestyp": 8, "txnid": 8, "2934662589": 8, "signatur": 8, "doe": 8, "match": 8, "engin": 8, "switch": 8, "123": 8, "isfuturesen": 8, "ismarginen": 8, "balanc": 8, "authent": 8, "between": 8, "compress": 8, "market_data": 8, "countdown": 8, "auto": 8, "mandatori": 8, "countdowntim": 8, "100000": 8, "multipl": [0, 8], "leverag": [6, 8], "mode": 8, "deliveri": 8, "hedg": 8, "One": 8, "candlestick": 8, "bar": 8, "contract": [4, 8], "continu": 8, "rule": 8, "fund": 8, "perpetu": 8, "queri": 8, "older": 8, "histor": 8, "old": 8, "lookup": 8, "incom": 8, "pair": 8, "notion": 8, "bracket": 8, "liquid": 8, "mark": 8, "present": 8, "logic": 8, "encod": 8, "special": [0, 8], "batchord": 8, "earli": 8, "recent": 8, "500": 8, "listenkei": 8, "close": 8, "stream": 8, "listen": 8, "raw": 8, "invalid": 8, "aliv": 8, "raw_data": 8, "resourc": 8, "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1": 8, "roll": 8, "window": 8, "24hr": 8, "postion": 8, "makercommiss": 8, "15": 8, "takercommiss": 8, "buyercommiss": 8, "sellercommiss": 8, "cantrad": 8, "canwithdraw": 8, "candeposit": 8, "4723846": 8, "89208129": 8, "lock": 8, "ltc": 8, "4763368": 8, "68006011": 8, "fetch": 8, "islock": 8, "plannedrecovertim": 8, "recov": 8, "triggercondit": 8, "gcr": 8, "150": 8, "ifer": 8, "ufr": 8, "300": 8, "30": 8, "unfil": 8, "ratio": 8, "count": 8, "v": 8, "05": 8, "995": 8, "99": 8, "ethusdt": 8, "updatetim": 8, "1547630471725": 8, "starttim": 8, "endtim": 8, "200": 8, "msg": 8, "snapshotvo": 8, "09905021": 8, "89109409": 8, "totalassetofbtc": 8, "09942700": 8, "1576281599000": 8, "OR": [4, 8], "marginlevel": 8, "2748": 8, "02909813": 8, "00274803": 8, "totalliabilityofbtc": 8, "00000100": 8, "totalnetassetofbtc": 8, "00274750": 8, "userasset": 8, "xrp": 8, "netasset": 8, "marginbal": 8, "118": 8, "99782335": 8, "walletbal": 8, "120": 8, "23811389": 8, "entrypric": 8, "7130": 8, "41000000": 8, "markpric": 8, "7257": 8, "66239673": 8, "positionamt": 8, "01000000": 8, "unrealizedprofit": 8, "24029054": 8, "normal": 8, "fromid": 8, "until": 8, "max": 8, "26129": 8, "tradeid": 8, "01633102": 8, "70443515": 8, "27781": 8, "1498793709153": 8, "buyer": 8, "maker": 8, "deposit": 8, "39": 8, "depositallen": 8, "withdrawallen": 8, "bitcoin": 8, "freez": 8, "ipo": 8, "ipoabl": 8, "storag": 8, "islegalmonei": 8, "networklist": 8, "network": 8, "bnb": 8, "withdrawintegermultipl": 8, "00000001": 8, "isdefault": 8, "depositen": 8, "withdrawen": 8, "depositdesc": 8, "withdrawdesc": 8, "specialtip": 8, "memo": 8, "successfulli": 8, "bep2": 8, "btcb": 8, "token": 8, "resetaddressstatu": 8, "addressregex": 8, "bnb1": 8, "9a": 8, "z": 8, "38": 8, "memoregex": 8, "za": 8, "_": 8, "withdrawfe": 8, "0000026": 8, "withdrawmin": 8, "0000052": 8, "withdrawmax": 8, "minconfirm": 8, "unlockconfirm": 8, "km": 8, "hj": 8, "np": 8, "z1": 8, "25": 8, "34": 8, "bc1": 8, "59": 8, "0005": 8, "001": 8, "isbuyallow": 8, "ismargintrad": 8, "issellallow": 8, "trx": 8, "trxbtc": 8, "most": 8, "some": [0, 6, 8], "mean": [6, 8], "1000": 8, "43123876": 8, "00395740": 8, "06000000": 8, "quoteqti": 8, "01606704": 8, "1556089977693": 8, "43123877": 8, "77000000": 8, "00304719": 8, "43253549": 8, "00428930": 8, "23": 8, "30000000": 8, "09994069": 8, "1556163963504": 8, "restapipub": 8, "00000200": 8, "07946600": 8, "ctr": 8, "minwithdrawamount": 8, "70": 8, "min": 8, "depositstatu": 8, "35": 8, "fee": 8, "withdrawstatu": 8, "deposittip": 8, "delist": 8, "suspend": 8, "sky": 8, "02000000": 8, "dividend": 8, "record": 8, "row": 8, "bhft": 8, "divtim": 8, "1563189166000": 8, "eninfo": 8, "2968885920": 8, "1563189165000": 8, "total": 8, "averag": 8, "35751834": 8, "burn": 8, "spotbnbburn": 8, "interestbnbburn": 8, "1hpn8rx2y6nnsfagqbky27gb99vbzg89wv": 8, "tag": 8, "00999800": 8, "paxg": 8, "eth": 8, "0x788cabe9236ce061e5a892e1a59395a81fc8d62c": 8, "addresstag": 8, "txid": 8, "0xaad4654a3234aa6118af9b4b335f5ae81c360b2394721c019b5d1e75328b09f3": 8, "inserttim": 8, "1599621997000": 8, "transfertyp": 8, "confirmtim": 8, "50000000": 8, "iota": 8, "siz9vlmhwatxkv99lh99cigfjfumlehgwvzvnnzxrjjvwbphywppbosdorz9eqshczampvapgfyqauuv9drooxjlnw": 8, "esbfvqutpiwqnjspxfnhnyhsqntgkrvkprabqwtaxcdwoakdkywptvg9bgxnvnktlejgesavxikiz9999": 8, "1599620082000": 8, "small": 8, "dustlog": 8, "userassetdribblet": 8, "totaltransferedamount": 8, "00132256": 8, "totalservicechargeamount": 8, "00002699": 8, "charg": [4, 8], "transid": 8, "45178372831": 8, "userassetdribbletdetail": 8, "4359321": 8, "servicechargeamount": 8, "000009": 8, "0009": 8, "operatetim": 8, "1615985535000": 8, "transferedamount": 8, "000441": 8, "fromasset": 8, "00001799": 8, "03": 8, "07": 8, "04": 8, "00088156": 8, "1616203180000": 8, "00058795": 8, "000012": 8, "4357015": 8, "00001": 8, "00049": 8, "000002": 8, "0001": 8, "00009795": 8, "timezon": 8, "servertim": 8, "1508631584636": 8, "ratelimit": 8, "ratelimittyp": 8, "minut": 8, "1200": 8, "dai": 8, "exchangefilt": 8, "baseasset": 8, "baseassetprecis": 8, "quoteasset": 8, "quoteprecis": 8, "ordertyp": 8, "icebergallow": 8, "filter": 8, "filtertyp": 8, "price_filt": 8, "minpric": 8, "maxpric": 8, "ticksiz": 8, "lot_siz": 8, "minqti": 8, "00100000": 8, "maxqti": 8, "stepsiz": 8, "min_not": 8, "minnot": 8, "customized_fix": 8, "unsubscrib": 8, "sortbi": 8, "interest_r": 8, "displayprior": 8, "90": 8, "interestperlot": 8, "35810000": 8, "interestr": 8, "05510000": 8, "lotsiz": 8, "lotslowlimit": 8, "lotspurchas": 8, "74155": 8, "lotsuplimit": 8, "80000": 8, "maxlotsperus": 8, "2000": 8, "needkyc": 8, "projectid": 8, "cusdt90dayss001": 8, "projectnam": 8, "witharealimit": 8, "end_str": 8, "everyth": 8, "ohlcv": 8, "28457": 8, "1499865549590": 8, "isbuyermak": 8, "isbestmatch": 8, "comma": 8, "account_info": 8, "borrowen": 8, "netassetofbtc": 8, "repayen": 8, "totalasset": 8, "isolatedcr": 8, "marginlevelstatu": 8, "margin_cal": 8, "pre_liquid": 8, "force_liquid": 8, "marginratio": 8, "indexpric": 8, "10000": 8, "liquidatepric": 8, "liquidater": 8, "tradeen": 8, "klinecandlestick": 8, "1499040000000": 8, "01634790": 8, "80000000": 8, "01575800": 8, "low": [4, 8], "01577100": 8, "148976": 8, "11427815": 8, "1499644799999": 8, "2434": 8, "19055334": 8, "308": 8, "1756": 8, "87402397": 8, "taker": 8, "46694368": 8, "17928899": 8, "62484339": 8, "ignor": 8, "lend": 8, "left": 8, "quota": 8, "redempt": 8, "64405625": 8, "82728457": 8, "58633215": 8, "24095242": 8, "transferen": 8, "00499500": 8, "201": 8, "66666672": 8, "2346": 8, "2144": 8, "83333328": 8, "asset_detail": 8, "assetfullnam": 8, "assetnam": 8, "isborrow": 8, "ismortgag": 8, "userminborrow": 8, "userminrepai": 8, "preced": 8, "isolatedsymbol": 8, "earliest": 8, "princip": 8, "84624403": 8, "1555056425000": 8, "pend": 8, "fail": 8, "retriev": 8, "27": 8, "h2uska5yqpaxhpirkd96x": 8, "1565245656253": 8, "qd1gy3kc3gx0rihm9y3xw": 8, "arzz9i00cpm8i3nhmu9ega": 8, "zwfqzudigpcevhkw5dvcmo": 8, "iswork": 8, "213205622": 8, "00493630": 8, "1562133008725": 8, "priceindex": 8, "price_index_detail": 8, "calctim": 8, "1562046418000": 8, "00333930": 8, "repai": 8, "repaid": 8, "14": 8, "01866667": 8, "98133333": 8, "1563438204000": 8, "2970933056": 8, "323355778339572400": 8, "00006000": 8, "isbuy": 8, "ismak": 8, "39324": 8, "1561973357171": 8, "00002950": 8, "32": 8, "39319": 8, "00590000": 8, "1561964645345": 8, "69248805": 8, "59498107": 8, "10000000": 8, "arrai": 8, "symbol_nam": 8, "against": 8, "qhczw71gakcctv0t0k8luk": 8, "211842552": 8, "00475010": 8, "1562040170089": 8, "suppli": 8, "neither": 8, "nor": 8, "29": 8, "ameeaxryfzfwyf1ferpuoz": 8, "1565245913483": 8, "od7aeszqjeglzrbtrpy5zb": 8, "jr1h6xiroxgejouuyqs7v3": 8, "hg7hfnxjv6czy3ze4aut4d": 8, "1565245913407": 8, "j6lfofbmfmrjtya7rrj0lp": 8, "z0kcjodditils5ekaftk81": 8, "lastupdateid": 8, "1027024": 8, "bid": 8, "431": 8, "bidpric": 8, "bidqti": 8, "askpric": 8, "askqti": 8, "07946700": 8, "entri": 8, "instead": [0, 8], "ada": 8, "10003": 8, "11467": 8, "6399": 8, "10004": 8, "11652": 8, "14213": 8, "aaa": 8, "bbb": 8, "1544433328000": 8, "ccc": 8, "isfreez": 8, "subaccount": 8, "testsub": 8, "gmail": 8, "createtim": 8, "virtual": [6, 8], "oxebmvfonoemail": 8, "6489943656": 8, "6489938713": 8, "tdunhsa7jktnukrusutu1muhtqxobpketv": 8, "tronscan": 8, "credit": 8, "cannot": [0, 8], "abc": 8, "initialmargin": 8, "maintenancemargin": 8, "88308000": 8, "maxwithdrawamount": 8, "openorderinitialmargin": 8, "positioninitialmargin": 8, "feetier": 8, "totalinitialmargin": 8, "totalmaintenancemargin": 8, "totalmarginbal": 8, "totalopenorderinitialmargin": 8, "totalpositioninitialmargin": 8, "totalunrealizedprofit": 8, "totalwalletbal": 8, "1576756674610": 8, "issubuseren": 8, "isuseract": 8, "1570791523523": 8, "isfutureen": 8, "mobil": 8, "9975": 8, "12000": 8, "50": 8, "maxnot": 8, "1000000": 8, "liquidationpric": 8, "7963": 8, "54": 8, "9973": 8, "50770517": 8, "positionamount": 8, "010": 8, "01612295": 8, "summari": 8, "83137400": 8, "41568700": 8, "03235621": 8, "03219710": 8, "22": 8, "15879444": 8, "subaccountlist": 8, "12659734": 8, "345": 8, "90575887": 8, "87356177": 8, "margintradecoeffvo": 8, "forceliquidationbar": 8, "margincallbar": 8, "normalbar": 8, "marginuserassetvolist": 8, "33333333": 8, "11111112": 8, "22222221": 8, "11111111": 8, "22222222": 8, "being": 8, "counterparti": 8, "11798835829": 8, "1544433325000": 8, "sub2": 8, "11798829519": 8, "1544433326000": 8, "pricechang": 8, "94": 8, "99999800": 8, "pricechangeperc": 8, "95": 8, "960": 8, "weightedavgpric": 8, "29628482": 8, "prevclosepric": 8, "10002000": 8, "lastpric": 8, "openpric": 8, "highpric": 8, "lowpric": 8, "8913": 8, "opentim": 8, "1499783499040": 8, "closetim": 8, "1499869899040": 8, "fristid": 8, "28385": 8, "lastid": 8, "28460": 8, "76": 8, "adabnb": 8, "univers": 8, "11945860693": 8, "subaccount1": 8, "fromaccounttyp": 8, "toaccounttyp": 8, "createtimestamp": 8, "11945857955": 8, "subaccount2": 8, "usdt_futur": 8, "make_new_request": 8, "used_weight": 8, "1626079769": 8, "status_cod": 8, "user_ag": 8, "agent": 8, "await": 8, "approv": 8, "failur": 8, "6complet": 8, "0x94df8b352de7f46f64b01d3666bf6e936e44ce60": 8, "91000000": 8, "applytim": 8, "2019": 8, "02": 8, "b6ae22b3aa844210a7041aee7589627c": 8, "withdraworderid": 8, "withdrawtest123": 8, "intern": 8, "extern": 8, "0xb5ef8c13b968a406cc62a93a8bd80f9e9a906ef1b3fcf20a2e48573c17659268": 8, "1fzdvhtibqmrwdjpyrpulcucezpj2wlcsb": 8, "00150000": 8, "09": 8, "43": 8, "45": 8, "156ec387f49b41df8724fa744fa82719": 8, "60fd9007ebfddc753455f95fafa808c4302c836e4d1eebc5a132c36c1d8ac354": 8, "withdraw_id": 8, "7213fea8e94b4a5593d507237e5a555b": 8, "transactionfe": 8, "0x6915f16f8791d0a1cc2bf47c13a6b2a92000504b": 8, "0xdf33b22bdb2b28b1f75ccd201a4a4m6e7g83jy5fc5d5a9d1340961598cfcb0a1": 8, "1508198532000": 8, "t3ee22biyuwqmvne0hnq2a2wsfletlhvwctitw6ffhhdmjifq2trbukkthhr": 8, "float": 8, "2966662589": 8, "till": 8, "empti": 8, "totalcount": 8, "masteraccounttotalasset": 8, "23231201": 8, "spotsubuserassetbtcvolist": 8, "sub123": 8, "9999": 8, "test456": 8, "transfer_statu": 8, "11415955596": 8, "11366865406": 8, "redeem": 8, "margin_repay_loan": 8, "close_api_sess": 8, "user_stream": 8, "keepal": 8, "toggl": 8, "On": [6, 8], "And": 8, "whether": [0, 4, 8], "pai": 8, "dust": 8, "ONE": 8, "totalservicecharg": 8, "02102542": 8, "totaltransf": 8, "05127099": 8, "transferresult": 8, "03000000": 8, "1563368549307": 8, "00500000": 8, "2970932918": 8, "25000000": 8, "unvivers": 8, "accross": 8, "assumpt": 8, "through": [6, 8], "websit": 8, "transactionfeeflag": 8, "destin": 8, "back": 8, "departur": 8, "pass": 8, "build": [0, 6], "signific": 6, "advantag": 6, "boost": 6, "program": 6, "supplement": 6, "static": 6, "By": 6, "significantli": 6, "enhanc": 6, "speed": 6, "especi": 6, "computation": 6, "intens": 6, "faster": 6, "runtim": 6, "effici": 6, "altern": 6, "It": 6, "just": 6, "jit": 6, "dramat": 6, "tailor": 6, "seamlessli": 6, "simpler": 6, "straightforward": 6, "optim": 6, "minim": 6, "focu": 6, "rather": 6, "configur": 6, "channel": 6, "meta": 6, "yaml": 6, "medium": 6, "youtub": 6, "linkedin": 6, "tenant": 0, "kwarg": [0, 8], "__init__": 0, "few": 0, "_create_futures_coin_data_api_url": 0, "2017": 4, "2021": 4, "sammchardi": 4, "herebi": 4, "copi": 4, "associ": 4, "deal": 4, "merg": 4, "di": 4, "tribut": 4, "sublicens": 4, "whom": 4, "furnish": 4, "subject": 4, "fol": 4, "notic": 4, "shall": 4, "substanti": 4, "portion": 4, "THE": 4, "AS": 4, "impli": 4, "BUT": 4, "NOT": 4, "merchantabil": 4, "iti": 4, "fit": 4, "FOR": 4, "particular": 4, "noninfring": 4, "IN": 4, "NO": 4, "BE": 4, "tort": 4, "WITH": 4, "64": 6, "osx": 6, "win": 6, "architectur": [0, 6], "assist": 6, "gpt": 6, "human": 6, "employe": 6, "recognis": 0, "suitabl": 0, "target": [0, 6], "even": 0, "don": 0, "raspberri": 6, "pi": 6, "patient": 6, "_create_futures_api_uri": 0, "sinc": 0, "deliv": 0, "extens": 0, "pycharm": 0, "visual": 0, "method": [0, 6], "autocomplet": 0, "intellisens": 0, "As": 0, "solut": 0, "stub": [0, 6], "pyi": 0, "attach": 0, "65": 0, "did": 0, "instanti": 6, "upon": 6, "exit": 6, "depth": 6, "yourself": 6, "two": 6, "githubact": 6, "gh": 6, "cloud": 6, "preconfigur": 6, "pack": 6, "behind": 6, "sdk": 6}, "objects": {"": [[8, 0, 0, "-", "unicorn_binance_rest_api"]], "unicorn_binance_rest_api": [[8, 0, 0, "-", "enums"], [8, 0, 0, "-", "exceptions"], [8, 0, 0, "-", "helpers"], [8, 0, 0, "-", "manager"]], "unicorn_binance_rest_api.exceptions": [[8, 1, 1, "", "AlreadyStoppedError"], [8, 1, 1, "", "BinanceAPIException"], [8, 1, 1, "", "BinanceOrderException"], [8, 1, 1, "", "BinanceOrderInactiveSymbolException"], [8, 1, 1, "", "BinanceOrderMinAmountException"], [8, 1, 1, "", "BinanceOrderMinPriceException"], [8, 1, 1, "", "BinanceOrderMinTotalException"], [8, 1, 1, "", "BinanceOrderUnknownSymbolException"], [8, 1, 1, "", "BinanceRequestException"], [8, 1, 1, "", "BinanceWithdrawException"], [8, 1, 1, "", "UnknownExchange"]], "unicorn_binance_rest_api.helpers": [[8, 2, 1, "", "date_to_milliseconds"], [8, 2, 1, "", "interval_to_milliseconds"]], "unicorn_binance_rest_api.manager": [[8, 3, 1, "", "BinanceRestApiManager"]], "unicorn_binance_rest_api.manager.BinanceRestApiManager": [[8, 4, 1, "", "AGG_BEST_MATCH"], [8, 4, 1, "", "AGG_BUYER_MAKES"], [8, 4, 1, "", "AGG_FIRST_TRADE_ID"], [8, 4, 1, "", "AGG_ID"], [8, 4, 1, "", "AGG_LAST_TRADE_ID"], [8, 4, 1, "", "AGG_PRICE"], [8, 4, 1, "", "AGG_QUANTITY"], [8, 4, 1, "", "AGG_TIME"], [8, 4, 1, "", "API_URL"], [8, 4, 1, "", "COIN_FUTURE_TO_SPOT"], [8, 4, 1, "", "FIAT_TO_MINING"], [8, 4, 1, "", "FIAT_TO_SPOT"], [8, 4, 1, "", "FIAT_TO_USDT_FUTURE"], [8, 4, 1, "", "FUTURES_API_VERSION"], [8, 4, 1, "", "FUTURES_API_VERSION2"], [8, 4, 1, "", "FUTURES_COIN_DATA_URL"], [8, 4, 1, "", "FUTURES_COIN_URL"], [8, 4, 1, "", "FUTURES_DATA_URL"], [8, 4, 1, "", "FUTURES_URL"], [8, 4, 1, "", "KLINE_INTERVAL_12HOUR"], [8, 4, 1, "", "KLINE_INTERVAL_15MINUTE"], [8, 4, 1, "", "KLINE_INTERVAL_1DAY"], [8, 4, 1, "", "KLINE_INTERVAL_1HOUR"], [8, 4, 1, "", "KLINE_INTERVAL_1MINUTE"], [8, 4, 1, "", "KLINE_INTERVAL_1MONTH"], [8, 4, 1, "", "KLINE_INTERVAL_1SECOND"], [8, 4, 1, "", "KLINE_INTERVAL_1WEEK"], [8, 4, 1, "", "KLINE_INTERVAL_2HOUR"], [8, 4, 1, "", "KLINE_INTERVAL_30MINUTE"], [8, 4, 1, "", "KLINE_INTERVAL_3DAY"], [8, 4, 1, "", "KLINE_INTERVAL_3MINUTE"], [8, 4, 1, "", "KLINE_INTERVAL_4HOUR"], [8, 4, 1, "", "KLINE_INTERVAL_5MINUTE"], [8, 4, 1, "", "KLINE_INTERVAL_6HOUR"], [8, 4, 1, "", "KLINE_INTERVAL_8HOUR"], [8, 4, 1, "", "MARGIN_API_URL"], [8, 4, 1, "", "MARGIN_API_VERSION"], [8, 4, 1, "", "MARGIN_CROSS_TO_SPOT"], [8, 4, 1, "", "MARGIN_CROSS_TO_USDT_FUTURE"], [8, 4, 1, "", "MINING_TO_FIAT"], [8, 4, 1, "", "MINING_TO_SPOT"], [8, 4, 1, "", "MINING_TO_USDT_FUTURE"], [8, 4, 1, "", "ORDER_RESP_TYPE_ACK"], [8, 4, 1, "", "ORDER_RESP_TYPE_FULL"], [8, 4, 1, "", "ORDER_RESP_TYPE_RESULT"], [8, 4, 1, "", "ORDER_STATUS_CANCELED"], [8, 4, 1, "", "ORDER_STATUS_EXPIRED"], [8, 4, 1, "", "ORDER_STATUS_FILLED"], [8, 4, 1, "", "ORDER_STATUS_NEW"], [8, 4, 1, "", "ORDER_STATUS_PARTIALLY_FILLED"], [8, 4, 1, "", "ORDER_STATUS_PENDING_CANCEL"], [8, 4, 1, "", "ORDER_STATUS_REJECTED"], [8, 4, 1, "", "ORDER_TYPE_LIMIT"], [8, 4, 1, "", "ORDER_TYPE_LIMIT_MAKER"], [8, 4, 1, "", "ORDER_TYPE_MARKET"], [8, 4, 1, "", "ORDER_TYPE_STOP_LOSS"], [8, 4, 1, "", "ORDER_TYPE_STOP_LOSS_LIMIT"], [8, 4, 1, "", "ORDER_TYPE_TAKE_PROFIT"], [8, 4, 1, "", "ORDER_TYPE_TAKE_PROFIT_LIMIT"], [8, 4, 1, "", "PRIVATE_API_VERSION"], [8, 4, 1, "", "PUBLIC_API_VERSION"], [8, 4, 1, "", "SIDE_BUY"], [8, 4, 1, "", "SIDE_SELL"], [8, 4, 1, "", "SPOT_TO_COIN_FUTURE"], [8, 4, 1, "", "SPOT_TO_FIAT"], [8, 4, 1, "", "SPOT_TO_MARGIN_CROSS"], [8, 4, 1, "", "SPOT_TO_MINING"], [8, 4, 1, "", "SPOT_TO_USDT_FUTURE"], [8, 4, 1, "", "SYMBOL_TYPE_SPOT"], [8, 4, 1, "", "TIME_IN_FORCE_FOK"], [8, 4, 1, "", "TIME_IN_FORCE_GTC"], [8, 4, 1, "", "TIME_IN_FORCE_IOC"], [8, 4, 1, "", "USDT_FUTURE_TO_FIAT"], [8, 4, 1, "", "USDT_FUTURE_TO_MARGIN_CROSS"], [8, 4, 1, "", "USDT_FUTURE_TO_SPOT"], [8, 4, 1, "", "WEBSITE_URL"], [8, 5, 1, "", "aggregate_trade_iter"], [8, 5, 1, "", "cancel_all_open_margin_orders"], [8, 5, 1, "", "cancel_all_open_orders"], [8, 5, 1, "", "cancel_margin_oco_order"], [8, 5, 1, "", "cancel_margin_order"], [8, 5, 1, "", "cancel_order"], [8, 5, 1, "", "change_fixed_activity_to_daily_position"], [8, 5, 1, "", "create_isolated_margin_account"], [8, 5, 1, "", "create_margin_loan"], [8, 5, 1, "", "create_margin_oco_order"], [8, 5, 1, "", "create_margin_order"], [8, 5, 1, "", "create_oco_order"], [8, 5, 1, "", "create_order"], [8, 5, 1, "", "create_sub_account_futures_transfer"], [8, 5, 1, "", "create_test_order"], [8, 5, 1, "", "disable_fast_withdraw_switch"], [8, 5, 1, "", "enable_fast_withdraw_switch"], [8, 5, 1, "", "enable_subaccount_futures"], [8, 5, 1, "", "enable_subaccount_margin"], [8, 5, 1, "", "futures_account"], [8, 5, 1, "", "futures_account_balance"], [8, 5, 1, "", "futures_account_trades"], [8, 5, 1, "", "futures_account_transfer"], [8, 5, 1, "", "futures_aggregate_trades"], [8, 5, 1, "", "futures_auto_cancel_all_open_orders"], [8, 5, 1, "", "futures_cancel_all_open_orders"], [8, 5, 1, "", "futures_cancel_order"], [8, 5, 1, "", "futures_cancel_orders"], [8, 5, 1, "", "futures_change_leverage"], [8, 5, 1, "", "futures_change_margin_type"], [8, 5, 1, "", "futures_change_position_margin"], [8, 5, 1, "", "futures_change_position_mode"], [8, 5, 1, "", "futures_coin_account"], [8, 5, 1, "", "futures_coin_account_balance"], [8, 5, 1, "", "futures_coin_account_trades"], [8, 5, 1, "", "futures_coin_aggregate_trades"], [8, 5, 1, "", "futures_coin_cancel_all_open_orders"], [8, 5, 1, "", "futures_coin_cancel_order"], [8, 5, 1, "", "futures_coin_cancel_orders"], [8, 5, 1, "", "futures_coin_change_leverage"], [8, 5, 1, "", "futures_coin_change_margin_type"], [8, 5, 1, "", "futures_coin_change_position_margin"], [8, 5, 1, "", "futures_coin_change_position_mode"], [8, 5, 1, "", "futures_coin_continous_klines"], [8, 5, 1, "", "futures_coin_create_order"], [8, 5, 1, "", "futures_coin_exchange_info"], [8, 5, 1, "", "futures_coin_funding_rate"], [8, 5, 1, "", "futures_coin_get_all_orders"], [8, 5, 1, "", "futures_coin_get_open_orders"], [8, 5, 1, "", "futures_coin_get_order"], [8, 5, 1, "", "futures_coin_get_position_mode"], [8, 5, 1, "", "futures_coin_historical_trades"], [8, 5, 1, "", "futures_coin_income_history"], [8, 5, 1, "", "futures_coin_index_price_klines"], [8, 5, 1, "", "futures_coin_klines"], [8, 5, 1, "", "futures_coin_leverage_bracket"], [8, 5, 1, "", "futures_coin_liquidation_orders"], [8, 5, 1, "", "futures_coin_mark_price"], [8, 5, 1, "", "futures_coin_mark_price_klines"], [8, 5, 1, "", "futures_coin_open_interest"], [8, 5, 1, "", "futures_coin_open_interest_hist"], [8, 5, 1, "", "futures_coin_order_book"], [8, 5, 1, "", "futures_coin_orderbook_ticker"], [8, 5, 1, "", "futures_coin_ping"], [8, 5, 1, "", "futures_coin_place_batch_order"], [8, 5, 1, "", "futures_coin_position_information"], [8, 5, 1, "", "futures_coin_position_margin_history"], [8, 5, 1, "", "futures_coin_recent_trades"], [8, 5, 1, "", "futures_coin_stream_close"], [8, 5, 1, "", "futures_coin_stream_get_listen_key"], [8, 5, 1, "", "futures_coin_stream_keepalive"], [8, 5, 1, "", "futures_coin_symbol_ticker"], [8, 5, 1, "", "futures_coin_ticker"], [8, 5, 1, "", "futures_coin_time"], [8, 5, 1, "", "futures_commission_rate"], [8, 5, 1, "", "futures_create_order"], [8, 5, 1, "", "futures_exchange_info"], [8, 5, 1, "", "futures_funding_rate"], [8, 5, 1, "", "futures_get_all_orders"], [8, 5, 1, "", "futures_get_open_orders"], [8, 5, 1, "", "futures_get_order"], [8, 5, 1, "", "futures_get_position_mode"], [8, 5, 1, "", "futures_historical_trades"], [8, 5, 1, "", "futures_income_history"], [8, 5, 1, "", "futures_klines"], [8, 5, 1, "", "futures_leverage_bracket"], [8, 5, 1, "", "futures_liquidation_orders"], [8, 5, 1, "", "futures_mark_price"], [8, 5, 1, "", "futures_open_interest"], [8, 5, 1, "", "futures_open_interest_hist"], [8, 5, 1, "", "futures_order_book"], [8, 5, 1, "", "futures_orderbook_ticker"], [8, 5, 1, "", "futures_ping"], [8, 5, 1, "", "futures_place_batch_order"], [8, 5, 1, "", "futures_position_information"], [8, 5, 1, "", "futures_position_margin_history"], [8, 5, 1, "", "futures_recent_trades"], [8, 5, 1, "", "futures_stream_close"], [8, 5, 1, "", "futures_stream_get_listen_key"], [8, 5, 1, "", "futures_stream_keepalive"], [8, 5, 1, "", "futures_symbol_ticker"], [8, 5, 1, "", "futures_ticker"], [8, 5, 1, "", "futures_time"], [8, 5, 1, "", "get_account"], [8, 5, 1, "", "get_account_api_trading_status"], [8, 5, 1, "", "get_account_snapshot"], [8, 5, 1, "", "get_account_status"], [8, 5, 1, "", "get_aggregate_trades"], [8, 5, 1, "", "get_all_coins_info"], [8, 5, 1, "", "get_all_isolated_margin_symbols"], [8, 5, 1, "", "get_all_margin_orders"], [8, 5, 1, "", "get_all_orders"], [8, 5, 1, "", "get_all_tickers"], [8, 5, 1, "", "get_asset_balance"], [8, 5, 1, "", "get_asset_details"], [8, 5, 1, "", "get_asset_dividend_history"], [8, 5, 1, "", "get_avg_price"], [8, 5, 1, "", "get_bnb_burn_spot_margin"], [8, 5, 1, "", "get_deposit_address"], [8, 5, 1, "", "get_deposit_history"], [8, 5, 1, "", "get_dust_log"], [8, 5, 1, "", "get_exchange_info"], [8, 5, 1, "", "get_fixed_activity_project_list"], [8, 5, 1, "", "get_historical_klines"], [8, 5, 1, "", "get_historical_klines_generator"], [8, 5, 1, "", "get_historical_trades"], [8, 5, 1, "", "get_isolated_margin_account"], [8, 5, 1, "", "get_isolated_margin_symbol"], [8, 5, 1, "", "get_klines"], [8, 5, 1, "", "get_latest_release_info"], [8, 5, 1, "", "get_latest_version"], [8, 5, 1, "", "get_lending_account"], [8, 5, 1, "", "get_lending_daily_quota_left"], [8, 5, 1, "", "get_lending_daily_redemption_quota"], [8, 5, 1, "", "get_lending_interest_history"], [8, 5, 1, "", "get_lending_position"], [8, 5, 1, "", "get_lending_product_list"], [8, 5, 1, "", "get_lending_purchase_history"], [8, 5, 1, "", "get_lending_redemption_history"], [8, 5, 1, "", "get_margin_account"], [8, 5, 1, "", "get_margin_asset"], [8, 5, 1, "", "get_margin_loan_details"], [8, 5, 1, "", "get_margin_oco_order"], [8, 5, 1, "", "get_margin_order"], [8, 5, 1, "", "get_margin_price_index"], [8, 5, 1, "", "get_margin_repay_details"], [8, 5, 1, "", "get_margin_symbol"], [8, 5, 1, "", "get_margin_trades"], [8, 5, 1, "", "get_max_margin_loan"], [8, 5, 1, "", "get_max_margin_transfer"], [8, 5, 1, "", "get_my_trades"], [8, 5, 1, "", "get_open_isolated_margin_orders"], [8, 5, 1, "", "get_open_margin_oco_orders"], [8, 5, 1, "", "get_open_margin_orders"], [8, 5, 1, "", "get_open_orders"], [8, 5, 1, "", "get_order"], [8, 5, 1, "", "get_order_book"], [8, 5, 1, "", "get_orderbook_ticker"], [8, 5, 1, "", "get_orderbook_tickers"], [8, 5, 1, "", "get_products"], [8, 5, 1, "", "get_recent_trades"], [8, 5, 1, "", "get_server_time"], [8, 5, 1, "", "get_sub_account_assets"], [8, 5, 1, "", "get_sub_account_futures_transfer_history"], [8, 5, 1, "", "get_sub_account_list"], [8, 5, 1, "", "get_sub_account_transfer_history"], [8, 5, 1, "", "get_subaccount_deposit_address"], [8, 5, 1, "", "get_subaccount_deposit_history"], [8, 5, 1, "", "get_subaccount_futures_details"], [8, 5, 1, "", "get_subaccount_futures_margin_status"], [8, 5, 1, "", "get_subaccount_futures_positionrisk"], [8, 5, 1, "", "get_subaccount_futures_summary"], [8, 5, 1, "", "get_subaccount_margin_details"], [8, 5, 1, "", "get_subaccount_margin_summary"], [8, 5, 1, "", "get_subaccount_transfer_history"], [8, 5, 1, "", "get_symbol_info"], [8, 5, 1, "", "get_symbol_ticker"], [8, 5, 1, "", "get_system_status"], [8, 5, 1, "", "get_ticker"], [8, 5, 1, "", "get_trade_fee"], [8, 5, 1, "", "get_universal_transfer_history"], [8, 5, 1, "", "get_used_weight"], [8, 5, 1, "", "get_user_agent"], [8, 5, 1, "", "get_version"], [8, 5, 1, "", "get_withdraw_history"], [8, 5, 1, "", "get_withdraw_history_id"], [8, 5, 1, "", "is_update_availabe"], [8, 5, 1, "", "isolated_margin_stream_close"], [8, 5, 1, "", "isolated_margin_stream_get_listen_key"], [8, 5, 1, "", "isolated_margin_stream_keepalive"], [8, 5, 1, "", "make_subaccount_futures_transfer"], [8, 5, 1, "", "make_subaccount_margin_transfer"], [8, 5, 1, "", "make_subaccount_to_master_transfer"], [8, 5, 1, "", "make_subaccount_to_subaccount_transfer"], [8, 5, 1, "", "make_universal_transfer"], [8, 5, 1, "", "margin_stream_close"], [8, 5, 1, "", "margin_stream_get_listen_key"], [8, 5, 1, "", "margin_stream_keepalive"], [8, 5, 1, "", "new_transfer_history"], [8, 5, 1, "", "order_limit"], [8, 5, 1, "", "order_limit_buy"], [8, 5, 1, "", "order_limit_sell"], [8, 5, 1, "", "order_market"], [8, 5, 1, "", "order_market_buy"], [8, 5, 1, "", "order_market_sell"], [8, 5, 1, "", "order_oco_buy"], [8, 5, 1, "", "order_oco_sell"], [8, 5, 1, "", "ping"], [8, 5, 1, "", "purchase_lending_product"], [8, 5, 1, "", "query_subaccount_spot_summary"], [8, 5, 1, "", "query_universal_transfer_history"], [8, 5, 1, "", "redeem_lending_product"], [8, 5, 1, "", "repay_margin_loan"], [8, 5, 1, "", "stop_manager"], [8, 5, 1, "", "stream_close"], [8, 5, 1, "", "stream_get_listen_key"], [8, 5, 1, "", "stream_keepalive"], [8, 5, 1, "", "toggle_bnb_burn_spot_margin"], [8, 5, 1, "", "transfer_dust"], [8, 5, 1, "", "transfer_history"], [8, 5, 1, "", "transfer_isolated_margin_to_spot"], [8, 5, 1, "", "transfer_margin_to_spot"], [8, 5, 1, "", "transfer_spot_to_isolated_margin"], [8, 5, 1, "", "transfer_spot_to_margin"], [8, 5, 1, "", "universal_transfer"], [8, 5, 1, "", "withdraw"]]}, "objtypes": {"0": "py:module", "1": "py:exception", "2": "py:function", "3": "py:class", "4": "py:attribute", "5": "py:method"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "exception", "Python exception"], "2": ["py", "function", "Python function"], "3": ["py", "class", "Python class"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "method", "Python method"]}, "titleterms": {"unicorn": [0, 3, 6], "binanc": [0, 3, 6], "rest": [0, 3, 6], "api": [0, 3, 6], "chang": [0, 6], "log": [0, 6], "2": 0, "0": 0, "4": 0, "dev": [0, 6], "develop": 0, "stage": [0, 6], "unreleas": 0, "unstabl": 0, "3": 0, "fix": 0, "1": 0, "ad": 0, "10": 0, "9": 0, "remov": 0, "8": 0, "7": 0, "6": 0, "5": 0, "contributor": [1, 6], "coven": 1, "code": [1, 6], "conduct": 1, "our": 1, "pledg": 1, "standard": 1, "respons": 1, "scope": 1, "enforc": 1, "attribut": 1, "contribut": [2, 6], "pull": 2, "request": 2, "process": 2, "welcom": 3, "": 3, "document": [3, 6], "content": [3, 8], "indic": 3, "tabl": 3, "lsosl": 4, "lucit": 4, "synerget": 4, "open": 4, "sourc": [4, 6], "licens": [4, 6], "unicorn_binance_rest_api": [5, 8], "get": 6, "suit": 6, "receiv": 6, "data": 6, "from": 6, "endpoint": 6, "initi": 6, "binancerestapimanag": 6, "print": 6, "snapshot": 6, "an": 6, "order": 6, "book": 6, "all": 6, "symbol": 6, "price": 6, "us": 6, "weight": 6, "send": 6, "bui": 6, "btc": 6, "market": 6, "100": 6, "usdt": 6, "stop": 6, "ubra": 6, "after": 6, "usag": 6, "avoid": 6, "memori": 6, "leak": 6, "right": [], "logger": [], "descript": 6, "what": 6, "ar": 6, "benefit": 6, "instal": 6, "upgrad": 6, "A": 6, "cython": 6, "binari": 6, "pypi": 6, "base": 6, "cpython": 6, "wheel": 6, "latest": 6, "version": 6, "pip": 6, "conda": 6, "packag": [6, 8], "releas": 6, "anaconda": 6, "via": [], "forg": [], "github": 6, "linux": 6, "maco": 6, "window": 6, "environ": 6, "virtualenv": 6, "plain": 6, "python": 6, "exampl": 6, "howto": 6, "project": 6, "homepag": 6, "wiki": 6, "social": 6, "notif": 6, "how": 6, "report": [6, 7], "bug": [6, 7], "suggest": 6, "improv": 6, "you": 6, "want": [], "sai": [], "thank": [], "disclaim": 6, "If": 6, "intend": 6, "real": 6, "monei": 6, "your": 6, "own": 6, "risk": 6, "socks5": 6, "proxi": 6, "geoblock": 6, "commerci": 6, "support": 6, "secur": 7, "polici": 7, "procedur": 7, "disclosur": 7, "comment": 7, "thi": 7, "submodul": 8, "unicorn_binancerest_api": 8, "enum": 8, "modul": 8, "except": 8, "helper": 8, "manag": 8, "updat": 6, "creat": 6, "automat": 6, "action": 6}, "envversion": {"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, "sphinx": 60}, "alltitles": {"Welcome to unicorn-binance-rest-api\u2019s documentation!": [[3, "welcome-to-unicorn-binance-rest-api-s-documentation"]], "Contents:": [[3, null]], "Indices and tables": [[3, "indices-and-tables"]], "unicorn_binance_rest_api": [[5, "unicorn-binance-rest-api"]], "unicorn-binance-rest-api Change Log": [[0, "unicorn-binance-rest-api-change-log"]], "2.3.0.dev (development stage/unreleased/unstable)": [[0, "dev-development-stage-unreleased-unstable"]], "2.3.0": [[0, "id1"]], "Added": [[0, "added"], [0, "id4"], [0, "id6"], [0, "id21"], [0, "id23"], [0, "id25"], [0, "id29"], [0, "id32"], [0, "id34"], [0, "id37"], [0, "id47"], [0, "id52"], [0, "id57"], [0, "id59"]], "Changed": [[0, "changed"], [0, "id11"], [0, "id16"], [0, "id35"], [0, "id40"], [0, "id45"], [0, "id48"], [0, "id53"]], "Fixed": [[0, "fixed"], [0, "id7"], [0, "id9"], [0, "id17"], [0, "id19"], [0, "id42"], [0, "id49"], [0, "id55"]], "2.2.1": [[0, "id2"]], "2.2.0": [[0, "id3"]], "2.1.2": [[0, "id5"]], "Removed": [[0, "removed"], [0, "id26"], [0, "id50"], [0, "id60"]], "2.1.1": [[0, "id8"]], "2.1.0": [[0, "id10"]], "Adding": [[0, "adding"], [0, "id44"]], "2.0.5": [[0, "id12"]], "2.0.4": [[0, "id13"]], "2.0.3": [[0, "id14"]], "2.0.2": [[0, "id15"]], "2.0.1": [[0, "id18"]], "2.0.0": [[0, "id20"]], "1.10.0": [[0, "id22"]], "1.9.0": [[0, "id24"]], "1.8.1": [[0, "id27"]], "Fixing": [[0, "fixing"], [0, "id30"]], "1.8.0": [[0, "id28"]], "1.7.0": [[0, "id31"]], "1.6.0": [[0, "id33"]], "1.5.0": [[0, "id36"]], "1.4.3": [[0, "id38"]], "1.4.2": [[0, "id39"]], "1.4.1": [[0, "id41"]], "1.4.0": [[0, "id43"]], "1.3.0": [[0, "id46"]], "1.2.0": [[0, "id51"]], "1.1.1": [[0, "id54"]], "1.1.0": [[0, "id56"]], "1.0.0": [[0, "id58"]], "Contributor Covenant Code of Conduct": [[1, "contributor-covenant-code-of-conduct"]], "Our Pledge": [[1, "our-pledge"]], "Our Standards": [[1, "our-standards"]], "Our Responsibilities": [[1, "our-responsibilities"]], "Scope": [[1, "scope"]], "Enforcement": [[1, "enforcement"]], "Attribution": [[1, "attribution"]], "Contributing": [[2, "contributing"], [6, "contributing"]], "Pull Request Process": [[2, "pull-request-process"]], "LSOSL - LUCIT Synergetic Open Source License": [[4, "lsosl-lucit-synergetic-open-source-license"]], "UNICORN Binance REST API": [[6, "unicorn-binance-rest-api"]], "Get a UNICORN Binance Suite License": [[6, "get-a-unicorn-binance-suite-license"]], "Receive Data from Binance REST API Endpoints": [[6, "receive-data-from-binance-rest-api-endpoints"]], "Initiate BinanceRestApiManager()": [[6, "initiate-binancerestapimanager"], [6, "id1"]], "Print a snapshot of an order book": [[6, "print-a-snapshot-of-an-order-book"]], "Get all symbol prices": [[6, "get-all-symbol-prices"]], "Get the used weight": [[6, "get-the-used-weight"]], "Send data to Binance REST API Endpoints": [[6, "send-data-to-binance-rest-api-endpoints"]], "Buy BTC with a market order using 100 USDT": [[6, "buy-btc-with-a-market-order-using-100-usdt"]], "Stop ubra after usage to avoid memory leaks": [[6, "stop-ubra-after-usage-to-avoid-memory-leaks"]], "Description": [[6, "description"]], "What are the benefits of the UNICORN Binance REST API?": [[6, "what-are-the-benefits-of-the-unicorn-binance-rest-api"]], "Installation and Upgrade": [[6, "installation-and-upgrade"]], "Packages are created automatically with GitHub Actions": [[6, "packages-are-created-automatically-with-github-actions"]], "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"]], "Installation": [[6, "installation"], [6, "id2"]], "Update": [[6, "update"], [6, "id3"]], "A Conda Package of the latest version with conda from Anaconda": [[6, "a-conda-package-of-the-latest-version-with-conda-from-anaconda"]], "From source of the latest release with PIP from Github": [[6, "from-source-of-the-latest-release-with-pip-from-github"]], "Linux, macOS, \u2026": [[6, "linux-macos"]], "Windows": [[6, "windows"]], "From the latest source (dev-stage) with PIP from Github": [[6, "from-the-latest-source-dev-stage-with-pip-from-github"]], "Conda environment, Virtualenv or plain Python": [[6, "conda-environment-virtualenv-or-plain-python"]], "Change Log": [[6, "change-log"]], "Documentation": [[6, "documentation"]], "Examples": [[6, "examples"]], "Howto": [[6, "howto"]], "Project Homepage": [[6, "project-homepage"]], "Wiki": [[6, "wiki"]], "Social": [[6, "social"]], "Receive Notifications": [[6, "receive-notifications"]], "How to report Bugs or suggest Improvements?": [[6, "how-to-report-bugs-or-suggest-improvements"]], "Contributors": [[6, "contributors"]], "Disclaimer": [[6, "disclaimer"]], "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"]], "SOCKS5 Proxy / Geoblocking": [[6, "socks5-proxy-geoblocking"]], "Commercial Support": [[6, "commercial-support"]], "Security Policies and Procedures": [[7, "security-policies-and-procedures"]], "Reporting a Bug": [[7, "reporting-a-bug"]], "Disclosure Policy": [[7, "disclosure-policy"]], "Comments on this Policy": [[7, "comments-on-this-policy"]], "unicorn_binance_rest_api package": [[8, "unicorn-binance-rest-api-package"]], "Submodules": [[8, "submodules"]], "unicorn_binancerest_api.enums module": [[8, "module-unicorn_binance_rest_api.enums"]], "unicorn_binance_rest_api.exceptions module": [[8, "module-unicorn_binance_rest_api.exceptions"]], "unicorn_binance_rest_api.helpers module": [[8, "module-unicorn_binance_rest_api.helpers"]], "unicorn_binance_rest_api.manager module": [[8, "module-unicorn_binance_rest_api.manager"]], "Module contents": [[8, "module-unicorn_binance_rest_api"]]}, "indexentries": {"agg_best_match (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_BEST_MATCH"]], "agg_buyer_makes (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_BUYER_MAKES"]], "agg_first_trade_id (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_FIRST_TRADE_ID"]], "agg_id (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_ID"]], "agg_last_trade_id (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_LAST_TRADE_ID"]], "agg_price (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_PRICE"]], "agg_quantity (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_QUANTITY"]], "agg_time (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.AGG_TIME"]], "api_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.API_URL"]], "alreadystoppederror": [[8, "unicorn_binance_rest_api.exceptions.AlreadyStoppedError"]], "binanceapiexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceAPIException"]], "binanceorderexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderException"]], "binanceorderinactivesymbolexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderInactiveSymbolException"]], "binanceorderminamountexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderMinAmountException"]], "binanceorderminpriceexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderMinPriceException"]], "binanceordermintotalexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderMinTotalException"]], "binanceorderunknownsymbolexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceOrderUnknownSymbolException"]], "binancerequestexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceRequestException"]], "binancerestapimanager (class in unicorn_binance_rest_api.manager)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager"]], "binancewithdrawexception": [[8, "unicorn_binance_rest_api.exceptions.BinanceWithdrawException"]], "coin_future_to_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.COIN_FUTURE_TO_SPOT"]], "fiat_to_mining (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FIAT_TO_MINING"]], "fiat_to_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FIAT_TO_SPOT"]], "fiat_to_usdt_future (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FIAT_TO_USDT_FUTURE"]], "futures_api_version (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_API_VERSION"]], "futures_api_version2 (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_API_VERSION2"]], "futures_coin_data_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_COIN_DATA_URL"]], "futures_coin_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_COIN_URL"]], "futures_data_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_DATA_URL"]], "futures_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.FUTURES_URL"]], "kline_interval_12hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_12HOUR"]], "kline_interval_15minute (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_15MINUTE"]], "kline_interval_1day (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1DAY"]], "kline_interval_1hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1HOUR"]], "kline_interval_1minute (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1MINUTE"]], "kline_interval_1month (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1MONTH"]], "kline_interval_1second (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1SECOND"]], "kline_interval_1week (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_1WEEK"]], "kline_interval_2hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_2HOUR"]], "kline_interval_30minute (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_30MINUTE"]], "kline_interval_3day (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_3DAY"]], "kline_interval_3minute (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_3MINUTE"]], "kline_interval_4hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_4HOUR"]], "kline_interval_5minute (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_5MINUTE"]], "kline_interval_6hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_6HOUR"]], "kline_interval_8hour (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.KLINE_INTERVAL_8HOUR"]], "margin_api_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MARGIN_API_URL"]], "margin_api_version (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MARGIN_API_VERSION"]], "margin_cross_to_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MARGIN_CROSS_TO_SPOT"]], "margin_cross_to_usdt_future (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MARGIN_CROSS_TO_USDT_FUTURE"]], "mining_to_fiat (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MINING_TO_FIAT"]], "mining_to_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MINING_TO_SPOT"]], "mining_to_usdt_future (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.MINING_TO_USDT_FUTURE"]], "order_resp_type_ack (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_RESP_TYPE_ACK"]], "order_resp_type_full (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_RESP_TYPE_FULL"]], "order_resp_type_result (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_RESP_TYPE_RESULT"]], "order_status_canceled (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_CANCELED"]], "order_status_expired (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_EXPIRED"]], "order_status_filled (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_FILLED"]], "order_status_new (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_NEW"]], "order_status_partially_filled (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_PARTIALLY_FILLED"]], "order_status_pending_cancel (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_PENDING_CANCEL"]], "order_status_rejected (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_STATUS_REJECTED"]], "order_type_limit (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_LIMIT"]], "order_type_limit_maker (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_LIMIT_MAKER"]], "order_type_market (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_MARKET"]], "order_type_stop_loss (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_STOP_LOSS"]], "order_type_stop_loss_limit (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_STOP_LOSS_LIMIT"]], "order_type_take_profit (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_TAKE_PROFIT"]], "order_type_take_profit_limit (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ORDER_TYPE_TAKE_PROFIT_LIMIT"]], "private_api_version (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.PRIVATE_API_VERSION"]], "public_api_version (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.PUBLIC_API_VERSION"]], "side_buy (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SIDE_BUY"]], "side_sell (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SIDE_SELL"]], "spot_to_coin_future (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SPOT_TO_COIN_FUTURE"]], "spot_to_fiat (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SPOT_TO_FIAT"]], "spot_to_margin_cross (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SPOT_TO_MARGIN_CROSS"]], "spot_to_mining (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SPOT_TO_MINING"]], "spot_to_usdt_future (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SPOT_TO_USDT_FUTURE"]], "symbol_type_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.SYMBOL_TYPE_SPOT"]], "time_in_force_fok (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.TIME_IN_FORCE_FOK"]], "time_in_force_gtc (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.TIME_IN_FORCE_GTC"]], "time_in_force_ioc (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.TIME_IN_FORCE_IOC"]], "usdt_future_to_fiat (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.USDT_FUTURE_TO_FIAT"]], "usdt_future_to_margin_cross (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.USDT_FUTURE_TO_MARGIN_CROSS"]], "usdt_future_to_spot (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.USDT_FUTURE_TO_SPOT"]], "unknownexchange": [[8, "unicorn_binance_rest_api.exceptions.UnknownExchange"]], "website_url (unicorn_binance_rest_api.manager.binancerestapimanager attribute)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.WEBSITE_URL"]], "aggregate_trade_iter() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.aggregate_trade_iter"]], "cancel_all_open_margin_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.cancel_all_open_margin_orders"]], "cancel_all_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.cancel_all_open_orders"]], "cancel_margin_oco_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.cancel_margin_oco_order"]], "cancel_margin_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.cancel_margin_order"]], "cancel_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.cancel_order"]], "change_fixed_activity_to_daily_position() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.change_fixed_activity_to_daily_position"]], "create_isolated_margin_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_isolated_margin_account"]], "create_margin_loan() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_margin_loan"]], "create_margin_oco_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_margin_oco_order"]], "create_margin_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_margin_order"]], "create_oco_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_oco_order"]], "create_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_order"]], "create_sub_account_futures_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_sub_account_futures_transfer"]], "create_test_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.create_test_order"]], "date_to_milliseconds() (in module unicorn_binance_rest_api.helpers)": [[8, "unicorn_binance_rest_api.helpers.date_to_milliseconds"]], "disable_fast_withdraw_switch() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.disable_fast_withdraw_switch"]], "enable_fast_withdraw_switch() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.enable_fast_withdraw_switch"]], "enable_subaccount_futures() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.enable_subaccount_futures"]], "enable_subaccount_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.enable_subaccount_margin"]], "futures_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_account"]], "futures_account_balance() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_account_balance"]], "futures_account_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_account_trades"]], "futures_account_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_account_transfer"]], "futures_aggregate_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_aggregate_trades"]], "futures_auto_cancel_all_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_auto_cancel_all_open_orders"]], "futures_cancel_all_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_cancel_all_open_orders"]], "futures_cancel_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_cancel_order"]], "futures_cancel_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_cancel_orders"]], "futures_change_leverage() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_change_leverage"]], "futures_change_margin_type() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_change_margin_type"]], "futures_change_position_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_change_position_margin"]], "futures_change_position_mode() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_change_position_mode"]], "futures_coin_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_account"]], "futures_coin_account_balance() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_account_balance"]], "futures_coin_account_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_account_trades"]], "futures_coin_aggregate_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_aggregate_trades"]], "futures_coin_cancel_all_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_cancel_all_open_orders"]], "futures_coin_cancel_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_cancel_order"]], "futures_coin_cancel_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_cancel_orders"]], "futures_coin_change_leverage() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_change_leverage"]], "futures_coin_change_margin_type() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_change_margin_type"]], "futures_coin_change_position_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_change_position_margin"]], "futures_coin_change_position_mode() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_change_position_mode"]], "futures_coin_continous_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_continous_klines"]], "futures_coin_create_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_create_order"]], "futures_coin_exchange_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_exchange_info"]], "futures_coin_funding_rate() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_funding_rate"]], "futures_coin_get_all_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_get_all_orders"]], "futures_coin_get_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_get_open_orders"]], "futures_coin_get_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_get_order"]], "futures_coin_get_position_mode() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_get_position_mode"]], "futures_coin_historical_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_historical_trades"]], "futures_coin_income_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_income_history"]], "futures_coin_index_price_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_index_price_klines"]], "futures_coin_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_klines"]], "futures_coin_leverage_bracket() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_leverage_bracket"]], "futures_coin_liquidation_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_liquidation_orders"]], "futures_coin_mark_price() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_mark_price"]], "futures_coin_mark_price_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_mark_price_klines"]], "futures_coin_open_interest() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_open_interest"]], "futures_coin_open_interest_hist() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_open_interest_hist"]], "futures_coin_order_book() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_order_book"]], "futures_coin_orderbook_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_orderbook_ticker"]], "futures_coin_ping() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_ping"]], "futures_coin_place_batch_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_place_batch_order"]], "futures_coin_position_information() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_position_information"]], "futures_coin_position_margin_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_position_margin_history"]], "futures_coin_recent_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_recent_trades"]], "futures_coin_stream_close() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_stream_close"]], "futures_coin_stream_get_listen_key() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_stream_get_listen_key"]], "futures_coin_stream_keepalive() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_stream_keepalive"]], "futures_coin_symbol_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_symbol_ticker"]], "futures_coin_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_ticker"]], "futures_coin_time() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_coin_time"]], "futures_commission_rate() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_commission_rate"]], "futures_create_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_create_order"]], "futures_exchange_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_exchange_info"]], "futures_funding_rate() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_funding_rate"]], "futures_get_all_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_get_all_orders"]], "futures_get_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_get_open_orders"]], "futures_get_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_get_order"]], "futures_get_position_mode() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_get_position_mode"]], "futures_historical_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_historical_trades"]], "futures_income_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_income_history"]], "futures_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_klines"]], "futures_leverage_bracket() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_leverage_bracket"]], "futures_liquidation_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_liquidation_orders"]], "futures_mark_price() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_mark_price"]], "futures_open_interest() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_open_interest"]], "futures_open_interest_hist() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_open_interest_hist"]], "futures_order_book() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_order_book"]], "futures_orderbook_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_orderbook_ticker"]], "futures_ping() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_ping"]], "futures_place_batch_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_place_batch_order"]], "futures_position_information() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_position_information"]], "futures_position_margin_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_position_margin_history"]], "futures_recent_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_recent_trades"]], "futures_stream_close() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_stream_close"]], "futures_stream_get_listen_key() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_stream_get_listen_key"]], "futures_stream_keepalive() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_stream_keepalive"]], "futures_symbol_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_symbol_ticker"]], "futures_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_ticker"]], "futures_time() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.futures_time"]], "get_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_account"]], "get_account_api_trading_status() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_account_api_trading_status"]], "get_account_snapshot() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_account_snapshot"]], "get_account_status() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_account_status"]], "get_aggregate_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_aggregate_trades"]], "get_all_coins_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_all_coins_info"]], "get_all_isolated_margin_symbols() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_all_isolated_margin_symbols"]], "get_all_margin_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_all_margin_orders"]], "get_all_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_all_orders"]], "get_all_tickers() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_all_tickers"]], "get_asset_balance() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_asset_balance"]], "get_asset_details() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_asset_details"]], "get_asset_dividend_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_asset_dividend_history"]], "get_avg_price() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_avg_price"]], "get_bnb_burn_spot_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_bnb_burn_spot_margin"]], "get_deposit_address() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_deposit_address"]], "get_deposit_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_deposit_history"]], "get_dust_log() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_dust_log"]], "get_exchange_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_exchange_info"]], "get_fixed_activity_project_list() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_fixed_activity_project_list"]], "get_historical_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_historical_klines"]], "get_historical_klines_generator() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_historical_klines_generator"]], "get_historical_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_historical_trades"]], "get_isolated_margin_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_isolated_margin_account"]], "get_isolated_margin_symbol() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_isolated_margin_symbol"]], "get_klines() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_klines"]], "get_latest_release_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_latest_release_info"]], "get_latest_version() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_latest_version"]], "get_lending_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_account"]], "get_lending_daily_quota_left() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_daily_quota_left"]], "get_lending_daily_redemption_quota() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_daily_redemption_quota"]], "get_lending_interest_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_interest_history"]], "get_lending_position() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_position"]], "get_lending_product_list() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_product_list"]], "get_lending_purchase_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_purchase_history"]], "get_lending_redemption_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_lending_redemption_history"]], "get_margin_account() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_account"]], "get_margin_asset() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_asset"]], "get_margin_loan_details() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_loan_details"]], "get_margin_oco_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_oco_order"]], "get_margin_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_order"]], "get_margin_price_index() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_price_index"]], "get_margin_repay_details() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_repay_details"]], "get_margin_symbol() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_symbol"]], "get_margin_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_margin_trades"]], "get_max_margin_loan() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_max_margin_loan"]], "get_max_margin_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_max_margin_transfer"]], "get_my_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_my_trades"]], "get_open_isolated_margin_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_open_isolated_margin_orders"]], "get_open_margin_oco_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_open_margin_oco_orders"]], "get_open_margin_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_open_margin_orders"]], "get_open_orders() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_open_orders"]], "get_order() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_order"]], "get_order_book() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_order_book"]], "get_orderbook_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_orderbook_ticker"]], "get_orderbook_tickers() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_orderbook_tickers"]], "get_products() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_products"]], "get_recent_trades() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_recent_trades"]], "get_server_time() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_server_time"]], "get_sub_account_assets() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_sub_account_assets"]], "get_sub_account_futures_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_sub_account_futures_transfer_history"]], "get_sub_account_list() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_sub_account_list"]], "get_sub_account_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_sub_account_transfer_history"]], "get_subaccount_deposit_address() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_deposit_address"]], "get_subaccount_deposit_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_deposit_history"]], "get_subaccount_futures_details() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_futures_details"]], "get_subaccount_futures_margin_status() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_futures_margin_status"]], "get_subaccount_futures_positionrisk() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_futures_positionrisk"]], "get_subaccount_futures_summary() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_futures_summary"]], "get_subaccount_margin_details() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_margin_details"]], "get_subaccount_margin_summary() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_margin_summary"]], "get_subaccount_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_subaccount_transfer_history"]], "get_symbol_info() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_symbol_info"]], "get_symbol_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_symbol_ticker"]], "get_system_status() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_system_status"]], "get_ticker() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_ticker"]], "get_trade_fee() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_trade_fee"]], "get_universal_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_universal_transfer_history"]], "get_used_weight() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_used_weight"]], "get_user_agent() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_user_agent"]], "get_version() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_version"]], "get_withdraw_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_withdraw_history"]], "get_withdraw_history_id() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.get_withdraw_history_id"]], "interval_to_milliseconds() (in module unicorn_binance_rest_api.helpers)": [[8, "unicorn_binance_rest_api.helpers.interval_to_milliseconds"]], "is_update_availabe() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.is_update_availabe"]], "isolated_margin_stream_close() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.isolated_margin_stream_close"]], "isolated_margin_stream_get_listen_key() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.isolated_margin_stream_get_listen_key"]], "isolated_margin_stream_keepalive() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.isolated_margin_stream_keepalive"]], "make_subaccount_futures_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.make_subaccount_futures_transfer"]], "make_subaccount_margin_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.make_subaccount_margin_transfer"]], "make_subaccount_to_master_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.make_subaccount_to_master_transfer"]], "make_subaccount_to_subaccount_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.make_subaccount_to_subaccount_transfer"]], "make_universal_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.make_universal_transfer"]], "margin_stream_close() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.margin_stream_close"]], "margin_stream_get_listen_key() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.margin_stream_get_listen_key"]], "margin_stream_keepalive() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.margin_stream_keepalive"]], "module": [[8, "module-unicorn_binance_rest_api"], [8, "module-unicorn_binance_rest_api.enums"], [8, "module-unicorn_binance_rest_api.exceptions"], [8, "module-unicorn_binance_rest_api.helpers"], [8, "module-unicorn_binance_rest_api.manager"]], "new_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.new_transfer_history"]], "order_limit() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_limit"]], "order_limit_buy() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_limit_buy"]], "order_limit_sell() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_limit_sell"]], "order_market() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_market"]], "order_market_buy() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_market_buy"]], "order_market_sell() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_market_sell"]], "order_oco_buy() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_oco_buy"]], "order_oco_sell() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.order_oco_sell"]], "ping() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.ping"]], "purchase_lending_product() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.purchase_lending_product"]], "query_subaccount_spot_summary() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.query_subaccount_spot_summary"]], "query_universal_transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.query_universal_transfer_history"]], "redeem_lending_product() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.redeem_lending_product"]], "repay_margin_loan() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.repay_margin_loan"]], "stop_manager() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.stop_manager"]], "stream_close() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.stream_close"]], "stream_get_listen_key() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.stream_get_listen_key"]], "stream_keepalive() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.stream_keepalive"]], "toggle_bnb_burn_spot_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.toggle_bnb_burn_spot_margin"]], "transfer_dust() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_dust"]], "transfer_history() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_history"]], "transfer_isolated_margin_to_spot() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_isolated_margin_to_spot"]], "transfer_margin_to_spot() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_margin_to_spot"]], "transfer_spot_to_isolated_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_spot_to_isolated_margin"]], "transfer_spot_to_margin() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.transfer_spot_to_margin"]], "unicorn_binance_rest_api": [[8, "module-unicorn_binance_rest_api"]], "unicorn_binance_rest_api.enums": [[8, "module-unicorn_binance_rest_api.enums"]], "unicorn_binance_rest_api.exceptions": [[8, "module-unicorn_binance_rest_api.exceptions"]], "unicorn_binance_rest_api.helpers": [[8, "module-unicorn_binance_rest_api.helpers"]], "unicorn_binance_rest_api.manager": [[8, "module-unicorn_binance_rest_api.manager"]], "universal_transfer() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.universal_transfer"]], "withdraw() (unicorn_binance_rest_api.manager.binancerestapimanager method)": [[8, "unicorn_binance_rest_api.manager.BinanceRestApiManager.withdraw"]]}}) \ No newline at end of file diff --git a/docs/security.html b/docs/security.html index 37657dc..532fd35 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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/docs/unicorn_binance_rest_api.html b/docs/unicorn_binance_rest_api.html index 9e7a04a..d6d4e97 100644 --- a/docs/unicorn_binance_rest_api.html +++ b/docs/unicorn_binance_rest_api.html @@ -7792,7 +7792,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 May 09 2024 at 19:22 (CET). + Last updated on May 09 2024 at 20:09 (CET). Found a bug?
Created using Sphinx 7.2.6. diff --git a/meta.yaml b/meta.yaml index 87bc25e..696f3c8 100644 --- a/meta.yaml +++ b/meta.yaml @@ -72,7 +72,7 @@ test: about: summary: | - A Python API by LUCIT to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, + A Python SDK by LUCIT to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr) in a easy, fast, flexible, robust and fully-featured way. description: | [![Get a UNICORN Binance Suite License](https://raw.githubusercontent.com/LUCIT-Systems-and-Development/unicorn-binance-suite/master/images/logo/LUCIT-UBS-License-Offer.png)](https://shop.lucit.services) @@ -106,7 +106,7 @@ about: [Notifications](#receive-notifications) | [Bugs](#how-to-report-bugs-or-suggest-improvements) | [Contributing](#contributing) | [Disclaimer](#disclaimer) | [Commercial Support](#commercial-support) - A Python API by [LUCIT](https://www.lucit.tech) to use the Binance REST API`s (com+testnet, com-margin+testnet, + A Python SDK by [LUCIT](https://www.lucit.tech) to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr) in a easy, fast, flexible, robust and fully-featured way. Part of ['UNICORN Binance Suite'](https://www.lucit.tech/unicorn-binance-suite.html). diff --git a/pyproject.toml b/pyproject.toml index a674e13..805a999 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "unicorn-binance-rest-api" version = "2.3.0" -description = "A Python API by LUCIT to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr) in a easy, fast, flexible, robust and fully-featured way." +description = "A Python SDK by LUCIT to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr) in a easy, fast, flexible, robust and fully-featured way." authors = ["LUCIT Systems and Development "] license = "LSOSL - LUCIT Synergetic Open Source License" readme = "README.md" diff --git a/setup.py b/setup.py index d7c1e15..d4e2fbf 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ author="LUCIT Systems and Development", author_email='info@lucit.tech', url="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api", - description="A Python API by LUCIT to use the Binance REST API`s (com+testnet, com-margin+testnet, " + description="A Python SDK by LUCIT to use the Binance REST API`s (com+testnet, com-margin+testnet, " "com-isolated_margin+testnet, com-futures+testnet, us, tr) in a easy, fast, flexible, robust and " "fully-featured way.", long_description=long_description,