BinanceRegionException
Raised when using a region-specific endpoint with incompatible client.
Attributes
attributerequired_tld= required_tldattributeactual_tld= actual_tldattributeendpoint_name= endpoint_nameattributemessage= f'{endpoint_name} is only available on binance.{required_tld}, but client is configured for binance.{actual_tld}'Functions
func__init__(self, required_tld, actual_tld, endpoint_name='endpoint')paramselfparamrequired_tldstrparamactual_tldstrparamendpoint_namestr= 'endpoint'Returns
Nonefunc__str__(self)paramselfReturns
None