Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SkyworkAI/DeepResearchAgent
/ BinanceError
Class
BinanceError
src/environment/binanceentry/exceptions.py:4–6 ·
view source on GitHub ↗
Base exception for Binance service errors.
Source
from the content-addressed store, hash-verified
2
3
4
class
BinanceError(Exception):
5
""
"Base exception for Binance service errors."
""
6
pass
7
8
9
class
AuthenticationError(BinanceError):
Callers
13
ensure_table_exists
Method · 0.90
get_data
Method · 0.90
initialize
Method · 0.90
get_account
Method · 0.90
get_assets
Method · 0.90
get_positions
Method · 0.90
start_data_stream
Method · 0.90
get_data
Method · 0.90
create_order
Method · 0.90
get_orders
Method · 0.90
get_order
Method · 0.90
cancel_order
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected