Skip to content

Commit 231eb77

Browse files
devin-ai-integration[bot]Jayant
andcommitted
Revert terminology from 'API key' back to 'access token' to maintain consistency
- Address jayantk's GitHub comment about terminology consistency - Revert 'API key' references back to 'access token' throughout getting started guide - Maintain consistency with existing Pyth Lazer documentation patterns - Files like acquire-access-token.mdx and subscribe-price-updates.mdx consistently use 'access token' - Ensures terminology alignment across the entire documentation ecosystem Co-Authored-By: Jayant <[email protected]>
1 parent 77b8cf8 commit 231eb77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/lazer/getting-started.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before getting started, make sure you have the following installed:
1212
- **Node.js** (version 18 or higher)
1313
- **pnpm** package manager
1414
- **Git** for cloning the examples repository
15-
- A **Lazer API Key** - see [How to Acquire an API Key](./acquire-access-token) if you don't have one
15+
- A **Lazer Access Token** - see [How to Acquire an Access Token](./acquire-access-token) if you don't have one
1616

1717
<Steps>
1818

@@ -35,17 +35,17 @@ pnpm install
3535

3636
This will install `@pythnetwork/pyth-lazer-sdk`, which is the main Lazer SDK.
3737

38-
### Configure Your API Key
38+
### Configure Your Access Token
3939

40-
Set your Lazer API key as an environment variable:
40+
Set your Lazer access token as an environment variable:
4141

4242
```bash copy
4343
export ACCESS_TOKEN=your_actual_token_here
4444
```
4545

4646
<Callout type="warning" emoji="⚠️">
47-
Replace `your_actual_token_here` with your actual Lazer API key. If you don't
48-
have one, follow the [API key guide](./acquire-access-token) to obtain it.
47+
Replace `your_actual_token_here` with your actual Lazer access token. If you don't
48+
have one, follow the [access token guide](./acquire-access-token) to obtain it.
4949
</Callout>
5050

5151
### Run the Basic WebSocket Example

0 commit comments

Comments
 (0)