date format not providing miliseconds in websocket data
-
This post is deleted! -
Hi,
we are trying to calculate margin using margin calculator api with body as
{"positions":[{"exchange":"NFO","token":"51001","qty":75,"price":130.4,"producttype":"CARRYFORWARD","tradetype":"BUY","ordertype":"MARKET"}]}
but getting this response
{ "message": "Null or Empty Margin Data", "errorcode": "AB4022", "status": false, "data": null }
please help in this issue, this is completely broken documentation or api is not giving proper response
-
I'm also facing AB1007 issue. Below is the response that I'm getting on hitting API using node js.
{
status: false,
message: 'User Is Blocked',
errorcode: 'AB1007',
data: null
} -
yeah..same issue