kucoin-api 0.0.13__tar.gz → 0.0.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of kucoin-api might be problematic. Click here for more details.
- {kucoin_api-0.0.13 → kucoin_api-0.0.15}/PKG-INFO +3 -5
- {kucoin_api-0.0.13 → kucoin_api-0.0.15}/README.md +2 -4
- {kucoin_api-0.0.13 → kucoin_api-0.0.15}/pyproject.toml +4 -1
- kucoin_api-0.0.13/src/kucoin_api/__init__.py +0 -7
- kucoin_api-0.0.13/src/kucoin_api/ccxt/__init__.py +0 -101
- kucoin_api-0.0.13/src/kucoin_api/ccxt/abstract/kucoin.py +0 -224
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/__init__.py +0 -80
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/__init__.py +0 -1
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/exchange.py +0 -2100
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/throttler.py +0 -50
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/ws/__init__.py +0 -38
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/ws/aiohttp_client.py +0 -147
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/ws/cache.py +0 -213
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/ws/client.py +0 -214
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/ws/fast_client.py +0 -97
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/ws/functions.py +0 -59
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/ws/future.py +0 -69
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/ws/order_book.py +0 -78
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/base/ws/order_book_side.py +0 -174
- kucoin_api-0.0.13/src/kucoin_api/ccxt/async_support/kucoin.py +0 -4920
- kucoin_api-0.0.13/src/kucoin_api/ccxt/base/__init__.py +0 -27
- kucoin_api-0.0.13/src/kucoin_api/ccxt/base/decimal_to_precision.py +0 -174
- kucoin_api-0.0.13/src/kucoin_api/ccxt/base/errors.py +0 -267
- kucoin_api-0.0.13/src/kucoin_api/ccxt/base/exchange.py +0 -6769
- kucoin_api-0.0.13/src/kucoin_api/ccxt/base/precise.py +0 -297
- kucoin_api-0.0.13/src/kucoin_api/ccxt/base/types.py +0 -577
- kucoin_api-0.0.13/src/kucoin_api/ccxt/kucoin.py +0 -4919
- kucoin_api-0.0.13/src/kucoin_api/ccxt/pro/__init__.py +0 -21
- kucoin_api-0.0.13/src/kucoin_api/ccxt/pro/kucoin.py +0 -1356
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/README.md +0 -1
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/__init__.py +0 -1
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ecdsa/__init__.py +0 -14
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ecdsa/_version.py +0 -520
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ecdsa/curves.py +0 -56
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ecdsa/der.py +0 -221
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -310
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -197
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ecdsa/keys.py +0 -332
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -531
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -100
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ecdsa/util.py +0 -266
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/__init__.py +0 -7
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -16
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/abi.py +0 -19
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/base.py +0 -152
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/codec.py +0 -217
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/constants.py +0 -3
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -565
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -720
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -139
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -443
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/packed.py +0 -13
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/registry.py +0 -643
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -3
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -230
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -83
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -27
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -19
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/account/__init__.py +0 -3
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -4
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -239
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -40
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/account/messages.py +0 -263
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -5
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -54
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -65
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -63
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/typing/abi.py +0 -6
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/typing/bls.py +0 -7
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -5
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -7
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/typing/enums.py +0 -17
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -9
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/typing/evm.py +0 -20
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/typing/networks.py +0 -1122
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -115
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/abi.py +0 -72
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/address.py +0 -171
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -151
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -190
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/currency.py +0 -107
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -269
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/debug.py +0 -20
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -132
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -6
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -4
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/functional.py +0 -75
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -74
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -188
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/logging.py +0 -159
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -31
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -43
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -76
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/types.py +0 -54
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -18
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -14
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/ethereum/utils/units.py +0 -31
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/keccak/__init__.py +0 -3
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/keccak/keccak.py +0 -197
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/__init__.py +0 -38
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/__pyinstaller/__init__.py +0 -6
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/__pyinstaller/hook-lark.py +0 -14
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/ast_utils.py +0 -59
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/common.py +0 -86
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/exceptions.py +0 -292
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/grammar.py +0 -130
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/grammars/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/grammars/common.lark +0 -59
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/grammars/lark.lark +0 -62
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/grammars/python.lark +0 -302
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/grammars/unicode.lark +0 -7
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/indenter.py +0 -143
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/lark.py +0 -658
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/lexer.py +0 -678
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/load_grammar.py +0 -1428
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parse_tree_builder.py +0 -391
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parser_frontends.py +0 -257
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/cyk.py +0 -340
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/earley.py +0 -314
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/earley_common.py +0 -42
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/earley_forest.py +0 -801
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/grammar_analysis.py +0 -203
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/lalr_analysis.py +0 -332
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/lalr_interactive_parser.py +0 -158
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/lalr_parser.py +0 -122
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/lalr_parser_state.py +0 -110
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/parsers/xearley.py +0 -165
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/py.typed +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/reconstruct.py +0 -107
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/tools/__init__.py +0 -70
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/tools/nearley.py +0 -202
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/tools/serialize.py +0 -32
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/tools/standalone.py +0 -196
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/tree.py +0 -267
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/tree_matcher.py +0 -186
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/tree_templates.py +0 -180
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/utils.py +0 -343
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/lark/visitors.py +0 -596
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/__init__.py +0 -81
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/base.py +0 -65
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/class_registry.py +0 -94
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/decorators.py +0 -231
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/error_store.py +0 -60
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/exceptions.py +0 -71
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/fields.py +0 -2114
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/orderedset.py +0 -89
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/py.typed +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/schema.py +0 -1228
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/types.py +0 -12
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/utils.py +0 -378
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/validate.py +0 -678
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow/warnings.py +0 -2
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow_dataclass/__init__.py +0 -1047
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow_dataclass/collection_field.py +0 -51
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow_dataclass/lazy_class_attribute.py +0 -45
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow_dataclass/mypy.py +0 -71
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow_dataclass/py.typed +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow_dataclass/typing.py +0 -14
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow_dataclass/union_field.py +0 -82
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow_oneofschema/__init__.py +0 -1
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow_oneofschema/one_of_schema.py +0 -193
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/marshmallow_oneofschema/py.typed +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/__init__.py +0 -55
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/_cmsgpack.pyx +0 -11
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/_packer.pyx +0 -374
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/_unpacker.pyx +0 -547
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/buff_converter.h +0 -8
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/exceptions.py +0 -48
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/ext.py +0 -168
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/fallback.py +0 -951
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/pack.h +0 -89
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/pack_template.h +0 -820
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/sysdep.h +0 -194
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/unpack.h +0 -391
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/unpack_define.h +0 -95
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/msgpack/unpack_template.h +0 -464
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/parsimonious/__init__.py +0 -10
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/parsimonious/exceptions.py +0 -105
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/parsimonious/expressions.py +0 -479
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/parsimonious/grammar.py +0 -487
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/parsimonious/nodes.py +0 -325
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/parsimonious/utils.py +0 -40
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v0/__init__.py +0 -2
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v0/model.py +0 -44
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v0/parser.py +0 -216
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v0/schemas.py +0 -72
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v0/shape.py +0 -63
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v1/__init__.py +0 -2
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v1/core_structures.json +0 -14
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v1/model.py +0 -39
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v1/parser.py +0 -220
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v1/parser_transformer.py +0 -179
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v1/schemas.py +0 -66
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v1/shape.py +0 -47
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v2/__init__.py +0 -2
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v2/model.py +0 -89
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v2/parser.py +0 -293
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v2/parser_transformer.py +0 -192
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v2/schemas.py +0 -132
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/abi/v2/shape.py +0 -107
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/data_types.py +0 -123
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/deprecated_parse/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/deprecated_parse/cairo_types.py +0 -77
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser.py +0 -46
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser_transformer.py +0 -138
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/felt.py +0 -64
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/type_parser.py +0 -121
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/v1/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/v1/type_parser.py +0 -59
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/v2/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/cairo/v2/type_parser.py +0 -77
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/ccxt_utils.py +0 -7
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/common.py +0 -15
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/constants.py +0 -39
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/hash/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/hash/address.py +0 -79
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/hash/compiled_class_hash_objects.py +0 -111
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/hash/selector.py +0 -16
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/hash/storage.py +0 -12
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/hash/utils.py +0 -78
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/models/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/models/typed_data.py +0 -45
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/__init__.py +0 -24
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/_calldata_reader.py +0 -40
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/_context.py +0 -142
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/__init__.py +0 -10
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/_common.py +0 -82
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/array_serializer.py +0 -43
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/bool_serializer.py +0 -37
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/byte_array_serializer.py +0 -66
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/cairo_data_serializer.py +0 -71
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/enum_serializer.py +0 -71
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/felt_serializer.py +0 -50
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/named_tuple_serializer.py +0 -58
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/option_serializer.py +0 -43
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/output_serializer.py +0 -40
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/payload_serializer.py +0 -72
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/struct_serializer.py +0 -36
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/tuple_serializer.py +0 -36
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/uint256_serializer.py +0 -76
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/uint_serializer.py +0 -100
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/data_serializers/unit_serializer.py +0 -32
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/errors.py +0 -10
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/factory.py +0 -229
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/function_serialization_adapter.py +0 -110
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/serialization/tuple_dataclass.py +0 -59
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/utils/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/utils/constructor_args_translator.py +0 -86
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/utils/iterable.py +0 -13
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/utils/schema.py +0 -13
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starknet/utils/typed_data.py +0 -182
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starkware/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starkware/crypto/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starkware/crypto/fast_pedersen_hash.py +0 -50
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starkware/crypto/math_utils.py +0 -78
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starkware/crypto/signature.py +0 -2344
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/starkware/crypto/utils.py +0 -63
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/sympy/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/sympy/core/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/sympy/core/intfunc.py +0 -35
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/sympy/external/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/sympy/external/gmpy.py +0 -345
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/sympy/external/importtools.py +0 -187
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/sympy/external/ntheory.py +0 -637
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/sympy/external/pythonmpq.py +0 -341
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/__init__.py +0 -26
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/_signatures.py +0 -784
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/_version.py +0 -520
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/compatibility.py +0 -30
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/curried/__init__.py +0 -101
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -22
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/curried/operator.py +0 -22
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/dicttoolz.py +0 -339
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/functoolz.py +0 -1049
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/itertoolz.py +0 -1057
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/recipes.py +0 -46
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/toolz/utils.py +0 -9
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/typing_inspect/__init__.py +0 -0
- kucoin_api-0.0.13/src/kucoin_api/ccxt/static_dependencies/typing_inspect/typing_inspect.py +0 -851
- {kucoin_api-0.0.13 → kucoin_api-0.0.15}/.gitignore +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kucoin_api
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.15
|
|
4
4
|
Summary: kucoin crypto exchange api client
|
|
5
5
|
Project-URL: Homepage, https://github.com/ccxt/ccxt
|
|
6
6
|
Project-URL: Issues, https://github.com/ccxt/ccxt
|
|
@@ -18,12 +18,10 @@ Requires-Python: >=3.8
|
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
|
|
20
20
|
# kucoin-python
|
|
21
|
-
Python SDK (sync and async) for Kucoin with Rest and WS capabilities.
|
|
22
|
-
|
|
23
|
-
You can check Kucoin's docs here: [Docs](https://ccxt.com)
|
|
24
|
-
|
|
21
|
+
Python SDK (sync and async) for Kucoin cryptocurrency exchange with Rest and WS capabilities.
|
|
25
22
|
|
|
26
23
|
You can check the SDK docs here: [SDK](https://docs.ccxt.com/#/exchanges/kucoin)
|
|
24
|
+
You can check Kucoin's docs here: [Docs](https://ccxt.com)
|
|
27
25
|
|
|
28
26
|
*This package derives from CCXT and allows you to call pretty much every endpoint by either using the unified CCXT API or calling the endpoints directly*
|
|
29
27
|
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# kucoin-python
|
|
2
|
-
Python SDK (sync and async) for Kucoin with Rest and WS capabilities.
|
|
3
|
-
|
|
4
|
-
You can check Kucoin's docs here: [Docs](https://ccxt.com)
|
|
5
|
-
|
|
2
|
+
Python SDK (sync and async) for Kucoin cryptocurrency exchange with Rest and WS capabilities.
|
|
6
3
|
|
|
7
4
|
You can check the SDK docs here: [SDK](https://docs.ccxt.com/#/exchanges/kucoin)
|
|
5
|
+
You can check Kucoin's docs here: [Docs](https://ccxt.com)
|
|
8
6
|
|
|
9
7
|
*This package derives from CCXT and allows you to call pretty much every endpoint by either using the unified CCXT API or calling the endpoints directly*
|
|
10
8
|
|
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
requires = ["hatchling"]
|
|
3
3
|
build-backend = "hatchling.build"
|
|
4
4
|
|
|
5
|
+
[tool.hatch.build.targets.sdist]
|
|
6
|
+
include = ["src/kucoin"]
|
|
7
|
+
|
|
5
8
|
[tool.hatch.build.targets.wheel]
|
|
6
9
|
packages = ["src/kucoin"]
|
|
7
10
|
|
|
8
11
|
[project]
|
|
9
12
|
name = "kucoin_api"
|
|
10
|
-
version = "0.0.
|
|
13
|
+
version = "0.0.15"
|
|
11
14
|
authors = [
|
|
12
15
|
{ name="CCXT", email="info@ccxt.trade" },
|
|
13
16
|
]
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import sys
|
|
2
|
-
import kucoin.ccxt as ccxt_module
|
|
3
|
-
sys.modules['ccxt'] = ccxt_module
|
|
4
|
-
|
|
5
|
-
# -*- coding: utf-8 -*-
|
|
6
|
-
|
|
7
|
-
"""CCXT: CryptoCurrency eXchange Trading Library"""
|
|
8
|
-
|
|
9
|
-
# MIT License
|
|
10
|
-
# Copyright (c) 2017 Igor Kroitor
|
|
11
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
|
-
# of this software and associated documentation files (the "Software"), to deal
|
|
13
|
-
# in the Software without restriction, including without limitation the rights
|
|
14
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15
|
-
# copies of the Software, and to permit persons to whom the Software is
|
|
16
|
-
# furnished to do so, subject to the following conditions:
|
|
17
|
-
# The above copyright notice and this permission notice shall be included in all
|
|
18
|
-
# copies or substantial portions of the Software.
|
|
19
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
-
# SOFTWARE.
|
|
26
|
-
|
|
27
|
-
# ----------------------------------------------------------------------------
|
|
28
|
-
|
|
29
|
-
__version__ = '4.4.69'
|
|
30
|
-
|
|
31
|
-
# ----------------------------------------------------------------------------
|
|
32
|
-
|
|
33
|
-
from ccxt.base.exchange import Exchange # noqa: F401
|
|
34
|
-
from ccxt.base.precise import Precise # noqa: F401
|
|
35
|
-
|
|
36
|
-
from ccxt.base.decimal_to_precision import decimal_to_precision # noqa: F401
|
|
37
|
-
from ccxt.base.decimal_to_precision import TRUNCATE # noqa: F401
|
|
38
|
-
from ccxt.base.decimal_to_precision import ROUND # noqa: F401
|
|
39
|
-
from ccxt.base.decimal_to_precision import ROUND_UP # noqa: F401
|
|
40
|
-
from ccxt.base.decimal_to_precision import ROUND_DOWN # noqa: F401
|
|
41
|
-
from ccxt.base.decimal_to_precision import DECIMAL_PLACES # noqa: F401
|
|
42
|
-
from ccxt.base.decimal_to_precision import SIGNIFICANT_DIGITS # noqa: F401
|
|
43
|
-
from ccxt.base.decimal_to_precision import TICK_SIZE # noqa: F401
|
|
44
|
-
from ccxt.base.decimal_to_precision import NO_PADDING # noqa: F401
|
|
45
|
-
from ccxt.base.decimal_to_precision import PAD_WITH_ZERO # noqa: F401
|
|
46
|
-
|
|
47
|
-
from ccxt.base import errors
|
|
48
|
-
from ccxt.base.errors import BaseError # noqa: F401
|
|
49
|
-
from ccxt.base.errors import ExchangeError # noqa: F401
|
|
50
|
-
from ccxt.base.errors import AuthenticationError # noqa: F401
|
|
51
|
-
from ccxt.base.errors import PermissionDenied # noqa: F401
|
|
52
|
-
from ccxt.base.errors import AccountNotEnabled # noqa: F401
|
|
53
|
-
from ccxt.base.errors import AccountSuspended # noqa: F401
|
|
54
|
-
from ccxt.base.errors import ArgumentsRequired # noqa: F401
|
|
55
|
-
from ccxt.base.errors import BadRequest # noqa: F401
|
|
56
|
-
from ccxt.base.errors import BadSymbol # noqa: F401
|
|
57
|
-
from ccxt.base.errors import OperationRejected # noqa: F401
|
|
58
|
-
from ccxt.base.errors import NoChange # noqa: F401
|
|
59
|
-
from ccxt.base.errors import MarginModeAlreadySet # noqa: F401
|
|
60
|
-
from ccxt.base.errors import MarketClosed # noqa: F401
|
|
61
|
-
from ccxt.base.errors import ManualInteractionNeeded # noqa: F401
|
|
62
|
-
from ccxt.base.errors import InsufficientFunds # noqa: F401
|
|
63
|
-
from ccxt.base.errors import InvalidAddress # noqa: F401
|
|
64
|
-
from ccxt.base.errors import AddressPending # noqa: F401
|
|
65
|
-
from ccxt.base.errors import InvalidOrder # noqa: F401
|
|
66
|
-
from ccxt.base.errors import OrderNotFound # noqa: F401
|
|
67
|
-
from ccxt.base.errors import OrderNotCached # noqa: F401
|
|
68
|
-
from ccxt.base.errors import OrderImmediatelyFillable # noqa: F401
|
|
69
|
-
from ccxt.base.errors import OrderNotFillable # noqa: F401
|
|
70
|
-
from ccxt.base.errors import DuplicateOrderId # noqa: F401
|
|
71
|
-
from ccxt.base.errors import ContractUnavailable # noqa: F401
|
|
72
|
-
from ccxt.base.errors import NotSupported # noqa: F401
|
|
73
|
-
from ccxt.base.errors import InvalidProxySettings # noqa: F401
|
|
74
|
-
from ccxt.base.errors import ExchangeClosedByUser # noqa: F401
|
|
75
|
-
from ccxt.base.errors import OperationFailed # noqa: F401
|
|
76
|
-
from ccxt.base.errors import NetworkError # noqa: F401
|
|
77
|
-
from ccxt.base.errors import DDoSProtection # noqa: F401
|
|
78
|
-
from ccxt.base.errors import RateLimitExceeded # noqa: F401
|
|
79
|
-
from ccxt.base.errors import ExchangeNotAvailable # noqa: F401
|
|
80
|
-
from ccxt.base.errors import OnMaintenance # noqa: F401
|
|
81
|
-
from ccxt.base.errors import InvalidNonce # noqa: F401
|
|
82
|
-
from ccxt.base.errors import ChecksumError # noqa: F401
|
|
83
|
-
from ccxt.base.errors import RequestTimeout # noqa: F401
|
|
84
|
-
from ccxt.base.errors import BadResponse # noqa: F401
|
|
85
|
-
from ccxt.base.errors import NullResponse # noqa: F401
|
|
86
|
-
from ccxt.base.errors import CancelPending # noqa: F401
|
|
87
|
-
from ccxt.base.errors import UnsubscribeError # noqa: F401
|
|
88
|
-
from ccxt.base.errors import error_hierarchy # noqa: F401
|
|
89
|
-
|
|
90
|
-
from ccxt.kucoin import kucoin # noqa: F401
|
|
91
|
-
|
|
92
|
-
exchanges = [ 'kucoin',]
|
|
93
|
-
|
|
94
|
-
base = [
|
|
95
|
-
'Exchange',
|
|
96
|
-
'Precise',
|
|
97
|
-
'exchanges',
|
|
98
|
-
'decimal_to_precision',
|
|
99
|
-
]
|
|
100
|
-
|
|
101
|
-
__all__ = base + errors.__all__ + exchanges
|
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
from ccxt.base.types import Entry
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
class ImplicitAPI:
|
|
5
|
-
public_get_currencies = publicGetCurrencies = Entry('currencies', 'public', 'GET', {'cost': 4.5})
|
|
6
|
-
public_get_currencies_currency = publicGetCurrenciesCurrency = Entry('currencies/{currency}', 'public', 'GET', {'cost': 4.5})
|
|
7
|
-
public_get_symbols = publicGetSymbols = Entry('symbols', 'public', 'GET', {'cost': 6})
|
|
8
|
-
public_get_market_orderbook_level1 = publicGetMarketOrderbookLevel1 = Entry('market/orderbook/level1', 'public', 'GET', {'cost': 3})
|
|
9
|
-
public_get_market_alltickers = publicGetMarketAllTickers = Entry('market/allTickers', 'public', 'GET', {'cost': 22.5})
|
|
10
|
-
public_get_market_stats = publicGetMarketStats = Entry('market/stats', 'public', 'GET', {'cost': 22.5})
|
|
11
|
-
public_get_markets = publicGetMarkets = Entry('markets', 'public', 'GET', {'cost': 4.5})
|
|
12
|
-
public_get_market_orderbook_level_level_limit = publicGetMarketOrderbookLevelLevelLimit = Entry('market/orderbook/level{level}_{limit}', 'public', 'GET', {'cost': 6})
|
|
13
|
-
public_get_market_orderbook_level2_20 = publicGetMarketOrderbookLevel220 = Entry('market/orderbook/level2_20', 'public', 'GET', {'cost': 3})
|
|
14
|
-
public_get_market_orderbook_level2_100 = publicGetMarketOrderbookLevel2100 = Entry('market/orderbook/level2_100', 'public', 'GET', {'cost': 6})
|
|
15
|
-
public_get_market_histories = publicGetMarketHistories = Entry('market/histories', 'public', 'GET', {'cost': 4.5})
|
|
16
|
-
public_get_market_candles = publicGetMarketCandles = Entry('market/candles', 'public', 'GET', {'cost': 4.5})
|
|
17
|
-
public_get_prices = publicGetPrices = Entry('prices', 'public', 'GET', {'cost': 4.5})
|
|
18
|
-
public_get_timestamp = publicGetTimestamp = Entry('timestamp', 'public', 'GET', {'cost': 4.5})
|
|
19
|
-
public_get_status = publicGetStatus = Entry('status', 'public', 'GET', {'cost': 4.5})
|
|
20
|
-
public_get_mark_price_symbol_current = publicGetMarkPriceSymbolCurrent = Entry('mark-price/{symbol}/current', 'public', 'GET', {'cost': 3})
|
|
21
|
-
public_get_mark_price_all_symbols = publicGetMarkPriceAllSymbols = Entry('mark-price/all-symbols', 'public', 'GET', {'cost': 3})
|
|
22
|
-
public_get_margin_config = publicGetMarginConfig = Entry('margin/config', 'public', 'GET', {'cost': 25})
|
|
23
|
-
public_get_announcements = publicGetAnnouncements = Entry('announcements', 'public', 'GET', {'cost': 20})
|
|
24
|
-
public_post_bullet_public = publicPostBulletPublic = Entry('bullet-public', 'public', 'POST', {'cost': 15})
|
|
25
|
-
private_get_user_info = privateGetUserInfo = Entry('user-info', 'private', 'GET', {'cost': 30})
|
|
26
|
-
private_get_accounts = privateGetAccounts = Entry('accounts', 'private', 'GET', {'cost': 7.5})
|
|
27
|
-
private_get_accounts_accountid = privateGetAccountsAccountId = Entry('accounts/{accountId}', 'private', 'GET', {'cost': 7.5})
|
|
28
|
-
private_get_accounts_ledgers = privateGetAccountsLedgers = Entry('accounts/ledgers', 'private', 'GET', {'cost': 3})
|
|
29
|
-
private_get_hf_accounts_ledgers = privateGetHfAccountsLedgers = Entry('hf/accounts/ledgers', 'private', 'GET', {'cost': 2})
|
|
30
|
-
private_get_hf_margin_account_ledgers = privateGetHfMarginAccountLedgers = Entry('hf/margin/account/ledgers', 'private', 'GET', {'cost': 2})
|
|
31
|
-
private_get_transaction_history = privateGetTransactionHistory = Entry('transaction-history', 'private', 'GET', {'cost': 3})
|
|
32
|
-
private_get_sub_user = privateGetSubUser = Entry('sub/user', 'private', 'GET', {'cost': 30})
|
|
33
|
-
private_get_sub_accounts_subuserid = privateGetSubAccountsSubUserId = Entry('sub-accounts/{subUserId}', 'private', 'GET', {'cost': 22.5})
|
|
34
|
-
private_get_sub_accounts = privateGetSubAccounts = Entry('sub-accounts', 'private', 'GET', {'cost': 30})
|
|
35
|
-
private_get_sub_api_key = privateGetSubApiKey = Entry('sub/api-key', 'private', 'GET', {'cost': 30})
|
|
36
|
-
private_get_margin_account = privateGetMarginAccount = Entry('margin/account', 'private', 'GET', {'cost': 40})
|
|
37
|
-
private_get_margin_accounts = privateGetMarginAccounts = Entry('margin/accounts', 'private', 'GET', {'cost': 15})
|
|
38
|
-
private_get_isolated_accounts = privateGetIsolatedAccounts = Entry('isolated/accounts', 'private', 'GET', {'cost': 15})
|
|
39
|
-
private_get_deposit_addresses = privateGetDepositAddresses = Entry('deposit-addresses', 'private', 'GET', {'cost': 7.5})
|
|
40
|
-
private_get_deposits = privateGetDeposits = Entry('deposits', 'private', 'GET', {'cost': 7.5})
|
|
41
|
-
private_get_hist_deposits = privateGetHistDeposits = Entry('hist-deposits', 'private', 'GET', {'cost': 7.5})
|
|
42
|
-
private_get_withdrawals = privateGetWithdrawals = Entry('withdrawals', 'private', 'GET', {'cost': 30})
|
|
43
|
-
private_get_hist_withdrawals = privateGetHistWithdrawals = Entry('hist-withdrawals', 'private', 'GET', {'cost': 30})
|
|
44
|
-
private_get_withdrawals_quotas = privateGetWithdrawalsQuotas = Entry('withdrawals/quotas', 'private', 'GET', {'cost': 30})
|
|
45
|
-
private_get_accounts_transferable = privateGetAccountsTransferable = Entry('accounts/transferable', 'private', 'GET', {'cost': 30})
|
|
46
|
-
private_get_transfer_list = privateGetTransferList = Entry('transfer-list', 'private', 'GET', {'cost': 30})
|
|
47
|
-
private_get_base_fee = privateGetBaseFee = Entry('base-fee', 'private', 'GET', {'cost': 3})
|
|
48
|
-
private_get_trade_fees = privateGetTradeFees = Entry('trade-fees', 'private', 'GET', {'cost': 3})
|
|
49
|
-
private_get_market_orderbook_level_level = privateGetMarketOrderbookLevelLevel = Entry('market/orderbook/level{level}', 'private', 'GET', {'cost': 3})
|
|
50
|
-
private_get_market_orderbook_level2 = privateGetMarketOrderbookLevel2 = Entry('market/orderbook/level2', 'private', 'GET', {'cost': 3})
|
|
51
|
-
private_get_market_orderbook_level3 = privateGetMarketOrderbookLevel3 = Entry('market/orderbook/level3', 'private', 'GET', {'cost': 3})
|
|
52
|
-
private_get_hf_accounts_opened = privateGetHfAccountsOpened = Entry('hf/accounts/opened', 'private', 'GET', {'cost': 2})
|
|
53
|
-
private_get_hf_orders_active = privateGetHfOrdersActive = Entry('hf/orders/active', 'private', 'GET', {'cost': 2})
|
|
54
|
-
private_get_hf_orders_active_symbols = privateGetHfOrdersActiveSymbols = Entry('hf/orders/active/symbols', 'private', 'GET', {'cost': 2})
|
|
55
|
-
private_get_hf_margin_order_active_symbols = privateGetHfMarginOrderActiveSymbols = Entry('hf/margin/order/active/symbols', 'private', 'GET', {'cost': 2})
|
|
56
|
-
private_get_hf_orders_done = privateGetHfOrdersDone = Entry('hf/orders/done', 'private', 'GET', {'cost': 2})
|
|
57
|
-
private_get_hf_orders_orderid = privateGetHfOrdersOrderId = Entry('hf/orders/{orderId}', 'private', 'GET', {'cost': 2})
|
|
58
|
-
private_get_hf_orders_client_order_clientoid = privateGetHfOrdersClientOrderClientOid = Entry('hf/orders/client-order/{clientOid}', 'private', 'GET', {'cost': 2})
|
|
59
|
-
private_get_hf_orders_dead_cancel_all_query = privateGetHfOrdersDeadCancelAllQuery = Entry('hf/orders/dead-cancel-all/query', 'private', 'GET', {'cost': 2})
|
|
60
|
-
private_get_hf_fills = privateGetHfFills = Entry('hf/fills', 'private', 'GET', {'cost': 2})
|
|
61
|
-
private_get_orders = privateGetOrders = Entry('orders', 'private', 'GET', {'cost': 2})
|
|
62
|
-
private_get_limit_orders = privateGetLimitOrders = Entry('limit/orders', 'private', 'GET', {'cost': 3})
|
|
63
|
-
private_get_orders_orderid = privateGetOrdersOrderId = Entry('orders/{orderId}', 'private', 'GET', {'cost': 2})
|
|
64
|
-
private_get_order_client_order_clientoid = privateGetOrderClientOrderClientOid = Entry('order/client-order/{clientOid}', 'private', 'GET', {'cost': 3})
|
|
65
|
-
private_get_fills = privateGetFills = Entry('fills', 'private', 'GET', {'cost': 10})
|
|
66
|
-
private_get_limit_fills = privateGetLimitFills = Entry('limit/fills', 'private', 'GET', {'cost': 20})
|
|
67
|
-
private_get_stop_order = privateGetStopOrder = Entry('stop-order', 'private', 'GET', {'cost': 8})
|
|
68
|
-
private_get_stop_order_orderid = privateGetStopOrderOrderId = Entry('stop-order/{orderId}', 'private', 'GET', {'cost': 3})
|
|
69
|
-
private_get_stop_order_queryorderbyclientoid = privateGetStopOrderQueryOrderByClientOid = Entry('stop-order/queryOrderByClientOid', 'private', 'GET', {'cost': 3})
|
|
70
|
-
private_get_oco_order_orderid = privateGetOcoOrderOrderId = Entry('oco/order/{orderId}', 'private', 'GET', {'cost': 2})
|
|
71
|
-
private_get_oco_order_details_orderid = privateGetOcoOrderDetailsOrderId = Entry('oco/order/details/{orderId}', 'private', 'GET', {'cost': 2})
|
|
72
|
-
private_get_oco_client_order_clientoid = privateGetOcoClientOrderClientOid = Entry('oco/client-order/{clientOid}', 'private', 'GET', {'cost': 2})
|
|
73
|
-
private_get_oco_orders = privateGetOcoOrders = Entry('oco/orders', 'private', 'GET', {'cost': 2})
|
|
74
|
-
private_get_hf_margin_orders_active = privateGetHfMarginOrdersActive = Entry('hf/margin/orders/active', 'private', 'GET', {'cost': 4})
|
|
75
|
-
private_get_hf_margin_orders_done = privateGetHfMarginOrdersDone = Entry('hf/margin/orders/done', 'private', 'GET', {'cost': 10})
|
|
76
|
-
private_get_hf_margin_orders_orderid = privateGetHfMarginOrdersOrderId = Entry('hf/margin/orders/{orderId}', 'private', 'GET', {'cost': 4})
|
|
77
|
-
private_get_hf_margin_orders_client_order_clientoid = privateGetHfMarginOrdersClientOrderClientOid = Entry('hf/margin/orders/client-order/{clientOid}', 'private', 'GET', {'cost': 5})
|
|
78
|
-
private_get_hf_margin_fills = privateGetHfMarginFills = Entry('hf/margin/fills', 'private', 'GET', {'cost': 5})
|
|
79
|
-
private_get_etf_info = privateGetEtfInfo = Entry('etf/info', 'private', 'GET', {'cost': 25})
|
|
80
|
-
private_get_margin_currencies = privateGetMarginCurrencies = Entry('margin/currencies', 'private', 'GET', {'cost': 20})
|
|
81
|
-
private_get_risk_limit_strategy = privateGetRiskLimitStrategy = Entry('risk/limit/strategy', 'private', 'GET', {'cost': 20})
|
|
82
|
-
private_get_isolated_symbols = privateGetIsolatedSymbols = Entry('isolated/symbols', 'private', 'GET', {'cost': 20})
|
|
83
|
-
private_get_margin_symbols = privateGetMarginSymbols = Entry('margin/symbols', 'private', 'GET', {'cost': 5})
|
|
84
|
-
private_get_isolated_account_symbol = privateGetIsolatedAccountSymbol = Entry('isolated/account/{symbol}', 'private', 'GET', {'cost': 50})
|
|
85
|
-
private_get_margin_borrow = privateGetMarginBorrow = Entry('margin/borrow', 'private', 'GET', {'cost': 15})
|
|
86
|
-
private_get_margin_repay = privateGetMarginRepay = Entry('margin/repay', 'private', 'GET', {'cost': 15})
|
|
87
|
-
private_get_margin_interest = privateGetMarginInterest = Entry('margin/interest', 'private', 'GET', {'cost': 20})
|
|
88
|
-
private_get_project_list = privateGetProjectList = Entry('project/list', 'private', 'GET', {'cost': 10})
|
|
89
|
-
private_get_project_marketinterestrate = privateGetProjectMarketInterestRate = Entry('project/marketInterestRate', 'private', 'GET', {'cost': 7.5})
|
|
90
|
-
private_get_redeem_orders = privateGetRedeemOrders = Entry('redeem/orders', 'private', 'GET', {'cost': 10})
|
|
91
|
-
private_get_purchase_orders = privateGetPurchaseOrders = Entry('purchase/orders', 'private', 'GET', {'cost': 10})
|
|
92
|
-
private_get_broker_api_rebase_download = privateGetBrokerApiRebaseDownload = Entry('broker/api/rebase/download', 'private', 'GET', {'cost': 3})
|
|
93
|
-
private_get_migrate_user_account_status = privateGetMigrateUserAccountStatus = Entry('migrate/user/account/status', 'private', 'GET', {'cost': 3})
|
|
94
|
-
private_get_affiliate_inviter_statistics = privateGetAffiliateInviterStatistics = Entry('affiliate/inviter/statistics', 'private', 'GET', {'cost': 30})
|
|
95
|
-
private_post_sub_user_created = privatePostSubUserCreated = Entry('sub/user/created', 'private', 'POST', {'cost': 22.5})
|
|
96
|
-
private_post_sub_api_key = privatePostSubApiKey = Entry('sub/api-key', 'private', 'POST', {'cost': 30})
|
|
97
|
-
private_post_sub_api_key_update = privatePostSubApiKeyUpdate = Entry('sub/api-key/update', 'private', 'POST', {'cost': 45})
|
|
98
|
-
private_post_deposit_addresses = privatePostDepositAddresses = Entry('deposit-addresses', 'private', 'POST', {'cost': 30})
|
|
99
|
-
private_post_withdrawals = privatePostWithdrawals = Entry('withdrawals', 'private', 'POST', {'cost': 7.5})
|
|
100
|
-
private_post_accounts_universal_transfer = privatePostAccountsUniversalTransfer = Entry('accounts/universal-transfer', 'private', 'POST', {'cost': 6})
|
|
101
|
-
private_post_accounts_sub_transfer = privatePostAccountsSubTransfer = Entry('accounts/sub-transfer', 'private', 'POST', {'cost': 45})
|
|
102
|
-
private_post_accounts_inner_transfer = privatePostAccountsInnerTransfer = Entry('accounts/inner-transfer', 'private', 'POST', {'cost': 15})
|
|
103
|
-
private_post_transfer_out = privatePostTransferOut = Entry('transfer-out', 'private', 'POST', {'cost': 30})
|
|
104
|
-
private_post_transfer_in = privatePostTransferIn = Entry('transfer-in', 'private', 'POST', {'cost': 30})
|
|
105
|
-
private_post_hf_orders = privatePostHfOrders = Entry('hf/orders', 'private', 'POST', {'cost': 1})
|
|
106
|
-
private_post_hf_orders_test = privatePostHfOrdersTest = Entry('hf/orders/test', 'private', 'POST', {'cost': 1})
|
|
107
|
-
private_post_hf_orders_sync = privatePostHfOrdersSync = Entry('hf/orders/sync', 'private', 'POST', {'cost': 1})
|
|
108
|
-
private_post_hf_orders_multi = privatePostHfOrdersMulti = Entry('hf/orders/multi', 'private', 'POST', {'cost': 1})
|
|
109
|
-
private_post_hf_orders_multi_sync = privatePostHfOrdersMultiSync = Entry('hf/orders/multi/sync', 'private', 'POST', {'cost': 1})
|
|
110
|
-
private_post_hf_orders_alter = privatePostHfOrdersAlter = Entry('hf/orders/alter', 'private', 'POST', {'cost': 3})
|
|
111
|
-
private_post_hf_orders_dead_cancel_all = privatePostHfOrdersDeadCancelAll = Entry('hf/orders/dead-cancel-all', 'private', 'POST', {'cost': 2})
|
|
112
|
-
private_post_orders = privatePostOrders = Entry('orders', 'private', 'POST', {'cost': 2})
|
|
113
|
-
private_post_orders_test = privatePostOrdersTest = Entry('orders/test', 'private', 'POST', {'cost': 2})
|
|
114
|
-
private_post_orders_multi = privatePostOrdersMulti = Entry('orders/multi', 'private', 'POST', {'cost': 3})
|
|
115
|
-
private_post_stop_order = privatePostStopOrder = Entry('stop-order', 'private', 'POST', {'cost': 2})
|
|
116
|
-
private_post_oco_order = privatePostOcoOrder = Entry('oco/order', 'private', 'POST', {'cost': 2})
|
|
117
|
-
private_post_hf_margin_order = privatePostHfMarginOrder = Entry('hf/margin/order', 'private', 'POST', {'cost': 5})
|
|
118
|
-
private_post_hf_margin_order_test = privatePostHfMarginOrderTest = Entry('hf/margin/order/test', 'private', 'POST', {'cost': 5})
|
|
119
|
-
private_post_margin_order = privatePostMarginOrder = Entry('margin/order', 'private', 'POST', {'cost': 5})
|
|
120
|
-
private_post_margin_order_test = privatePostMarginOrderTest = Entry('margin/order/test', 'private', 'POST', {'cost': 5})
|
|
121
|
-
private_post_margin_borrow = privatePostMarginBorrow = Entry('margin/borrow', 'private', 'POST', {'cost': 15})
|
|
122
|
-
private_post_margin_repay = privatePostMarginRepay = Entry('margin/repay', 'private', 'POST', {'cost': 10})
|
|
123
|
-
private_post_purchase = privatePostPurchase = Entry('purchase', 'private', 'POST', {'cost': 15})
|
|
124
|
-
private_post_redeem = privatePostRedeem = Entry('redeem', 'private', 'POST', {'cost': 15})
|
|
125
|
-
private_post_lend_purchase_update = privatePostLendPurchaseUpdate = Entry('lend/purchase/update', 'private', 'POST', {'cost': 10})
|
|
126
|
-
private_post_bullet_private = privatePostBulletPrivate = Entry('bullet-private', 'private', 'POST', {'cost': 10})
|
|
127
|
-
private_post_position_update_user_leverage = privatePostPositionUpdateUserLeverage = Entry('position/update-user-leverage', 'private', 'POST', {'cost': 5})
|
|
128
|
-
private_post_deposit_address_create = privatePostDepositAddressCreate = Entry('deposit-address/create', 'private', 'POST', {'cost': 20})
|
|
129
|
-
private_delete_sub_api_key = privateDeleteSubApiKey = Entry('sub/api-key', 'private', 'DELETE', {'cost': 45})
|
|
130
|
-
private_delete_withdrawals_withdrawalid = privateDeleteWithdrawalsWithdrawalId = Entry('withdrawals/{withdrawalId}', 'private', 'DELETE', {'cost': 30})
|
|
131
|
-
private_delete_hf_orders_orderid = privateDeleteHfOrdersOrderId = Entry('hf/orders/{orderId}', 'private', 'DELETE', {'cost': 1})
|
|
132
|
-
private_delete_hf_orders_sync_orderid = privateDeleteHfOrdersSyncOrderId = Entry('hf/orders/sync/{orderId}', 'private', 'DELETE', {'cost': 1})
|
|
133
|
-
private_delete_hf_orders_client_order_clientoid = privateDeleteHfOrdersClientOrderClientOid = Entry('hf/orders/client-order/{clientOid}', 'private', 'DELETE', {'cost': 1})
|
|
134
|
-
private_delete_hf_orders_sync_client_order_clientoid = privateDeleteHfOrdersSyncClientOrderClientOid = Entry('hf/orders/sync/client-order/{clientOid}', 'private', 'DELETE', {'cost': 1})
|
|
135
|
-
private_delete_hf_orders_cancel_orderid = privateDeleteHfOrdersCancelOrderId = Entry('hf/orders/cancel/{orderId}', 'private', 'DELETE', {'cost': 2})
|
|
136
|
-
private_delete_hf_orders = privateDeleteHfOrders = Entry('hf/orders', 'private', 'DELETE', {'cost': 2})
|
|
137
|
-
private_delete_hf_orders_cancelall = privateDeleteHfOrdersCancelAll = Entry('hf/orders/cancelAll', 'private', 'DELETE', {'cost': 30})
|
|
138
|
-
private_delete_orders_orderid = privateDeleteOrdersOrderId = Entry('orders/{orderId}', 'private', 'DELETE', {'cost': 3})
|
|
139
|
-
private_delete_order_client_order_clientoid = privateDeleteOrderClientOrderClientOid = Entry('order/client-order/{clientOid}', 'private', 'DELETE', {'cost': 5})
|
|
140
|
-
private_delete_orders = privateDeleteOrders = Entry('orders', 'private', 'DELETE', {'cost': 20})
|
|
141
|
-
private_delete_stop_order_orderid = privateDeleteStopOrderOrderId = Entry('stop-order/{orderId}', 'private', 'DELETE', {'cost': 3})
|
|
142
|
-
private_delete_stop_order_cancelorderbyclientoid = privateDeleteStopOrderCancelOrderByClientOid = Entry('stop-order/cancelOrderByClientOid', 'private', 'DELETE', {'cost': 5})
|
|
143
|
-
private_delete_stop_order_cancel = privateDeleteStopOrderCancel = Entry('stop-order/cancel', 'private', 'DELETE', {'cost': 3})
|
|
144
|
-
private_delete_oco_order_orderid = privateDeleteOcoOrderOrderId = Entry('oco/order/{orderId}', 'private', 'DELETE', {'cost': 3})
|
|
145
|
-
private_delete_oco_client_order_clientoid = privateDeleteOcoClientOrderClientOid = Entry('oco/client-order/{clientOid}', 'private', 'DELETE', {'cost': 3})
|
|
146
|
-
private_delete_oco_orders = privateDeleteOcoOrders = Entry('oco/orders', 'private', 'DELETE', {'cost': 3})
|
|
147
|
-
private_delete_hf_margin_orders_orderid = privateDeleteHfMarginOrdersOrderId = Entry('hf/margin/orders/{orderId}', 'private', 'DELETE', {'cost': 5})
|
|
148
|
-
private_delete_hf_margin_orders_client_order_clientoid = privateDeleteHfMarginOrdersClientOrderClientOid = Entry('hf/margin/orders/client-order/{clientOid}', 'private', 'DELETE', {'cost': 5})
|
|
149
|
-
private_delete_hf_margin_orders = privateDeleteHfMarginOrders = Entry('hf/margin/orders', 'private', 'DELETE', {'cost': 10})
|
|
150
|
-
futurespublic_get_contracts_active = futuresPublicGetContractsActive = Entry('contracts/active', 'futuresPublic', 'GET', {'cost': 4.5})
|
|
151
|
-
futurespublic_get_contracts_symbol = futuresPublicGetContractsSymbol = Entry('contracts/{symbol}', 'futuresPublic', 'GET', {'cost': 4.5})
|
|
152
|
-
futurespublic_get_ticker = futuresPublicGetTicker = Entry('ticker', 'futuresPublic', 'GET', {'cost': 3})
|
|
153
|
-
futurespublic_get_level2_snapshot = futuresPublicGetLevel2Snapshot = Entry('level2/snapshot', 'futuresPublic', 'GET', {'cost': 4.5})
|
|
154
|
-
futurespublic_get_level2_depth20 = futuresPublicGetLevel2Depth20 = Entry('level2/depth20', 'futuresPublic', 'GET', {'cost': 7.5})
|
|
155
|
-
futurespublic_get_level2_depth100 = futuresPublicGetLevel2Depth100 = Entry('level2/depth100', 'futuresPublic', 'GET', {'cost': 15})
|
|
156
|
-
futurespublic_get_trade_history = futuresPublicGetTradeHistory = Entry('trade/history', 'futuresPublic', 'GET', {'cost': 7.5})
|
|
157
|
-
futurespublic_get_kline_query = futuresPublicGetKlineQuery = Entry('kline/query', 'futuresPublic', 'GET', {'cost': 4.5})
|
|
158
|
-
futurespublic_get_interest_query = futuresPublicGetInterestQuery = Entry('interest/query', 'futuresPublic', 'GET', {'cost': 7.5})
|
|
159
|
-
futurespublic_get_index_query = futuresPublicGetIndexQuery = Entry('index/query', 'futuresPublic', 'GET', {'cost': 3})
|
|
160
|
-
futurespublic_get_mark_price_symbol_current = futuresPublicGetMarkPriceSymbolCurrent = Entry('mark-price/{symbol}/current', 'futuresPublic', 'GET', {'cost': 4.5})
|
|
161
|
-
futurespublic_get_premium_query = futuresPublicGetPremiumQuery = Entry('premium/query', 'futuresPublic', 'GET', {'cost': 4.5})
|
|
162
|
-
futurespublic_get_trade_statistics = futuresPublicGetTradeStatistics = Entry('trade-statistics', 'futuresPublic', 'GET', {'cost': 4.5})
|
|
163
|
-
futurespublic_get_funding_rate_symbol_current = futuresPublicGetFundingRateSymbolCurrent = Entry('funding-rate/{symbol}/current', 'futuresPublic', 'GET', {'cost': 3})
|
|
164
|
-
futurespublic_get_contract_funding_rates = futuresPublicGetContractFundingRates = Entry('contract/funding-rates', 'futuresPublic', 'GET', {'cost': 7.5})
|
|
165
|
-
futurespublic_get_timestamp = futuresPublicGetTimestamp = Entry('timestamp', 'futuresPublic', 'GET', {'cost': 3})
|
|
166
|
-
futurespublic_get_status = futuresPublicGetStatus = Entry('status', 'futuresPublic', 'GET', {'cost': 6})
|
|
167
|
-
futurespublic_get_level2_message_query = futuresPublicGetLevel2MessageQuery = Entry('level2/message/query', 'futuresPublic', 'GET', {'cost': 1.3953})
|
|
168
|
-
futurespublic_post_bullet_public = futuresPublicPostBulletPublic = Entry('bullet-public', 'futuresPublic', 'POST', {'cost': 15})
|
|
169
|
-
futuresprivate_get_transaction_history = futuresPrivateGetTransactionHistory = Entry('transaction-history', 'futuresPrivate', 'GET', {'cost': 3})
|
|
170
|
-
futuresprivate_get_account_overview = futuresPrivateGetAccountOverview = Entry('account-overview', 'futuresPrivate', 'GET', {'cost': 7.5})
|
|
171
|
-
futuresprivate_get_account_overview_all = futuresPrivateGetAccountOverviewAll = Entry('account-overview-all', 'futuresPrivate', 'GET', {'cost': 9})
|
|
172
|
-
futuresprivate_get_transfer_list = futuresPrivateGetTransferList = Entry('transfer-list', 'futuresPrivate', 'GET', {'cost': 30})
|
|
173
|
-
futuresprivate_get_orders = futuresPrivateGetOrders = Entry('orders', 'futuresPrivate', 'GET', {'cost': 3})
|
|
174
|
-
futuresprivate_get_stoporders = futuresPrivateGetStopOrders = Entry('stopOrders', 'futuresPrivate', 'GET', {'cost': 9})
|
|
175
|
-
futuresprivate_get_recentdoneorders = futuresPrivateGetRecentDoneOrders = Entry('recentDoneOrders', 'futuresPrivate', 'GET', {'cost': 7.5})
|
|
176
|
-
futuresprivate_get_orders_orderid = futuresPrivateGetOrdersOrderId = Entry('orders/{orderId}', 'futuresPrivate', 'GET', {'cost': 7.5})
|
|
177
|
-
futuresprivate_get_orders_byclientoid = futuresPrivateGetOrdersByClientOid = Entry('orders/byClientOid', 'futuresPrivate', 'GET', {'cost': 7.5})
|
|
178
|
-
futuresprivate_get_fills = futuresPrivateGetFills = Entry('fills', 'futuresPrivate', 'GET', {'cost': 7.5})
|
|
179
|
-
futuresprivate_get_recentfills = futuresPrivateGetRecentFills = Entry('recentFills', 'futuresPrivate', 'GET', {'cost': 4.5})
|
|
180
|
-
futuresprivate_get_openorderstatistics = futuresPrivateGetOpenOrderStatistics = Entry('openOrderStatistics', 'futuresPrivate', 'GET', {'cost': 15})
|
|
181
|
-
futuresprivate_get_position = futuresPrivateGetPosition = Entry('position', 'futuresPrivate', 'GET', {'cost': 3})
|
|
182
|
-
futuresprivate_get_positions = futuresPrivateGetPositions = Entry('positions', 'futuresPrivate', 'GET', {'cost': 3})
|
|
183
|
-
futuresprivate_get_margin_maxwithdrawmargin = futuresPrivateGetMarginMaxWithdrawMargin = Entry('margin/maxWithdrawMargin', 'futuresPrivate', 'GET', {'cost': 15})
|
|
184
|
-
futuresprivate_get_contracts_risk_limit_symbol = futuresPrivateGetContractsRiskLimitSymbol = Entry('contracts/risk-limit/{symbol}', 'futuresPrivate', 'GET', {'cost': 7.5})
|
|
185
|
-
futuresprivate_get_funding_history = futuresPrivateGetFundingHistory = Entry('funding-history', 'futuresPrivate', 'GET', {'cost': 7.5})
|
|
186
|
-
futuresprivate_post_transfer_out = futuresPrivatePostTransferOut = Entry('transfer-out', 'futuresPrivate', 'POST', {'cost': 30})
|
|
187
|
-
futuresprivate_post_transfer_in = futuresPrivatePostTransferIn = Entry('transfer-in', 'futuresPrivate', 'POST', {'cost': 30})
|
|
188
|
-
futuresprivate_post_orders = futuresPrivatePostOrders = Entry('orders', 'futuresPrivate', 'POST', {'cost': 3})
|
|
189
|
-
futuresprivate_post_orders_test = futuresPrivatePostOrdersTest = Entry('orders/test', 'futuresPrivate', 'POST', {'cost': 3})
|
|
190
|
-
futuresprivate_post_orders_multi = futuresPrivatePostOrdersMulti = Entry('orders/multi', 'futuresPrivate', 'POST', {'cost': 4.5})
|
|
191
|
-
futuresprivate_post_position_margin_auto_deposit_status = futuresPrivatePostPositionMarginAutoDepositStatus = Entry('position/margin/auto-deposit-status', 'futuresPrivate', 'POST', {'cost': 6})
|
|
192
|
-
futuresprivate_post_margin_withdrawmargin = futuresPrivatePostMarginWithdrawMargin = Entry('margin/withdrawMargin', 'futuresPrivate', 'POST', {'cost': 15})
|
|
193
|
-
futuresprivate_post_position_margin_deposit_margin = futuresPrivatePostPositionMarginDepositMargin = Entry('position/margin/deposit-margin', 'futuresPrivate', 'POST', {'cost': 6})
|
|
194
|
-
futuresprivate_post_position_risk_limit_level_change = futuresPrivatePostPositionRiskLimitLevelChange = Entry('position/risk-limit-level/change', 'futuresPrivate', 'POST', {'cost': 6})
|
|
195
|
-
futuresprivate_post_bullet_private = futuresPrivatePostBulletPrivate = Entry('bullet-private', 'futuresPrivate', 'POST', {'cost': 15})
|
|
196
|
-
futuresprivate_delete_orders_orderid = futuresPrivateDeleteOrdersOrderId = Entry('orders/{orderId}', 'futuresPrivate', 'DELETE', {'cost': 1.5})
|
|
197
|
-
futuresprivate_delete_orders_client_order_clientoid = futuresPrivateDeleteOrdersClientOrderClientOid = Entry('orders/client-order/{clientOid}', 'futuresPrivate', 'DELETE', {'cost': 1.5})
|
|
198
|
-
futuresprivate_delete_orders = futuresPrivateDeleteOrders = Entry('orders', 'futuresPrivate', 'DELETE', {'cost': 45})
|
|
199
|
-
futuresprivate_delete_stoporders = futuresPrivateDeleteStopOrders = Entry('stopOrders', 'futuresPrivate', 'DELETE', {'cost': 22.5})
|
|
200
|
-
webexchange_get_currency_currency_chain_info = webExchangeGetCurrencyCurrencyChainInfo = Entry('currency/currency/chain-info', 'webExchange', 'GET', {'cost': 1})
|
|
201
|
-
broker_get_broker_nd_info = brokerGetBrokerNdInfo = Entry('broker/nd/info', 'broker', 'GET', {'cost': 2})
|
|
202
|
-
broker_get_broker_nd_account = brokerGetBrokerNdAccount = Entry('broker/nd/account', 'broker', 'GET', {'cost': 2})
|
|
203
|
-
broker_get_broker_nd_account_apikey = brokerGetBrokerNdAccountApikey = Entry('broker/nd/account/apikey', 'broker', 'GET', {'cost': 2})
|
|
204
|
-
broker_get_broker_nd_rebase_download = brokerGetBrokerNdRebaseDownload = Entry('broker/nd/rebase/download', 'broker', 'GET', {'cost': 3})
|
|
205
|
-
broker_get_asset_ndbroker_deposit_list = brokerGetAssetNdbrokerDepositList = Entry('asset/ndbroker/deposit/list', 'broker', 'GET', {'cost': 1})
|
|
206
|
-
broker_get_broker_nd_transfer_detail = brokerGetBrokerNdTransferDetail = Entry('broker/nd/transfer/detail', 'broker', 'GET', {'cost': 1})
|
|
207
|
-
broker_get_broker_nd_deposit_detail = brokerGetBrokerNdDepositDetail = Entry('broker/nd/deposit/detail', 'broker', 'GET', {'cost': 1})
|
|
208
|
-
broker_get_broker_nd_withdraw_detail = brokerGetBrokerNdWithdrawDetail = Entry('broker/nd/withdraw/detail', 'broker', 'GET', {'cost': 1})
|
|
209
|
-
broker_post_broker_nd_transfer = brokerPostBrokerNdTransfer = Entry('broker/nd/transfer', 'broker', 'POST', {'cost': 1})
|
|
210
|
-
broker_post_broker_nd_account = brokerPostBrokerNdAccount = Entry('broker/nd/account', 'broker', 'POST', {'cost': 3})
|
|
211
|
-
broker_post_broker_nd_account_apikey = brokerPostBrokerNdAccountApikey = Entry('broker/nd/account/apikey', 'broker', 'POST', {'cost': 3})
|
|
212
|
-
broker_post_broker_nd_account_update_apikey = brokerPostBrokerNdAccountUpdateApikey = Entry('broker/nd/account/update-apikey', 'broker', 'POST', {'cost': 3})
|
|
213
|
-
broker_delete_broker_nd_account_apikey = brokerDeleteBrokerNdAccountApikey = Entry('broker/nd/account/apikey', 'broker', 'DELETE', {'cost': 3})
|
|
214
|
-
earn_get_otc_loan_loan = earnGetOtcLoanLoan = Entry('otc-loan/loan', 'earn', 'GET', {'cost': 1})
|
|
215
|
-
earn_get_otc_loan_accounts = earnGetOtcLoanAccounts = Entry('otc-loan/accounts', 'earn', 'GET', {'cost': 1})
|
|
216
|
-
earn_get_earn_redeem_preview = earnGetEarnRedeemPreview = Entry('earn/redeem-preview', 'earn', 'GET', {'cost': 7.5})
|
|
217
|
-
earn_get_earn_saving_products = earnGetEarnSavingProducts = Entry('earn/saving/products', 'earn', 'GET', {'cost': 7.5})
|
|
218
|
-
earn_get_earn_hold_assets = earnGetEarnHoldAssets = Entry('earn/hold-assets', 'earn', 'GET', {'cost': 7.5})
|
|
219
|
-
earn_get_earn_promotion_products = earnGetEarnPromotionProducts = Entry('earn/promotion/products', 'earn', 'GET', {'cost': 7.5})
|
|
220
|
-
earn_get_earn_kcs_staking_products = earnGetEarnKcsStakingProducts = Entry('earn/kcs-staking/products', 'earn', 'GET', {'cost': 7.5})
|
|
221
|
-
earn_get_earn_staking_products = earnGetEarnStakingProducts = Entry('earn/staking/products', 'earn', 'GET', {'cost': 7.5})
|
|
222
|
-
earn_get_earn_eth_staking_products = earnGetEarnEthStakingProducts = Entry('earn/eth-staking/products', 'earn', 'GET', {'cost': 7.5})
|
|
223
|
-
earn_post_earn_orders = earnPostEarnOrders = Entry('earn/orders', 'earn', 'POST', {'cost': 7.5})
|
|
224
|
-
earn_delete_earn_orders = earnDeleteEarnOrders = Entry('earn/orders', 'earn', 'DELETE', {'cost': 7.5})
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import sys
|
|
2
|
-
import kucoin.ccxt as ccxt_module
|
|
3
|
-
sys.modules['ccxt'] = ccxt_module
|
|
4
|
-
|
|
5
|
-
# -*- coding: utf-8 -*-
|
|
6
|
-
|
|
7
|
-
"""CCXT: CryptoCurrency eXchange Trading Library (Async)"""
|
|
8
|
-
|
|
9
|
-
# -----------------------------------------------------------------------------
|
|
10
|
-
|
|
11
|
-
__version__ = '4.4.69'
|
|
12
|
-
|
|
13
|
-
# -----------------------------------------------------------------------------
|
|
14
|
-
|
|
15
|
-
from ccxt.async_support.base.exchange import Exchange # noqa: F401
|
|
16
|
-
|
|
17
|
-
from ccxt.base.decimal_to_precision import decimal_to_precision # noqa: F401
|
|
18
|
-
from ccxt.base.decimal_to_precision import TRUNCATE # noqa: F401
|
|
19
|
-
from ccxt.base.decimal_to_precision import ROUND # noqa: F401
|
|
20
|
-
from ccxt.base.decimal_to_precision import TICK_SIZE # noqa: F401
|
|
21
|
-
from ccxt.base.decimal_to_precision import DECIMAL_PLACES # noqa: F401
|
|
22
|
-
from ccxt.base.decimal_to_precision import SIGNIFICANT_DIGITS # noqa: F401
|
|
23
|
-
from ccxt.base.decimal_to_precision import NO_PADDING # noqa: F401
|
|
24
|
-
from ccxt.base.decimal_to_precision import PAD_WITH_ZERO # noqa: F401
|
|
25
|
-
|
|
26
|
-
from ccxt.base import errors # noqa: F401
|
|
27
|
-
from ccxt.base.errors import BaseError # noqa: F401
|
|
28
|
-
from ccxt.base.errors import ExchangeError # noqa: F401
|
|
29
|
-
from ccxt.base.errors import AuthenticationError # noqa: F401
|
|
30
|
-
from ccxt.base.errors import PermissionDenied # noqa: F401
|
|
31
|
-
from ccxt.base.errors import AccountNotEnabled # noqa: F401
|
|
32
|
-
from ccxt.base.errors import AccountSuspended # noqa: F401
|
|
33
|
-
from ccxt.base.errors import ArgumentsRequired # noqa: F401
|
|
34
|
-
from ccxt.base.errors import BadRequest # noqa: F401
|
|
35
|
-
from ccxt.base.errors import BadSymbol # noqa: F401
|
|
36
|
-
from ccxt.base.errors import OperationRejected # noqa: F401
|
|
37
|
-
from ccxt.base.errors import NoChange # noqa: F401
|
|
38
|
-
from ccxt.base.errors import MarginModeAlreadySet # noqa: F401
|
|
39
|
-
from ccxt.base.errors import MarketClosed # noqa: F401
|
|
40
|
-
from ccxt.base.errors import ManualInteractionNeeded # noqa: F401
|
|
41
|
-
from ccxt.base.errors import InsufficientFunds # noqa: F401
|
|
42
|
-
from ccxt.base.errors import InvalidAddress # noqa: F401
|
|
43
|
-
from ccxt.base.errors import AddressPending # noqa: F401
|
|
44
|
-
from ccxt.base.errors import InvalidOrder # noqa: F401
|
|
45
|
-
from ccxt.base.errors import OrderNotFound # noqa: F401
|
|
46
|
-
from ccxt.base.errors import OrderNotCached # noqa: F401
|
|
47
|
-
from ccxt.base.errors import OrderImmediatelyFillable # noqa: F401
|
|
48
|
-
from ccxt.base.errors import OrderNotFillable # noqa: F401
|
|
49
|
-
from ccxt.base.errors import DuplicateOrderId # noqa: F401
|
|
50
|
-
from ccxt.base.errors import ContractUnavailable # noqa: F401
|
|
51
|
-
from ccxt.base.errors import NotSupported # noqa: F401
|
|
52
|
-
from ccxt.base.errors import InvalidProxySettings # noqa: F401
|
|
53
|
-
from ccxt.base.errors import ExchangeClosedByUser # noqa: F401
|
|
54
|
-
from ccxt.base.errors import OperationFailed # noqa: F401
|
|
55
|
-
from ccxt.base.errors import NetworkError # noqa: F401
|
|
56
|
-
from ccxt.base.errors import DDoSProtection # noqa: F401
|
|
57
|
-
from ccxt.base.errors import RateLimitExceeded # noqa: F401
|
|
58
|
-
from ccxt.base.errors import ExchangeNotAvailable # noqa: F401
|
|
59
|
-
from ccxt.base.errors import OnMaintenance # noqa: F401
|
|
60
|
-
from ccxt.base.errors import InvalidNonce # noqa: F401
|
|
61
|
-
from ccxt.base.errors import ChecksumError # noqa: F401
|
|
62
|
-
from ccxt.base.errors import RequestTimeout # noqa: F401
|
|
63
|
-
from ccxt.base.errors import BadResponse # noqa: F401
|
|
64
|
-
from ccxt.base.errors import NullResponse # noqa: F401
|
|
65
|
-
from ccxt.base.errors import CancelPending # noqa: F401
|
|
66
|
-
from ccxt.base.errors import UnsubscribeError # noqa: F401
|
|
67
|
-
from ccxt.base.errors import error_hierarchy # noqa: F401
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
from ccxt.async_support.kucoin import kucoin # noqa: F401
|
|
71
|
-
|
|
72
|
-
exchanges = [ 'kucoin',]
|
|
73
|
-
|
|
74
|
-
base = [
|
|
75
|
-
'Exchange',
|
|
76
|
-
'exchanges',
|
|
77
|
-
'decimal_to_precision',
|
|
78
|
-
]
|
|
79
|
-
|
|
80
|
-
__all__ = base + errors.__all__ + exchanges
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# this file is a stub so that files inside of ccxt/rest are loaded
|