Digit Match returns error if payout is less than 4

This happens if payout is less than 4.

Price Proposal:
{ "subscribe":1, "proposal":1, "symbol":"R_100", "contract_type":"DIGITMATCH", "duration":5, "basis":"payout", "currency":"USD", "amount":2, "duration_unit":"t", "barrier":"9" }

Response:
{ "echo_req": { "symbol": "R_100", "barrier": "2", "subscribe": 1, "duration": 5, "currency": "USD", "amount": 3, "proposal": 1, "duration_unit": "t", "basis": "payout", "contract_type": "DIGITMATCH" }, "error": { "message": "Stake must be between 0.35 and 100,000.", "code": "ContractBuyValidationError" }, "msg_type": "proposal" }

Comments

This discussion has been closed.