-
Notifications
You must be signed in to change notification settings - Fork 44
Kman/add oegs example #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces documentation for the Order Entry Gateway Service (OEGS), a new high-performance order routing service for dYdX. The changes add OEGS endpoints and update configuration examples to showcase this new infrastructure option.
- Added OEGS endpoint information to the endpoints documentation
- Updated Python client configuration example to use OEGS endpoints
- Enhanced OEGS concept documentation with clearer formatting and additional details
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/pages/interaction/endpoints.mdx | Added OEGS tip section, updated Python example to use OEGS endpoints, and added OEGS entries to endpoint tables |
| docs/pages/concepts/architecture/oegs.mdx | Improved formatting with proper bullet points, updated content for clarity, and added getting started section |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| :::tip[OEGS] | ||
| With the release of the Order Entry Gateway Service (OEGS), users can now connect to dYdX via OEGS endpoints. OEGS provides both gRPC and RPC endpoints. | ||
| for more info on OEGS, check [here](/concepts/architecture/oegs.mdx) |
Copilot
AI
Oct 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalized 'For' at the beginning of the sentence.
| for more info on OEGS, check [here](/concepts/architecture/oegs.mdx) | |
| For more info on OEGS, check [here](/concepts/architecture/oegs.mdx) |
|
|
||
| | Team | URI | Rate limit | | ||
| | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | | ||
| | OEGS | `grpc://oegs.dydx.trade:443` | | |
Copilot
AI
Oct 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The table row has an extra empty column that doesn't align with the header structure. Remove the trailing pipe and empty cell.
| | OEGS | `grpc://oegs.dydx.trade:443` | | | |
| | OEGS | `grpc://oegs.dydx.trade:443` | | |
| ## Looking Ahead | ||
| This capability complements full-node streaming, validators’ performance, and indexer infrastructure. We’re planning further enhancements to scale alongside trader needs. | ||
| ## Getting Started | ||
| Head over to the OEGS endpoints [here](interaction/endpoints) or take a look at the Node client Python example [here](interaction/endpoints#node-client). |
Copilot
AI
Oct 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link paths should be absolute (starting with /) for consistency with other documentation links in the file.
| Head over to the OEGS endpoints [here](interaction/endpoints) or take a look at the Node client Python example [here](interaction/endpoints#node-client). | |
| Head over to the OEGS endpoints [here](/interaction/endpoints) or take a look at the Node client Python example [here](/interaction/endpoints#node-client). |
No description provided.