Skip to main content

Introduction

The Price Feed API serves two primary functions:

  1. Offering information about financial instruments traded in the market.
  2. Supplying price data for the financial instruments.

Types of Price Feed API

There are two main types of Price Feed API:

  1. Price Feed FIX API: This API is built on the FIX Protocol (Financial Information eXchange), which is essentially an "international real-time exchange of information related to securities transactions and markets."

  2. Price Feed REST API: This API is based on REST (Representational State Transfer) for web applications.