question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kroitorcommented, Jan 13, 2021

@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.

1reaction
docekcommented, Jan 13, 2021

@kroitor your reaction time and fixing speed are inspirational!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found