MCPcopy 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
4class BinanceError(Exception):
5 """Base exception for Binance service errors."""
6 pass
7
8
9class AuthenticationError(BinanceError):

Callers 13

ensure_table_existsMethod · 0.90
get_dataMethod · 0.90
initializeMethod · 0.90
get_accountMethod · 0.90
get_assetsMethod · 0.90
get_positionsMethod · 0.90
start_data_streamMethod · 0.90
get_dataMethod · 0.90
create_orderMethod · 0.90
get_ordersMethod · 0.90
get_orderMethod · 0.90
cancel_orderMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected