Exit Spot in proposal_open_contract not found

Hello!
Sorry, i`m bad speak english.

Contract:
USD 11.46 payout if EUR/USD is strictly lower than entry spot at 2 minutes after contract start time.
Start Time: 2016-01-11 00:42:05
End Time: 2016-01-11 00:44:05
Entry Spot: 1.09365
Exit Spot: 1.09358
Purchase Price: USD 6.00
Final Price: USD 11.46
This contract has expired.

I request info this contact https://developers.binary.com/api/#proposal_open_contract :
{
"proposal_open_contract": 1,
"contract_id": 7020257928
}

Return info:
{
"echo_req": {
"proposal_open_contract": 1
},
"proposal_open_contract": {
"barrier": "1.09365",
"date_settlement": 1452473045,
"contract_id": "7020257928",
"currency": "USD",
"underlying": "frxEURUSD",
"sell_price": "11.46",
"date_start": 1452472925,
"current_spot": "1.07970",
"is_intraday": 1,
"is_expired": 1,
"is_valid_to_sell": 1,
"shortcode": "PUT_FRXEURUSD_11.46_1452472925_1452473045_S0P_0",
"bid_price": "11.46",
"is_forward_starting": 0,
"longcode": "USD 11.46 payout if EUR/USD is strictly lower than entry spot at 2 minutes after contract start time.",
"date_expiry": 1452473045,
"is_path_dependent": 0,
"ask_price": "11.46",
"entry_spot": "1.09365",
"current_spot_time": "1453496400",
"buy_price": "6",
"payout": "11.46"
},
"msg_type": "proposal_open_contract"
}

Question: where can I find "Exit Spot"? 1.09358 not found.

Best Answer

Answers

Sign In or Register to comment.