Skip to content

Introduction

Welcome to the official documentation for the INDstocks API (v1).

The INDstocks API is a state-of-the-art platform for building advanced trading and investment services. It is a set of RESTful APIs that provide deep integration into our trading platform, allowing you to execute orders in real-time, manage your portfolio, access live market data, and much more.

Our APIs use resource-based URLs, accept JSON-encoded request bodies, return JSON-encoded responses, and use standard HTTP response codes for errors.

Getting Started

To begin using the INDstocks API, follow these steps:

  1. Review the API Conventions: Understand our standards for requests, responses, and error handling.
  2. Authentication: Learn how to authenticate your requests by reviewing the Users section.
  3. Explore Endpoints: Dive into the specific API sections like Order Management or Market Quotes to see what's possible.

See Also