You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/code-examples/javascript/ticks/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,4 @@ We'll start with the ticks example because it's a pretty simple block of code to
25
25
26
26
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.
27
27
28
-
You can find other available calls in the the [API Explorer](/apiexplorer).
28
+
You can find other available calls in the the [API Explorer](/api-explorer).
Copy file name to clipboardExpand all lines: docs/setting-up-a-deriv-application.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,16 @@ keywords:
12
12
- setup
13
13
description: How to setup Deriv application
14
14
---
15
+
15
16
:::danger
16
17
For the reviewer, Links in this section will be provided in the future.
17
18
:::
18
19
19
20
#### Deriv account
20
21
21
-
If you don't have a Deriv account yet, you can easily create one by visiting our signup page or using the [new_account_virtual](/apiexplorer#new_account_virtual) API call. It's completely free. And if you have an account already, please log in using your account details. To avoid any accidental loss of funds during testing, we recommend using your demo account instead of a real account.
22
+
If you don't have a Deriv account yet, you can easily create one by visiting our signup page or using the [new_account_virtual](/api-explorer#new_account_virtual) API call. It's completely free. And if you have an account already, please log in using your account details. To avoid any accidental loss of funds during testing, we recommend using your demo account instead of a real account.
22
23
23
-
To earn markup, get a Deriv real account to receive your monthly earnings. You can also create a real account using [new_account_real](/apiexplorer#new_account_real) or [new_account_maltainvest](/apiexplorer#new_account_maltainvest) API calls.
24
+
To earn markup, get a Deriv real account to receive your monthly earnings. You can also create a real account using [new_account_real](/api-explorer#new_account_real) or [new_account_maltainvest](/api-explorer#new_account_maltainvest) API calls.
24
25
25
26
:::caution
26
27
To create Deriv applications, you'll need an API token with the Admin scope for the account you wish to use for your application.
@@ -36,7 +37,7 @@ To create a new API token, follow these steps:
36
37
2. Provide a name for your token
37
38
3. Click **Create**
38
39
39
-
Alternatively, you can create an API token via the [api_token](/apiexplorer#api_token) API call.
40
+
Alternatively, you can create an API token via the [api_token](/api-explorer#api_token) API call.
40
41
41
42
:::caution
42
43
You need a token with the `Admin` scope to create an application.
@@ -46,14 +47,14 @@ You need a token with the `Admin` scope to create an application.
46
47
47
48
To create your application with the appropriate configuration options, select the **Register Application** tab in the Dashboard. You can make changes to your application's configuration at anytime in the **Manage Applications** tab.
0 commit comments