Skip to content

Commit 9f62b90

Browse files
devin-ai-integration[bot]aditya@dourolabs.xyz
authored andcommitted
docs: update access token wording to reference authorized distribution partners
- Replace 'Pyth team' with 'authorized distribution partners (Pyth Data Distributors)' - Update wording in acquire-access-token.mdx and subscribe-price-updates.mdx - Update quick action link text in price-feeds/index.mdx to 'Request Access Token' - Aligns terminology with pricing page at pyth.network/pricing Co-Authored-By: [email protected] <[email protected]>
1 parent 330e352 commit 9f62b90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pages/price-feeds/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Pyth offers two main versions of price feeds, each optimized for different use c
3737
]}
3838
quickActions={[
3939
{ icon: <ListIcon />, title: "Available Price Feeds", href: "./price-feeds/pro/price-feed-ids" },
40-
{ icon: <KeyIcon />, title: "Get an access token", href: "https://tally.so/r/3xG8E5" },
40+
{ icon: <KeyIcon />, title: "Request Access Token", href: "https://tally.so/r/3xG8E5" },
4141
{ icon: <MoneyWavyIcon />, title: "Pricing", href: "https://www.pyth.network/pricing" },
4242
]}
4343
ctaText="Explore Pro Documentation"

pages/price-feeds/pro/acquire-access-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guide explains how to acquire an access token for Pyth Pro, which is requir
66

77
## Request Access Token
88

9-
Please fill out [this form](https://tally.so/r/3xG8E5) to contact the Pyth team and get the access token.
9+
Please fill out [this form](https://tally.so/r/3xG8E5) to get in touch with our authorized distribution partners (Pyth Data Distributors) and obtain an access token.
1010

1111
<Callout type="info">
1212
Access tokens are required for all Pyth Pro websocket connections. Make sure

pages/price-feeds/pro/subscribe-price-updates.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The websocket server is available at `wss://pyth-lazer.dourolabs.app/v1/stream{:
1818

1919
### 1. Acquire an access token
2020

21-
Please fill out [this form](https://tally.so/r/3xG8E5) to contact the Pyth team and get the access token.
21+
Please fill out [this form](https://tally.so/r/3xG8E5) to get in touch with our authorized distribution partners (Pyth Data Distributors) and obtain an access token.
2222

2323
Use the access token to authenticate the websocket connection by passing it as an `Authorization{:bash}` header with the value `Bearer {token}{:bash}`.
2424

@@ -68,7 +68,7 @@ To subscribe to the prices, send a request to the websocket server. The server w
6868
npm install --save @pythnetwork/pyth-lazer-sdk
6969
```
7070

71-
2. Then create a [`PythLazerClient`](https://github.com/pyth-network/pyth-crosschain/blob/main/lazer/sdk/js/src/client.ts#L32) object using the URL and the access token requested from the Pyth team in the first step:
71+
2. Then create a [`PythLazerClient`](https://github.com/pyth-network/pyth-crosschain/blob/main/lazer/sdk/js/src/client.ts#L32) object using the URL and the access token requested from our authorized distribution partners (Pyth Data Distributors) in the first step:
7272

7373
```js copy
7474
import { PythLazerClient } from "@pythnetwork/pyth-lazer-sdk";

0 commit comments

Comments
 (0)