How to activate "Allow equals" bay API call ?
Recently "Allow equals" was added to Index trading on Web platform. How to activate this when trading by API?
Best Answer
-
There is a new
"contract_category": "callputequal"
in thecontracts_for
API response, which has thecontract_type
CALLE
andPUTE
. You can use these as your contract type in proposal to convey call equals (higher than or equal to) and put equals (lower than or equal to) options.
Answers
check here
{
"contracts_for": "R_50",
"currency": "USD",
"product_type": "basic",
"landing_company": "costarica"
}