deribit.fetchPositions return []
See original GitHub issueCCXT version:‘1.66.54’
<script type="text/javascript" src="https://unpkg.com/ccxt"></script>
<script>
deribit=new ccxt.deribit()
//set API key
deribit.fetchPositions()
//return []
</script>
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Deribit API
Deribit provides three different interfaces to access the API: JSON-RPC over Websocket ... state, false, string, Will be passed back in the response....
Read more >Exchanges — ccxt 2.4.71 documentation
The ccxt library is a collection of available crypto exchanges or exchange classes. Each class implements the public and private API for a...
Read more >How to close position on binance futures. My thoughts - CITAF
If you have opened a futures position via a futures exchange, ... Automate trading at OKX, Bybit, Binance, Bitfinex, Deribit & BitMEX from...
Read more >Newest 'ccxt' Questions - Stack Overflow
Ccxt binance fetchOHLCV doesn't return last data. I am using ccxt library for binance ... fetchPositions(symbols = 'SOL/USDT:USDT', params = {}) I get...
Read more >Deribit - An Introductory API Guide - AlgoTrading101 Blog
Deribit is an online cryptocurrency derivatives exchange that focuses on cryptocurrency futures and options trading. What is Deribit API? Derbit API is a...
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
this bug happens in line 67806
the response is in different strcture
maybe change line 67852
const result = this.parsePositions (response);
toconst result = this.parsePositions (response.result);
will fix this
it works and looks properer
in version 1.6610, the result is like:
and now 1.66.57