This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Add Endpoints page to Pyth Lazer documentation#844
Open
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Open
Add Endpoints page to Pyth Lazer documentation#844devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Conversation
- Add new endpoints.mdx page under Reference Material section - Document main WebSocket endpoint wss://pyth-lazer.dourolabs.app/ - Highlight v1/stream endpoint for most users - Include links to related documentation pages Co-Authored-By: Jayant <jayant@dourolabs.xyz>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
aditya520
approved these changes
Sep 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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/streamendpoint 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/streamendpoint that most users will connect toChecklist
npm run lintto check for linting errorsHuman Review Focus Areas
Critical items to verify:
wss://pyth-lazer.dourolabs.app/andwss://pyth-lazer.dourolabs.app/v1/streamare the correct, current endpoints./acquire-access-token.mdxand./subscribe-price-updates.mdxwork properlyRelated Issues
Request from Jayant (jayant@dourolabs.xyz) 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: