Skip to main content

Introduction

The Order Management API serves two primary functions:

  1. Facilitating the buying and selling of financial instruments traded in the market.
  2. Managing the cancellation of trade orders for these financial instruments.

Types of Order Management API

There are two main types of Order Management API:

  1. 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.

  2. 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.