Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #184 from hubert-deriv/remove_some_content
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert-deriv authored Jun 13, 2023
2 parents 07ca393 + df5d88c commit 545250a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/code-examples/javascript/ticks/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

1 comment on commit 545250a

@vercel
Copy link

@vercel vercel bot commented on 545250a Jun 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-api-docs – ./

deriv-api-docs-git-master.binary.sx
deriv-api-docs.binary.sx

Please sign in to comment.