You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored BaseResponse to initialize directly from dataclass fields using **response.json() instead of wrapping the response in a dictionary. This change simplifies object creation and makes the response behave like a standard dataclass.
Added support for additional trading fields
Corrected bug where the Portfolio Balance dataclass was being overwritten