OpenPositions
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
Request example :
Response example:
Last updated