All Positions
To get characters you need to make a POST call to the following url :
https://amapi.algomojo.com/v1/AllPositions
QUERY PARAMETERS
Request Parameter
Description
Mandatory
broker
Broker code
Yes
symbol
Trading Symbol
Yes
exchange
Exchange
Yes
product
Product type
Yes
-X POST https://amapi.algomojo.com/v1/AllPositions{
"api_key":"your_api_key",
"api_secret":"your_api_secret",
"data":
{
"broker":"sm",
"symbol":"YESBANK",
"exchange":"BSE",
"product":"MIS"
}
}
Last updated
Was this helpful?