Introduction
Aliceblue ANT APIs is a collection of fast, high performing, low complexity and easy to understand trading APIs for you, the retail traders to build state of the art financial platforms which can be used for trading, investment, wealth generation, automation of trading strategies & execute algo based strategies.
It is a set of REST-like APIs that provide integration with our trading eco-system. You can Execute, Modify and Cancel Orders in real time, Manage Portfolio, access Live Market data feeds and Order status stream, view Funds & Balance, and build much more in the Capital Market space with our Open APIs.
Each API call is structured as below
- URL to be called
- Input Parameters with example JSON set
- Response from server with all possible keys
- Error message
Base URL
The BASE URL is the common url used as prefix for all API call.
https://a3.aliceblueonline.com
User Registration¶
To register as a Individual trader/Vendor, Please visit [https://a3.aliceblueonline.com/].
- Login as Individual trader/Vendor using your credentials.
- In the Apps sections, create a new application.
- Fill out the mandatory details; URL and Postback URL will be
localhost. - Click "Save" to create a new app.
- An App Code (
appCode) and API Secret (apiSecret) will be provided to the Individual Trader. This code is important and confidential. Do not share it with anyone outside your organization. - The app will be activated by the Aliceblue Admin team after reviewing the details given by the Individual Trader. API access will be granted after necessary approval.