Order Status
To get characters you need to make a POST call to the following url :
https://amapi.algomojo.com/v1/OrderStatus
QUERY PARAMETERS
Request Parameter
Description
Mandatory
broker
Broker Code
Yes
order_id
Order ID
Yes
-X POST https://amapi.algomojo.com/v1/OrderStatus
{
"api_key":"your_api_key",
"api_secret":"your_api_secret",
"data":
{
"broker":"tc",
"order_id":"22111800004192"
}
}
{
"status": "success",
"data": {
"orderstatus": "open"
}
}
Last updated
Was this helpful?