Buy Contract

edited September 2016 in General

Hello All.

I am using to buy this code or with Proposal before.

{
  "buy": "1",
  "price": 1,

  "parameters":
               {
          "amount": "1",
          "basis": "stake",
          "contract_type": "PUT",
          "currency": "USD",
          "duration": "60",
          "duration_unit": "s",
          "symbol": "R_100"
               }
}

The issue is that i got the order but I can't known the exact price that the operation got. I dont see any PRICE in the reply.

{
  "buy": {
    "balance_after": "xxxxxxxxx",
    "buy_price": 1,
    "contract_id": "10102362148",
    "longcode": "Win payout if Volatility 100 Index is strictly lower than entry spot at 1 minute after contract start time.",
    "payout": 1.94,
    "purchase_time": 1473632691,
    "shortcode": "PUT_R_100_1.94_1473632691_1473632751_S0P_0",
    "start_time": 1473632691,
    "transaction_id": "20118602308"
  },
  "echo_req": {
    "buy": "1",
    "parameters": {
      "amount": "1",
      "basis": "stake",
      "contract_type": "PUT",
      "currency": "USD",
      "duration": "60",
      "duration_unit": "s",
      "symbol": "R_100"
    },
    "price": 1
  },
  "msg_type": "buy"
}

Please help me here.

Regards.

Comments

Sign In or Register to comment.