Skip to main content

Introduction

Trader Backend API has following main functions:

  1. Managing client data.
  2. Managing bank accounts (reference account) of clients.
  3. Managing internal accounts (wallet/cash account) of clients.
  4. Managing deposit accounts (accounts which hold financial instrument positions) of clients.
  5. Managing exemption orders of clients.
  6. 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.