Bybit - has no attribute privateGetGetDeposits while calling fetch_deposits
See original GitHub issue- OS: Linux on ChromeOS
- Programming Language version: Python 3.8
- CCXT version: 1.40.35
import ccxt
e = ccxt.bybit({
'enableRateLimit': True,
'testnet': True,
#'verbose': True
})
e.apiKey = 'xxx'
e.secret = 'xxx'
e.fetch_deposits('BTC')
Traceback (most recent call last):
File "/home/tomasmarada/Honeybadger/honeybadger/temp.py", line 97, in <module>
e.fetch_deposits('BTC')
File "/opt/minconda3/lib/python3.8/site-packages/ccxt/bybit.py", line 1800, in fetch_deposits
response = self.privateGetGetDeposits(self.extend(request, params))
AttributeError: 'bybit' object has no attribute 'privateGetGetDeposits'
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Bybit - fetchFundingRate failed · Issue #14031 · ccxt/ccxt
When I tried to fetch funding rate from Bybit, the following error occurred: bybit ... AttributeError: 'bybit' object has no attribute ...
Read more >Guides
Level up your crypto trading experience. Buy, sell, trade BTC, altcoins & NFTs. Get access to the spot and futures market or stake...
Read more >Group And Resources – Bybit API Docs - GitHub Pages
There is no endpoint to exchange assets. This can only be done on the website. However, it is possible to access your Asset...
Read more >Bybit (@Bybit_Official) / Twitter
Calling all traders! There's just 7 more days left to enjoy zero fees on spot trading. ... With only 4 days away, there...
Read more >Bybit Partners With SignalPlus in an Industry-First ...
Unique among major exchanges, Bybit has experienced a 99.99% up rate throughout with no overload nor downtime. Liquidity is arguably the be-all ...
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
@docek thx for your participation. Had to use the ledger endpoint for it, since they don’t have a standalone path for deposits (they do have a withdrawals endpoint though). It should be ok in 1.40.45, tested it on my side. Let me know if you still have issues with it.
@kroitor your reaction time and fixing speed are inspirational!