Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammchardy/python-quoine
Quoinex and Qryptos REST API python implementation
https://github.com/sammchardy/python-quoine
api cryptocurrency fiat python python2 python3 qryptos quoine quoinex
Last synced: 4 months ago
JSON representation
Quoinex and Qryptos REST API python implementation
- Host: GitHub
- URL: https://github.com/sammchardy/python-quoine
- Owner: sammchardy
- License: mit
- Created: 2017-11-07T09:42:51.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-27T15:06:07.000Z (about 2 years ago)
- Last Synced: 2024-09-29T17:03:00.477Z (4 months ago)
- Topics: api, cryptocurrency, fiat, python, python2, python3, qryptos, quoine, quoinex
- Language: Python
- Size: 57.6 KB
- Stars: 47
- Watchers: 8
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
Welcome to python-quoine v0.1.2
===============================.. image:: https://img.shields.io/pypi/v/python-quoine.svg
:target: https://pypi.python.org/pypi/python-quoine.. image:: https://img.shields.io/pypi/l/python-quoine.svg
:target: https://pypi.python.org/pypi/python-quoine.. image:: https://img.shields.io/travis/sammchardy/python-quoine.svg
:target: https://travis-ci.org/sammchardy/python-quoine.. image:: https://img.shields.io/coveralls/sammchardy/python-quoine.svg
:target: https://coveralls.io/github/sammchardy/python-quoine.. image:: https://img.shields.io/pypi/wheel/python-quoine.svg
:target: https://pypi.python.org/pypi/python-quoine.. image:: https://img.shields.io/pypi/pyversions/python-quoine.svg
:target: https://pypi.python.org/pypi/python-quoineThis is an unofficial Python wrapper for the `Quoinex and Qryptos exchanges REST API v2 `_. I am in no way affiliated with Quoine, Quoinex or Qryptos, use at your own risk.
PyPi
https://pypi.python.org/pypi/python-quoineSource code
https://github.com/sammchardy/python-quoineDocumentation
https://python-quoine.readthedocs.io/en/latest/Features
--------- Implementation of all REST endpoints.
- Simple handling of authentication
- Response exception handling
- Simple market and limit buy functions
- Margin orders for QuoinexTODO
----- Websocket implementation
Quick Start
-----------Register an account with `Quoinex `_
or `Qryptos `_.Generate an API Key and assign relevant permissions.
.. code:: bash
pip install python-quoine
.. code:: python
from quoine.client import Quoinex
client = Quoinex(api_key, api_secret)# get products
products = client.get_products()# get market depth
depth = client.get_order_book(product_id=products[0]['id'])# place market buy order
order = client.create_market_buy(
product_id=products[0]['id'],
quantity='100',
price_range='0.01')# get list of filled orders
filled_orders = client.get_orders(status=client.STATUS_FILLED)For more `check out the documentation `_.
Donate
------If this library helped you out feel free to donate.
- ETH: 0xD7a7fDdCfA687073d7cC93E9E51829a727f9fE70
- NEO: AVJB4ZgN7VgSUtArCt94y7ZYT6d5NDfpBo
- LTC: LPC5vw9ajR1YndE1hYVeo3kJ9LdHjcRCUZ
- BTC: 1Dknp6L6oRZrHDECRedihPzx2sSfmvEBysOther Exchanges
---------------If you use `Binance `_ check out my `python-binance `_ library.
If you use `Kucoin `_ check out my `python-kucoin `_ library.
If you use `IDEX `_ check out my `python-idex `_ library.
If you use `BigONE `_ check out my `python-bigone `_ library.
.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-quoine?pixel