Skip to content

Feat/clob events #12

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

Merged
merged 7 commits into from
Jul 18, 2025
Merged

Feat/clob events #12

merged 7 commits into from
Jul 18, 2025

Conversation

poly-rodr
Copy link
Contributor

No description provided.

@Copilot Copilot AI review requested due to automatic review settings July 17, 2025 13:54
Copy link

@Copilot 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 extends the quick-connection example by adding new real-time subscription topics and introducing credentials support.

  • Added wildcard subscriptions for crypto_prices, clob_market, and clob_user topics
  • Introduced clob_auth configuration for authenticated CLOB user subscriptions
  • Standardized all subscription type fields to "*"
Comments suppressed due to low confidence (2)

examples/quick-connection.ts:44

  • [nitpick] The filter format here (an array of strings) is inconsistent with other examples using JSON object strings; unify to a single format to reduce confusion, e.g., filters: {"market_id":""}``.
                // filters: `["71321045679252212594626385532706912750332728571942532289631379312455583992563"]`,

examples/quick-connection.ts:12

  • [nitpick] This inline comment is vague and duplicates the topic name; consider updating it to a clearer description or removing it for conciseness, e.g. // Subscribe to comments topic.
            // comments

@poly-rodr poly-rodr merged commit 5564b13 into main Jul 18, 2025
4 checks passed
@poly-rodr poly-rodr deleted the feat/clob-events branch July 18, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants