From df5d88c6649c908907015d615cc19d0b2405055b Mon Sep 17 00:00:00 2001 From: Hubert Koster Date: Tue, 13 Jun 2023 11:45:53 +0200 Subject: [PATCH] chore: removing link --- docs/code-examples/javascript/ticks/index.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/code-examples/javascript/ticks/index.mdx b/docs/code-examples/javascript/ticks/index.mdx index 163b8532..1fe55be1 100644 --- a/docs/code-examples/javascript/ticks/index.mdx +++ b/docs/code-examples/javascript/ticks/index.mdx @@ -24,5 +24,3 @@ The easiest way to understand how Deriv API works is to try our Tick call: We'll start with the ticks example because it's a pretty simple block of code to implement. You don't have to log into the Deriv account and get your app authenticated to try it. A tick is a measure of minimum upward or downward movement in the price of a trading commodity. We subscribe to the ticks functionality from the Deriv API websocket, which will return new tick data every second. As an example you could create an interactive tick graph with this data. - -You can find other available calls in the the [API Explorer](/api-explorer).