MCPcopy Create free account
hub / github.com/sammchardy/python-binance / BinanceOrderMinTotalException

Class BinanceOrderMinTotalException

binance/exceptions.py:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54class BinanceOrderMinTotalException(BinanceOrderException):
55 def __init__(self, value):
56 message = "Total must be at least %s" % value
57 super().__init__(-1013, message)
58
59
60class BinanceOrderUnknownSymbolException(BinanceOrderException):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…