#PASSWORD AUTHENTICATION
URL : https://ace.acumengroup.in/ace/AlgoApi/PasswordAuthentication.aspx
Method : POST
ReqestBody : {
"entity_id" : "TB0007",
"source" : "M",
"device_id" : "815768050190052",
"pan_no" : "AOAPC7189Z",
"password" : "pass@828"
}
Response : {
"status" : "success",
"message" : "Login Successful",
"token_id" : "67d959833e36d4d62c1c"
}
#ORDER BOOK
URL : https://ace.acumengroup.in/ace/AlgoApi/OrderBook.aspx
Method : POST
ReqestBody : {
"client_id" : "TB0007",
"sort_by" : "order_date_time",
"token_id" : "67d959833e36d4d62c1c"
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{},{},{},....
]
}
#ORDER DETAILS
URL : https://ace.acumengroup.in/ace/AlgoApi/OrderDetails.aspx
Method : POST
ReqestBody : {
"client_id" : "TB0007",
"segment" : "E",
"order_no" : "2220896110443",
"token_id" : "70r56cc1ue093d804aa4"
}
Response : {
"status" : "success",
"message" : "",
"data" : []
}
#TRADE BOOK
URL : https://ace.acumengroup.in/ace/AlgoApi/TradeBook.aspx
Method : POST
ReqestBody : {
"client_id" : "TB0007",
"token_id" : "70f56cc1be093d004aa4"
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ }, { },.....
]
}
#TRADE DETAILS
URL : https://ace.acumengroup.in/ace/AlgoApi/TradeDetails.aspx
Method : POST
ReqestBody : {
"client_id" : "TB0007",
"order_no" : "22207213743",
"segment" : "E",
"token_id" : "70f56cc1be093d004aa4"
}
Response : {
"status" : "success",
"message" : "",
"data" : []
}
#HOLDINGS
URL : https://ace.acumengroup.in/ace/AlgoApi/Holdings.aspx
Method : POST
ReqestBody : {
"client_id" : "TB0007",
"token_id" : "70f56cc1be093d004aa4"
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}
#NET POSITION
URL : https://ace.acumengroup.in/ace/AlgoApi/NetPosition.aspx
Method : POST
ReqestBody : {
"client_id" : "TB0007",
"token_id" : "70f56cc1be093d004aa4"
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}
#FUND LIMIT
URL : https://ace.acumengroup.in/ace/AlgoApi/FundLimit.aspx
Method : POST
ReqestBody : {
"client_id" : "TB0007",
"token_id" : "70f56cc1be093d004aa4"
}
Response : {
"status" : "success",
"message" : "",
"data" : [{
"limit_type" : "CAPITAL",
"limit_sod" : 6390.75,
"adhoc_limit" : 0.0,
"receivables" : 0.0,
"collaterals" : 0.0,
"realised_profits" : 4152.5,
"amount_utilized" : 5951.25,
………. etc
}]
}
#ORDER ENTRY
URL : https://ace.acumengroup.in/ace/AlgoApi/OrderEntry.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*txn_type = "B";
*exchange = "NSE";
*segment = "E";
*product = "I";
*security_id = "14366";
*quantity = "1";
*price = "8";
*validity = "DAY";
*order_type = "MKT";
disc_quantity = "";
trigger_price = "";
off_mkt_flag = "false";
pro_cli = "C";
user_type = "C";
remarks = "";
mkt_type = "NL";
auction_no = "";
algo_order_no = "";
strategy_id = "";
good_till_days_date = "";
encash_flag = "";
participant_type = "";
mkt_pro_flag = "";
mkt_pro_value = "";
settlor = "";
group_id = "";
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}
#ORDER MODIFICATION
URL : https://ace.acumengroup.in/ace/AlgoApi/OrderModification.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*txn_type = "B";
*exchange = "NSE";
*segment = "E";
*product = "I";
*security_id = "14366";
*quantity = "1";
*price = "8";
*validity = "DAY";
*order_type = "MKT";
disc_quantity = "";
trigger_price = "";
off_mkt_flag = "false";
remarks = "";
*mkt_type = "NL";
good_till_days_date = "";
*order_no = "52207117205";
serial_no = "";
group_id = "";
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}
#ORDER CANCELLATION
URL : https://ace.acumengroup.in/ace/AlgoApi/OrderCancellation.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*txn_type = "B";
*exchange = "NSE";
*segment = "E";
*product = "I";
*security_id = "14366";
*quantity = "1";
*price = "8";
*validity = "DAY";
*order_type = "MKT";
disc_quantity = "";
trigger_price = "";
off_mkt_flag = "false";
remarks = "";
*mkt_type = "NL";
good_till_days_date = "";
*order_no = "52207117205";
serial_no = "";
group_id = "";
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}
#CO ORDER ENTRY
URL : https://ace.acumengroup.in/ace/AlgoApi/CoOrderEntry.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*txn_type = "B";
*exchange = "NSE";
*segment = "E";
*product = "I";
*security_id = "14366";
*quantity = "1";
*price = "8";
*validity = "DAY";
*order_type = "MKT";
disc_quantity = "";
trigger_price = "";
off_mkt_flag = "false";
pro_cli = "C";
user_type = "C";
remarks = "";
mkt_type = "NL";
auction_no = "";
algo_order_no = "";
strategy_id = "";
good_till_days_date = "";
encash_flag = "";
participant_type = "";
mkt_pro_flag = "";
mkt_pro_value = "";
settlor = "";
group_id = "";
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}
#CO ORDER MODIFICATION
URL : https://ace.acumengroup.in/ace/AlgoApi/CoOrderModification.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*txn_type = "B";
*exchange = "NSE";
*segment = "E";
*product = "I";
*security_id = "14366";
*quantity = "1";
*price = "8";
*validity = "DAY";
*order_type = "MKT";
disc_quantity = "";
*trigger_price = "";
*off_mkt_flag = "false";
remarks = "";
*mkt_type = "NL";
good_till_days_date = "";
mkt_pro_flag = "";
mkt_pro_value = "";
*order_no = "";
*serial_no = "";
*leg_no = "";
*group_id = "";
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}
#CO ORDER EXIT
URL : https://ace.acumengroup.in/ace/AlgoApi/CoOrderExit.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*txn_type = "B";
*exchange = "NSE";
*segment = "E";
*product = "I";
*security_id = "14366";
*quantity = "1";
*price = "8";
*validity = "DAY";
*order_type = "MKT";
disc_quantity = "";
trigger_price = "";
*off_mkt_flag = "false";
remarks = "";
*mkt_type = "NL";
good_till_days_date = "";
mkt_pro_flag = "";
mkt_pro_value = "";
*order_no = "";
*serial_no = "";
*leg_no = "";
*group_id = "";
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}
#BO ORDER ENTRY
URL : https://ace.acumengroup.in/ace/AlgoApi/BoOrderEntry.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*txn_type = "B";
*exchange = "NSE";
*segment = "E";
*product = "I";
*security_id = "14366";
*quantity = "1";
*price = "8";
*validity = "DAY";
*order_type = "MKT";
disc_quantity = "";
trigger_price = "";
off_mkt_flag = "false";
pro_cli = "C";
user_type = "C";
remarks = "";
mkt_type = "NL";
auction_no = "";
algo_order_no = "";
strategy_id = "";
good_till_days_date = "";
encash_flag = "";
participant_type = "";
mkt_pro_flag = "";
mkt_pro_value = "";
settlor = "";
*profit_value = "";
*stoploss_value = "";
trailing_gap = "";
group_id = "";
}
Response :
{
"status" : "success",
"message" : "",
"data": [
{ },{ },{ },...
]
}
#BO ORDER MODIFICATION
URL : https://ace.acumengroup.in/ace/AlgoApi/BoOrderModification.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*txn_type = "B";
*exchange = "NSE";
*segment = "E";
*product = "I";
*security_id = "14366";
*quantity = "1";
*price = "8";
*validity = "DAY";
*order_type = "MKT";
disc_quantity = "";
*trigger_price = "";
*off_mkt_flag = "false";
remarks = "";
*mkt_type = "NL";
good_till_days_date = "";
mkt_pro_flag = "";
mkt_pro_value = "";
*algo_order_no = "";
*order_no = "";
*serial_no = "";
*leg_no = "";
*group_id = "";
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}
#BO ORDER EXIT
URL : https://ace.acumengroup.in/ace/AlgoApi/BoOrderExit.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*txn_type = "B";
*exchange = "NSE";
*segment = "E";
*product = "I";
*security_id = "14366";
*quantity = "1";
*price = "8";
*validity = "DAY";
*order_type = "MKT";
disc_quantity = "";
trigger_price = "";
*off_mkt_flag = "false";
remarks = "";
*mkt_type = "NL";
good_till_days_date = "";
mkt_pro_flag = "";
mkt_pro_value = "";
*algo_order_no = "";
*order_no = "";
*serial_no = "";
*leg_no = "";
*group_id = "";
}
Response : {
"status" : "success",
"message" : "",
"data": [
{ },{ },{ },...
]
}
#CONVERT TO DELIVERY
URL : https://ace.acumengroup.in/ace/AlgoApi/ConvertToDelivery.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*txn_type = "B";
*exchange = "NSE";
*segment = "E";
*product = "I";
*security_id = "14366";
*quantity = "1";
*mkt_type = "NL";
*product_from = product_from,
*product_to = product_to
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}
#MARKET STATUS
URL : https://ace.acumengroup.in/ace/AlgoApi/MarketStatus.aspx
Method : POST
ReqestBody : {
*client_id = "TB0007";
*token_id = "20cbe8a11f434ef9a5de";
*exchange = "NSE";
*segment = "E";
mkt_type = "NL";
}
Response : {
"status" : "success",
"message" : "",
"data" : [
{ },{ },{ },...
]
}