Price Proposal -Digit contract_type under and over

{
"proposal": 1,
"amount": "100",
"basis": "payout",
"contract_type": XXXXX
"currency": "USD",
"duration": "5",
"duration_unit": "t",
"symbol": "R_100"
}

i want to know contract_type for Digit contract_type under / over like in ticktrade.binary.com

Comments

  • Please see the requests below

    {
      "proposal": 1,
      "symbol": "R_100",
      "contract_type": "DIGITOVER",
      "duration": 5,
      "basis": "payout",
      "currency": "USD",
      "amount": 5,
      "duration_unit": "t",
      "barrier": 0
    }
    
    {
      "proposal": 1,
      "symbol": "R_100",
      "contract_type": "DIGITUNDER",
      "duration": 5,
      "basis": "payout",
      "currency": "USD",
      "amount": 5,
      "duration_unit": "t",
      "barrier": 0
    }
    
  • edited March 2016

    I tried that and, while the "DIGITOVER' version is working, I get no response from the DIGITUNDER version. What can it be? Thanks!
    EDIT: OK found... It is just that the barrier must be set > than 0.

Sign In or Register to comment.