PlaceOrder
To get characters you need to make a POST call to the following url :
https://amapi.algomojo.com/v1/PlaceOrder
QUERY PARAMETERS
Request Parameter | Description | Mandatory |
---|---|---|
broker | Broker Code | Yes |
strategy | Strategy Name | Yes |
exchange | Exchange name | Yes |
symbol | Trading Symbol | Yes |
action | Action | Yes |
product | Product Type | Yes |
pricetype | Price Type | Yes |
quantity | Quantity | Yes |
price | Price | Yes |
disclosed_quantity | Disclosed Quantity | No |
trigger_price | Trigger Price | No |
amo | AMO - It can be one of the following YES NO | No |
splitorder | split order | No |
split_quantity | split quantity | No |
# Here is a curl example
Request example :
Response example:
Last updated