GithubHelp home page GithubHelp logo

sammchardy / python-quoine Goto Github PK

View Code? Open in Web Editor NEW
47.0 8.0 18.0 59 KB

Quoinex and Qryptos REST API python implementation

License: MIT License

Python 100.00%
quoine quoinex qryptos python python2 python3 cryptocurrency api fiat

python-quoine's Issues

Create Order on Qryptos api

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 Qryptos (working with Quoinex)

Thanks for your help

Getting a 'Type' error when placing order

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',
price='596000')

Error:
Traceback (most recent call last):
File "FILE-PATH", line 39, in
order = client.create_order(
TypeError: create_order() got an unexpected keyword argument 'type'

Free balance

I wish to retrieve the available (free) balance on my Qryptos account. If I use the get_account_balances() function it returns the total balance, which differs from free balance if one has an open order. I also tried using get_crypto_accounts(), however it does not contain the "free_margin" field unlike the get_fiat_accounts(). Thanks for your help in advance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.