Trading is suspended due to missing market (old) data.
Hello everyone
A few days ago I had integrated the binary api and it was working normally with my platform and the binary integration
based on this documentation
But three days ago the api has presented problems when trying to buy a contract,
First you must generate the proposal and then the purchase
But ended the sales proposal the following error
"Trading is suspended due to missing market (old) data."
I don't know why this error is generated, sometimes you buy but the error is already recurring.
I thought that it was my code that had the problem but I decided to do it with the base code that delivers binary and also presents the same error
does anyone know why it happens?
let query = { "proposal": 1, "amount": 20, "basis": "stake", "contract_type": "MULTUP", "currency": "USD", "multiplier":"100", "symbol": "R_100" } ws.send(JSON.stringify(query));
Tagged:
Comments
Hello, have you resolve issue ? I've got the same problem today. Also for "sell" API command.
Hey, yeah same problem here any ideas?
switching from "wss://ws.binaryws.com/websockets/v3"to wss://blue.binaryws.com/websockets/v3 resolves the issue for me- give it a try.