Alice Blue stock broker Everything about it here - theheapdump/kite-webapp GitHub Wiki

API Documentation: https://antplus.aliceblueonline.com/#introduction

Manual Login link: https://ant.aliceblueonline.com/ ID: 147758 Pass: adeeambekks123456789

All security questions answers: a

API's to implement for Alice Blue

https://antplus.aliceblueonline.com/#place-order

https://antplus.aliceblueonline.com/#place-bracket-order

https://antplus.aliceblueonline.com/#cancel-order

need to check what all is required from here: https://antplus.aliceblueonline.com/#feeds-api Python Lib: https://github.com/krishnavelu/alice_blue


Client ID: 147758

Client Secret: P4P33HSCO57H37XA3FXOGPS86VOLU27OGCQ2I5CFCT8S8T5RN239YJZALQ6H2HSV

Callback URL :https://ant.aliceblueonline.com/plugin/callback

Auth URL :https://ant.aliceblueonline.com/oauth2/auth

Access Token URL : https://ant.aliceblueonline.com/oauth2/token

Currently you can refer this link : http://antplus.aliceblueonline.com/#introduction

API's can be updated in future

##Creating AliceBlue app for redirecting

http://develop-api.aliceblueonline.com/dashboard App ID - jshusT01yf App Name - tb App Secret - PHxYNcaTlcRmgQgbXWBpEiOVUbE1RnAhbfeSQmakeXnwKKJkdi4Itd0AW2CYeIpf Redirect URIs - https://tradebullz.in:61987/tb/ui/v1/kdev/147758/get Postback URI's - https://tradebullz.in:61987/tb/ui/v1/kdev/147758/back


from src.apitests.tempandee.aliceblue import *

if name == 'main': username = "147758" password = "Random@18" secret = "fozNza1LB6xFQE2wklLkTGbuTnP33lcZbOqVJHQ1dyiC8JAGcnR7q5pbvcWl4401" appid = "jshusT01yf" # "P4P33HSCO57H37XA3FXOGPS86VOLU27OGCQ2I5CFCT8S8T5RN239YJZALQ6H2HSV" access_token = AliceBlue.login_and_get_access_token(username=username, password=password, twoFA='a', api_secret=secret, app_id=appid) print(access_token)


Getting API key for Alice Blue account

refer: https://aliceblueonline.com/support/api/how-do-i-sign-up-for-aliceblue-api/

Drop email to: [email protected]

Dear team, kindly find the client id below I am __________________ , i have an account with AliceBlue and my account Id is _______, I would like the API service on my account to be enabled.

Kindly enable the service and share the details

Thanks


Note: Another pre-requisite being that all the 2FA answers should be "a" for the API service to work without issues.