Access to ticks history by URL
Hello, I would just like to access the tick history and would not like to have to use node.js for this.
Is it possible to access the history directly through a URL by passing the necessary parameters?
Hello, I would just like to access the tick history and would not like to have to use node.js for this.
Is it possible to access the history directly through a URL by passing the necessary parameters?
Comments
@LdF Deriv API works via websocket. There's no way to access it via URL. However you don't necessarily need to use node.js. You can get is on a web page.