Changelog


v1.0.1(2024-11-1)

Release & Debugs

  1. Added SMS functionality added
  2. Added Wallet functionality
  3. Refactored Authentication
  4. Refactored Order management

v1.0.0 (2024-10-06)

Initial Release

  1. Added user registration, login, and authentication - endpoints.

  2. Implemented account management API to retrieve user account information from 3rd Party providers.

  3. Introduced order management features (place order, view orders, cancel orders).

  4. Added market data endpoints to retrieve real-time quotes and historical data.

  5. Integrated portfolio management API to retrieve open positions.

  6. Implemented watchlist functionality (add symbol, get watchlist).

  7. WebSocket support for real-time trades.

  8. Error handling for all common API request failures (400, 401, 404).