Bitflyer order status
See original GitHub issueThis feature does not seem to work properly with 1.11.10:
print(bitflyer.fetch_order(id='JFX20.....18U', symbol='BTCJPY09MAR2018'))
Can somebody advice?
Thanks in advance
Issue Analytics
- State:
- Created 6 years ago
- Comments:20 (8 by maintainers)
Top Results From Across the Web
bitFlyer Status
On this page, we will notify you about order acceptance and order processing delay or stop. The period is from May 2019 to...
Read more >Bitcoin Exchange - bitFlyer Lightning
If the parameters are correct, the status code will show 200 OK . Submit New Parent Order (Special order). It is possible to...
Read more >Why is my buy or sell order not fulfilling? - BitFlyer
In order for your buy order to execute, another user on the platform must place a sell order that matches the price you...
Read more >Buy / Sell or Orders | Bitcoin Marketplace - BitFlyer
Customers who have completed their account information can buy or sell Ethereum using our Buy/Sell service or trade Ethereum on bitFlyer Lightning using...
Read more >How can I view my trading history? | Bitcoin (BTC) Exchange
In order to view the full trading history associated with your bitFlyer account, please navigate to the “Trade Report” menu after logging in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks a lot! Just for information, same error
market['symbol']
happens after inexchange.py
parse_orders(self, orders, market=None, since=None, limit=None)
line 1096.Same check should be applied here.
@kroitor I’ve upgraded to
1.11.51
but the line of code and the error are still there.