python-quoine icon indicating copy to clipboard operation
python-quoine copied to clipboard

Quoinex and Qryptos REST API python implementation

Results 7 python-quoine issues
Sort by recently updated
recently updated
newest added

Bumps [setuptools](https://github.com/pypa/setuptools) from 36.6.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.3 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

Getting an error when placing an order. Any advice? Thank you. Full code below: from quoine.client import Quoinex client = Quoinex( "XXX", "YYY") order = client.create_order( type=Quoinex.ORDER_TYPE_LIMIT, product_id=624, side=Quoinex.SIDE_BUY, quantity='0.01',...

Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Hello, Can you add liquid funding ability ?

hi, Qryptos and Quoinex are migrating into Liquid. 1. API KEYS should stay the same. 1. Web socket should stay the same. 1. The endpoint changed to api.liquid.com 1. A...

Hi guys, Thanks for the great work here! Did anyone had issues using create_order on Qryptos (I've a 404)? All requests working but create_order .. The issue only appear with...