Improve navigating trades and positions by cross-linking
This commit is contained in:
@@ -131,7 +131,6 @@ class BaseExchange(ABC):
|
||||
def validate_response(self, response, method):
|
||||
schema = self.get_schema(method)
|
||||
# Return a dict of the validated response
|
||||
print("RESP", response)
|
||||
response_valid = schema(**response).dict()
|
||||
return response_valid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user