python-kucoin | Kucoin REST and Websocket API python implementation

 by   gildemberg-santos Python Version: Current License: MIT License

kandi X-RAY | python-kucoin Summary

kandi X-RAY | python-kucoin Summary

python-kucoin is a Python library. python-kucoin has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However python-kucoin build file is not available. You can download it from GitLab.

Welcome to python-kucoin v2.1.1. image:: :target: image:: :target: image:: :target: image:: :target: image:: :target: image:: :target: This is an unofficial Python wrapper for the `Kucoin exchanges REST and Websocket API v2 `_. I am in no way affiliated with Kucoin, use at your own risk. Blog with examples
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              python-kucoin has a low active ecosystem.
              It has 0 star(s) with 0 fork(s). There are no watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              python-kucoin has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of python-kucoin is current.

            kandi-Quality Quality

              python-kucoin has no bugs reported.

            kandi-Security Security

              python-kucoin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              python-kucoin is licensed under the MIT License License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              python-kucoin releases are not available. You will need to build from source code and install.
              python-kucoin has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of python-kucoin
            Get all kandi verified functions for this library.

            python-kucoin Key Features

            No Key Features are available at this moment for python-kucoin.

            python-kucoin Examples and Code Snippets

            No Code Snippets are available at this moment for python-kucoin.

            Community Discussions

            No Community Discussions are available at this moment for python-kucoin.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install python-kucoin

            Register an account with `Kucoin <https://www.kucoin.com/ucenter/signup?rcode=E42cWB>`_. To test on the Sandbox register with `Kucoin Sandbox <https://sandbox.kucoin.com/ucenter/signup?rcode=ewcefH>`_. `Generate an API Key <https://kucoin.com/account/api>`_ or `Generate an API Key in Sandbox <https://sandbox.kucoin.com/account/api>`_ and enable it.
            code:: bash pip install python-kucoin
            code:: python from kucoin.client import Client api_key = '<api_key>' api_secret = '<api_secret>' api_passphrase = '<api_passphrase>' client = Client(api_key, api_secret, api_passphrase) # or connect to Sandbox # client = Client(api_key, api_secret, api_passphrase, sandbox=True) # get currencies currencies = client.get_currencies() # get market depth depth = client.get_order_book('KCS-BTC') # get symbol klines klines = client.get_kline_data('KCS-BTC') # get list of markets markets = client.get_markets() # place a market buy order order = client.create_market_order('NEO', Client.SIDE_BUY, size=20) # get list of active orders orders = client.get_active_orders('KCS-BTC')

            Support

            For any new features, suggestions and bugs create an issue on GitLab. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://gitlab.com/gildemberg-santos/python-kucoin.git

          • sshUrl

            git@gitlab.com:gildemberg-santos/python-kucoin.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link