For the complete documentation index, see llms.txt. This page is also available as Markdown.

IndMoney (INDstocks)

IndMoney (INDstocks) is a modern trading infrastructure platform offering APIs that allow traders and developers to build, automate, and execute trading strategies. Using IndMoney APIs, users can connect their IndMoney trading account with tools like OpenAlgo and create their own fully self-hosted, secure algo-trading setup.

Steps for Integration

IndMoney uses a simple Bearer Token authentication model.

To generate a token:

Visit https://www.indstocks.com/app/api-trading

  1. Enter your registered mobile number and login with the help of OTP

  1. Open the Algo Trading above the chart view

  1. Click Access Tokens , generate token and Configure Static IP

Click New Token

Click Save IP Address

  1. Copy the token shown on screen

This token will be used in OpenAlgo for all authenticated API requests.

Note: Tokens usually expire within 24 hours. You must generate a fresh token when expired.

Environment Configuration

The generated access token is used as the API SECRET and keep any dummy variable as API KEY. Below is a sample configuration for the .env file:

Integrating OpenAlgo with Indmoney's API opens up possibilities for automated trading strategies, providing a powerful tool for traders and developers to exploit market opportunities efficiently. It's essential to follow best practices for API integration, including handling rate limits, managing API keys securely, and ensuring robust error handling and logging mechanisms are in place.

Last updated