@mr_s Try Trading API key.
algo_trading_50
@algo_trading_50
Latest posts made by algo_trading_50
-
RE: Getting AG8004posted in General Discussion
@mr_s Your API key is incorrect.
{ "status": false, "message": "Invalid API Key", "errorcode": "AG8004", "data": null } -
RE: scripconsent order parameter missing in Java library. Order placement fails with Nullposted in Java SDK
@sugagenius Cheers to your persistence. :) Once done with all modifications, please make sure to send a pull request to the github repo so other algo traders can also be benefited.
-
RE: scripconsent order parameter missing in Java library. Order placement fails with Nullposted in Java SDK
@sugagenius I can understand your frustration. To build it yourself.
git clone https://github.com/angel-one/smartapi-java.git cd smartapi-java # Fix Order.Java mvn clean package -DskipTestsCompiled jar file will be in target folder.
-
RE: scripconsent order parameter missing in Java library. Order placement fails with Nullposted in Java SDK
@sugagenius git clone the Github repository https://github.com/angel-one/smartapi-java. Update Order.java model https://github.com/angel-one/smartapi-java/blob/main/src/main/java/com/angelbroking/smartapi/models/Order.java#L128 by adding scripconsent=yes in the end and compile into new jar file.
-
RE: Important Updates to SmartAPI in Compliance with SEBI Guidelinesposted in General Discussion
@archana Static IP limitation is only applicable on order placement and modification APIs endpoints as per circular, as mentioned above.
-
RE: Error code : AB1004posted in Python SDK
@archana Intermittent issue caused because of service disruption. https://smartapi.angelbroking.com/docs/Exceptions
-
RE: Important Updates to SmartAPI in Compliance with SEBI Guidelinesposted in General Discussion
@archana Yes. For that reason we have "New Login" on https://smartapi.angelbroking.com.
-
RE: Are there any SLA for the apis?posted in Python SDK
@kvineeth Having a trading account itself puts you in a SLA. This could be an intermittent issue. Error AB1004, clearly suggest "Internal Server Error" as mentioned in the docs here https://smartapi.angelbroking.com/docs/Exceptions.