Add Endpoints page to Pyth Lazer documentation #844
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds a new "Endpoints" page to the Pyth Lazer documentation under the "Reference Material" section. The page provides users with the essential WebSocket endpoint information they need to connect to Pyth Lazer services, specifically highlighting the main endpoint and the
v1/stream
endpoint that most users will need.Type of Change
Areas Affected
pages/lazer/endpoints.mdx
- New documentation pagepages/lazer/_meta.json
- Updated navigation structure to include new pageKey Changes
wss://pyth-lazer.dourolabs.app/
and highlights thev1/stream
endpoint that most users will connect toChecklist
npm run lint
to check for linting errorsHuman Review Focus Areas
Critical items to verify:
wss://pyth-lazer.dourolabs.app/
andwss://pyth-lazer.dourolabs.app/v1/stream
are the correct, current endpoints./acquire-access-token.mdx
and./subscribe-price-updates.mdx
work properlyRelated Issues
Request from Jayant ([email protected]) via Slack thread: https://dourolabs.slack.com/archives/D084T0V3MTN/p1757699256768239?thread_ts=1757699256.768239
Additional Notes
This change addresses a specific user request to provide clear endpoint information for Pyth Lazer users. The page is intentionally concise and focused on the essential endpoint information, with links to more detailed usage guides.
Link to Devin run: https://app.devin.ai/sessions/f493a81896084e67aed48b31332e069d
Screenshots
Local testing confirmed the page renders correctly and appears in navigation: