AutoTrader Web HTTP REST APIs can be used for automated trading on Supports leading Indian Stock Brokers.
All different programming language libraries that we provide are nothing but a wrapper written on top of HTTP REST APIs.
So if you happen to use a programming language for which we do not provide built-in support, then you can directly use HTTP REST APIs. Almost all modern programming languages have a support for making HTTP requests.
Usage
You need to look at your programming language’s documentation to understand how to make HTTP requests.
The only thing you should care about is using the correct API key for authentication.
You can find you API Key on AutoTrader Web, more details are here.
API Key needs to be passed in the HTTP header. For samples, please see HTTP examples in API docs.
API Functions
Note: A detailed explanation is provided for each function along with examples in the API documentation.