Coincheck: parameters are not available
See original GitHub issueCoincheck: parameters are not available.
- Language: python3
- CCXT version: newest
- Exchange: Coincheck
GET request with Parameters is not available in coincheck API.
coincheck.request('exchange/leverage/positions', 'private', method='GET')
and
coincheck.request('exchange/leverage/positions', 'private', method='GET', params={'status':'open'})
and
coincheck.request('exchange/leverage/positions', 'private', method='GET', params={'status':'closed'})
return same results.
I think parameters are not handled correctly in GET request.
Please check it.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Exchange API document - Coincheck
PARAMETERS. pair Specify a currency pair to trade. "btc_jpy", "etc_jpy", "mona_jpy", "plt_jpy", "lsk_jpy", and "omg_jpy" are now available.
Read more >ccxt/coincheck.py at master - GitHub
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges - ccxt/coincheck.py at master · ccxt/ccxt....
Read more >Japan's crypto self-regulation 'experiment' not working
Japan's self-regulation “experiment” for the crypto industry is reportedly not working as well as intended, according to local government ...
Read more >Analyzing Coincheck: A Post-Hack Review | Finance Magnates
Coincheck is currently offline at the moment, so there is no trading data available for it as such. User Reputation and Customer Service....
Read more >Bitcoin & Cryptocurrency - LIFARS.com
Those who do not consider investing in cryptocurrencies a good idea ... Coincheck is a Tokyo-based cryptocurrency exchange. On 26 January 2018, it...
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
Perfect work! Great!
@forzavortis can you, please, confirm it works as seen on your side with the most recent version?