Contract ID missing

Hello.
Why missing contract ID in the Price Proposal?
How to buy a contract?

{
"proposal": 1,
"amount": "100",
"basis": "payout",
"contract_type": "CALL",
"currency": "USD",
"duration": "60",
"duration_unit": "s",
"symbol": "R_100"
}

{
"echo_req": {
"symbol": "R_100",
"duration": "60",
"currency": "USD",
"amount": "100",
"proposal": 1,
"basis": "payout",
"duration_unit": "s",
"contract_type": "CALL"
},
"proposal": {
"display_value": "51.62",
"spot_time": "1466142100",
"ask_price": "51.62",
"date_start": 1466142100,
"longcode": "Win payout if Volatility 100 Index is strictly higher than entry spot at 1 minute after contract start time.",
"payout": "100",
"spot": "33996.34"
},
"msg_type": "proposal"
}

Comments

Sign In or Register to comment.