Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/price-feeds/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Pyth offers two main versions of price feeds, each optimized for different use c
]}
quickActions={[
{ icon: <ListIcon />, title: "Available Price Feeds", href: "./price-feeds/pro/price-feed-ids" },
{ icon: <KeyIcon />, title: "Request Access Token", href: "https://tally.so/r/3xG8E5" },
{ icon: <KeyIcon />, title: "Request Access Token", href: "https://2fga8d.share-eu1.hsforms.com/2ftdPrASCTLCxtP5YMzAq_Q" },
{ icon: <MoneyWavyIcon />, title: "Pricing", href: "https://www.pyth.network/pricing" },
]}
ctaText="Explore Pro Documentation"
Expand Down
2 changes: 1 addition & 1 deletion pages/price-feeds/pro/acquire-access-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide explains how to acquire an access token for Pyth Pro, which is requir

## Request Access Token

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.
Please fill out [this form](https://2fga8d.share-eu1.hsforms.com/2ftdPrASCTLCxtP5YMzAq_Q) to get in touch with our authorized distribution partners (Pyth Data Distributors) and obtain an access token.

<Callout type="info">
Access tokens are required for all Pyth Pro websocket connections. Make sure
Expand Down
2 changes: 1 addition & 1 deletion pages/price-feeds/pro/subscribe-price-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The websocket servers are available at:

### 1. Acquire an access token

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.
Please fill out [this form](https://2fga8d.share-eu1.hsforms.com/2ftdPrASCTLCxtP5YMzAq_Q) to get in touch with our authorized distribution partners (Pyth Data Distributors) and obtain an access token.

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

Expand Down
Loading