pybitflyer
pybitflyer copied to clipboard
Python wrapper for bitFlyer's REST API.
This pull request add decorator function for private api, and reducing code duplication.
便利なライブラリーのご提供ありがとうございます。 ごくたまになのですが注文sendchildorderをすると以下のようなエラーを吐いてしまいます。 もしよろしければご確認よろしくお願いいたします。 ``` Traceback (most recent call last): File "index.py", line 144, in bfbot.main() File "index.py", line 132, in main self.buyBtc() File "index.py", line 77, in buyBtc time_in_force =...
Some bitFlyer API calls (such as cancels) return an empty response with a 200 status code if successful. In this case, the full response should be returned so one can...
To enable HTTP keep-alive over multiple requests, I would like to propose this pull request (including some minor changes).
When you want to send a lot of orders at the same time, it is useful if there is an asynchronous client. This pull request implemented an async version of...