Introduction
Trader Backend API has following main functions:
- Managing client data.
- Managing bank accounts (reference account) of clients.
- Managing internal accounts (wallet/cash account) of clients.
- Managing deposit accounts (accounts which hold financial instrument positions) of clients.
- Managing exemption orders of clients.
- Managing money of clients, depositing or withdrawal from/to bank accounts (reference account) and internal accounts (wallet/cash account).
This API is based on REST (Representational State Transfer) for web.