Place FO Options Order
To get characters you need to make a POST call to the following url :
https://amapi.algomojo.com/v1/PlaceFOOptionsOrder
QUERY PARAMETERS
Request Parameter
Description
Mandatory
broker
Broker code
Yes
strategy
Strategy
Yes
spot_symbol
Spot symbol
Yes
expiry_date
Expiry date
Yes
action
Action
Yes
product
Product Type
Yes
pricetype
Price Type
Yes
quantity
Quantity
Yes
price
Price
Yes
option_type
Option type
Yes
strike_int
Strike Interval
Yes
offset
Offset
No
trigger_price
Trigger Price
No
splitorder
split order
No
split_quantity
split quantity
No
# Here is a curl example
Request example :
Response example:
Last updated