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
Copy file name to clipboardExpand all lines: docs/pages/concepts/architecture/oegs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
# OEGS
3
3
4
-
## What is the Order Entry Gateway Service (OEGS) ?
4
+
## What is the Order Entry Gateway Service (OEGS)
5
5
The Order Entry Gateway represents the next step in dYdX’s multi-stage performance evolution:
6
6
7
7
1. Designated proposers — A governance-selected subset of validators responsible for proposing blocks. This creates a predictable topology for faster routing (available in v9 software upgrade).
Copy file name to clipboardExpand all lines: docs/pages/interaction/permissioned-keys/index.mdx
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,22 +14,23 @@ There are 2 ways to setup Permissioned API Keys:
14
14
2/ Via API (customisable)
15
15
16
16
17
+
::::steps
18
+
17
19
### Setup Permissioned API Keys via Trade Interface
18
20
19
21

20
22
21
-
-On the dYdX.trade after loggin in with your wallet or socials, click `More → API Trading Keys`.
22
-
-Click `Generate New API Key`.
23
-
-The app then generates a new keypair:
23
+
On the dYdX.trade, after signing in with your wallet or socials:
24
+
-click `More → API Trading Keys`.
25
+
-Click `Generate New API Key`. This generates a new keypair:
24
26
- API Wallet Address
25
-
- Private Key (one-time view)
26
-
27
-
- Make sure to save your Private Key immediately. It will not be shown again and is not stored by dYdX.
28
-
- Check the terms and click Authorize API Key.
29
-
-Done — you can repeat this process to create multiple API keys if needed.
27
+
- Private Key
28
+
:::note
29
+
This is a one-time view, make sure to save your Private Key immediately. It will not be shown again and is not stored by dYdX
30
+
:::
31
+
-Check the `terms` and click `Authorize API Key`.
30
32
- Now you can go to [Import private key](/interaction/permissioned-keys#trader) to start trading via API keys.
31
33
32
-
::::steps
33
34
34
35
### Create an authenticator
35
36
@@ -195,7 +196,7 @@ client
195
196
196
197
Grab the authenticator ID created by the **owner** in [Add authenticator](/interaction/permissioned-keys#add-the-authenticator), either by:
197
198
- request the **owner** for the authenticator ID or by using the list authenticators method to fetch the to be used authenticator (see [list authenticators](/interaction/permissioned-keys#last-authenticators)).
198
-
- Get the private key from the owner in [**Owner**::Step 1](/interaction/permissioned-keys#get-the-private-key).
199
+
- Get the private key from the owner in [via the Trade Interface](/interaction/permissioned-keys#get-the-private-key).
0 commit comments