Skip to content

Commit 06e8859

Browse files
devin-ai-integration[bot]Jayant
andcommitted
Address PR feedback: Update terminology from 'access token' to 'API key'
- Changed all references from 'access token' to 'API key' throughout getting started guide - Updated section titles, descriptions, and links for consistency - Maintains 'Pyth Lazer' naming convention consistent with existing documentation - Addresses GitHub PR comments from aditya520 Co-Authored-By: Jayant <[email protected]>
1 parent 79796a1 commit 06e8859

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/lazer/getting-started.mdx

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

2525
<Steps>
2626

@@ -47,17 +47,17 @@ This will install the following key packages:
4747
- `@solana/web3.js` - For Solana blockchain interactions
4848
- Other supporting dependencies
4949

50-
### Configure Your Access Token
50+
### Configure Your API Key
5151

52-
Set your Lazer access token as an environment variable:
52+
Set your Lazer API key as an environment variable:
5353

5454
```bash copy
5555
export ACCESS_TOKEN=your_actual_token_here
5656
```
5757

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

@@ -128,7 +128,7 @@ Explore additional Lazer capabilities:
128128

129129
- **[Subscribe to Price Updates](./subscribe-price-updates)** - Detailed guide on WebSocket subscriptions and message handling
130130
- **[Price Feed IDs](./price-feed-ids)** - Complete list of available price feeds and their identifiers
131-
- **[Acquire Access Token](./acquire-access-token)** - How to obtain and manage your Lazer access credentials
131+
- **[Acquire API Key](./acquire-access-token)** - How to obtain and manage your Lazer API credentials
132132

133133
### Example Applications
134134

0 commit comments

Comments
 (0)