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

# Here is a curl example
-X POST https://amapi.algomojo.com/v1/AllPositions

Request example :
{
"api_key":"your_api_key",
"api_secret":"your_api_secret",
"data":
{
 "broker":"sm",
 "symbol":"YESBANK",
 "exchange":"BSE",
 "product":"MIS"
}
}

Last updated

Was this helpful?