-
Notifications
You must be signed in to change notification settings - Fork 44
update oegs endpoint example #418
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 updates the endpoints documentation to include the new Order Entry Gateway Service (OEGS) endpoints for dYdX interaction. It adds information about OEGS as an alternative connection method and includes OEGS endpoints in the endpoint tables.
- Updated Python code example to use OEGS endpoints instead of placeholder URLs
- Added informational note about OEGS with a reference to architecture documentation
- Added OEGS endpoints to both mainnet and testnet endpoint tables
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| | 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 OEGS gRPC endpoint table row has an extra empty column that breaks the table formatting. There should only be 3 columns (Team, URI, Rate limit) but this row has 4 pipe separators creating an extra empty column.
| | OEGS | `grpc://oegs.dydx.trade:443` | | | |
| | OEGS | `grpc://oegs.dydx.trade:443` | | |
No description provided.