Open Positions

To get characters you need to make a POST call to the following url : https://amapi.algomojo.com/v1/OpenPositions

QUERY PARAMETERS

Request Parameter
Description
Mandatory

broker

Broker code

Yes

symbol

Trading Symbol

No

exchange

Exchange

No(Mandatory if symbol is present)

product

Product type

No(Mandatory if symbol is present)

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

Request example :
{
"api_key":"{your_api_key}",
"api_secret":"{your_api_secret}",
"data":
{
 "broker":"tc",
 "symbol": "L&TFH24NOV22P80",
 "exchange":"NFO",
 "product":"NRML"
}
}

Last updated

Was this helpful?