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/interaction/permissioned-keys/index.mdx
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ On the dYdX.trade, after signing in with your wallet or socials:
34
34
35
35
### Create an authenticator
36
36
37
-
Alternativaly, you can create a custom authenticator which allows only the **trader** to place orders.
37
+
Alternatively, you can create a custom authenticator which allows only the **trader** to place orders.
38
38
39
39
To create this authenticator, we use two sub-authenticators: `signatureVerification` and `messageFilter`:
40
40
- the `signatureVerification` authenticator must be present in all authenticator sets and contains the **trader**'s public key;
@@ -194,21 +194,20 @@ client
194
194
195
195
### Get the authenticator ID and permissioned API Key
196
196
197
-
Grab the authenticator ID created by the **owner** in [Add authenticator](/interaction/permissioned-keys#add-the-authenticator), either by:
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)).
199
-
- Get the private key from the owner in [via the Trade Interface](/interaction/permissioned-keys#get-the-private-key).
197
+
Grab the `authenticatorId` created by the **owner** in [Add authenticator](/interaction/permissioned-keys#add-the-authenticator), either by:
198
+
- request the **owner** for the `authenticatorId` or by using the list authenticators method to fetch the to be used authenticator (see [list authenticators](/interaction/permissioned-keys#last-authenticators)).
199
+
- Get the private key `DYDX_TEST_PRIVATE_KEY`from the owner in [via the Trade Interface](/interaction/permissioned-keys#get-the-private-key).
200
200
201
201
202
202
### Setup the permissioned wallet
203
203
If you got a private key from the trading interface load in via `fromPrivateKey`, otherwise use `fromMnemonic` if you didn't create via the trading interface by assigning to mnemonic.
0 commit comments