Introduction
The Order Management API serves two primary functions:
- Facilitating the buying and selling of financial instruments traded in the market.
- Managing the cancellation of trade orders for these financial instruments.
Types of Order Management API
There are two main types of Order Management API:
-
Order Management Service FIX API: This API is built upon the FIX Protocol (Financial Information eXchange), which facilitates the international real-time exchange of information related to securities transactions and markets. More information is available here.
-
Order Management Service REST API: This API is based on the REST (Representational State Transfer) architecture for the web. Additional details can be found here.