Skip to content

fix(client): point Combos RFQ endpoints at polymarket.com domains#90

Merged
cesarenaldi merged 1 commit into
mainfrom
chore/combos-rfq-com-domains
Jun 10, 2026
Merged

fix(client): point Combos RFQ endpoints at polymarket.com domains#90
cesarenaldi merged 1 commit into
mainfrom
chore/combos-rfq-com-domains

Conversation

@cesarenaldi

@cesarenaldi cesarenaldi commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

Switch the Combos RFQ production endpoints from the temporary .sh domains to the new .com domains:

  • REST: https://combos-rfq-api.polymarket.sh -> https://combos-rfq-api.polymarket.com
  • Quoter WS: wss://combos-rfq-gateway-quoter.polymarket.sh/ws/rfq -> wss://combos-rfq-gateway-quoter.polymarket.com/ws/rfq

Verification

  • uv run pytest tests/unit: 1694 passed
  • Live smoke: PublicClient().list_combo_markets() against combos-rfq-api.polymarket.com returns combo markets
  • WS handshake on combos-rfq-gateway-quoter.polymarket.com/ws/rfq returns 101 Switching Protocols

Note

Low Risk
Config-only hostname swap for RFQ API and WS; behavior unchanged aside from which host clients connect to.

Overview
Updates production Combos RFQ configuration in environments.py so clients use the permanent .com hosts instead of temporary .sh URLs.

REST rfq_url on PRODUCTION is now https://combos-rfq-api.polymarket.com. The default quoter WebSocket on Environment is now wss://combos-rfq-gateway-quoter.polymarket.com/ws/rfq. No other endpoints or contract addresses change.

Reviewed by Cursor Bugbot for commit ea94a3a. Bugbot is set up for automated code reviews on this repo. Configure here.

@cesarenaldi cesarenaldi merged commit 41d511b into main Jun 10, 2026
7 checks passed
@cesarenaldi cesarenaldi deleted the chore/combos-rfq-com-domains branch June 10, 2026 13:49
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.

1 participant