Skip to content

Conversation

@gaonip
Copy link
Contributor

@gaonip gaonip commented Oct 14, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 14, 2025 09:31
@gaonip gaonip requested review from a team as code owners October 14, 2025 09:31
@vercel
Copy link

vercel bot commented Oct 14, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
v4-teacher Ready Ready Preview Comment Oct 14, 2025 9:36am
vocs-docs Ready Ready Preview Comment Oct 14, 2025 9:36am

Copy link
Contributor

Copilot AI left a 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)
Copy link

Copilot AI Oct 14, 2025

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.

Suggested change
for more info on OEGS, check [here](/concepts/architecture/oegs.mdx)
For more info on OEGS, check [here](/concepts/architecture/oegs.mdx)

Copilot uses AI. Check for mistakes.

| Team | URI | Rate limit |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| OEGS | `grpc://oegs.dydx.trade:443` | |
Copy link

Copilot AI Oct 14, 2025

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.

Suggested change
| OEGS | `grpc://oegs.dydx.trade:443` | |
| OEGS | `grpc://oegs.dydx.trade:443` | |

Copilot uses AI. Check for mistakes.
## 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).
Copy link

Copilot AI Oct 14, 2025

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.

Suggested change
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).

Copilot uses AI. Check for mistakes.
@kzdydx kzdydx merged commit b1ac279 into main Oct 14, 2025
9 of 11 checks passed
@kzdydx kzdydx deleted the kman/add-oegs-example branch October 14, 2025 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants