@tarja said:
Hello. There are not samples, at least over the forum. You just need to implement a websocket client. then implement the API checking API guide.
I've tried that, but it's so complicated and still won't connect with Binary API server.
@trade4mebinarydemo said:
Hi adhisakti did you integrate binary API in PHP. Please share some sample code
I'm using the same code from the samples page and change it a little bit. Save as ws.html and open in browser, in address bar type : ws.html?market=type your market here, i.e. for Volatility 100 Index : ws.html?market=R_100
Comments
Hello. There are not samples, at least over the forum. You just need to implement a websocket client. then implement the API checking API guide.
maybeyou can use this library.
https://github.com/andremussche/DelphiWebsockets
Regards
Hi adhisakti did you integrate binary API in PHP. Please share some sample code
I've tried that, but it's so complicated and still won't connect with Binary API server.
I'm using the same code from the samples page and change it a little bit. Save as ws.html and open in browser, in address bar type : ws.html?market=type your market here, i.e. for Volatility 100 Index : ws.html?market=R_100
@adhisakti Hi thanks, this is in javascript. I need it in PHP script. Do you have any idea?