I'm getting 404 error....
Is this API endpoint live?
Saranesh
@Saranesh
Best posts made by Saranesh
-
RE: Announcing Brokerage Calculator API for SmartAPI users
Latest posts made by Saranesh
-
tradingsymbol vs tradingSymbol
Is it consistent across APIs response JSON with "tradingsymbol"
Looks like some APIs returning "tradingsymbol" and some returning "tradingSymbol" -
tradingsymbol vs tradingSymbol
Is it consistent across APIs response JSON with "tradingsymbol"
Looks like some APIs returning "tradingsymbol" and some returning "tradingSymbol" -
RE: Announcing Brokerage Calculator API for SmartAPI users
Though the new endpoint working, it looks like the price is expected in integer, NOT a float...
If the payload price given in float then the endpoint returning {"message":"Internal Error","errorcode":"AB2001","status":false,"data":null}
For example, the endpoint accepting "price": "600" BUT not accepting "price": "600.00"Also the "total_charges" in the response JSON not matching with "angelone.in/calculators/brokerage-calculator" which means the endpoint calculation not exactly same as online brokerage calculator.
Why you are simply releasing a new function without doing these simple tests?
-
RE: Announcing Brokerage Calculator API for SmartAPI users
@Moderator_2
Though the new endpoint working, it looks like the price is expected in integer, NOT a float...
If the payload price given in float then the endpoint returning {"message":"Internal Error","errorcode":"AB2001","status":false,"data":null} -
RE: Announcing Brokerage Calculator API for SmartAPI users
@Moderator_2
Yes. The new endpoint is working -
RE: Announcing Brokerage Calculator API for SmartAPI users
I'm getting 404 error....
Is this API endpoint live?