ProjectOpenSea / stream-js

A TypeScript SDK to receive pushed updates from OpenSea over websocket.

Home Page:https://docs.opensea.io/reference/stream-api-overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offers are only partially working

shea851 opened this issue · comments

Hi, it seems that through the stream API most offers are not showing. I see some offers to the OS storefront address, but that's it.

It's really easy to confirm this. Stream offer events for a few seconds. You'll probably see nothing or a few come through for the OS storefront address.

Then hit the events REST API, you will see tons offers from the last second or so.

FYI, this is how I am subscribing. Have tried both ways. (And my code should be good, because listings come through just fine)
client.onItemReceivedOffer('*', (event)
client.onEvents('*', [EventType.ITEM_RECEIVED_OFFER]

Looked into this a bit more. It seems that the websocket is only broadcasting Wyvern offers.
Easy to confirm by hitting the v1.0/Wyvern offer events endpoint, and it lines up.

+1 -- it's obvious that this is not working, which is a major blocker to development

+1 Same issue

commented

+1 same issue

commented

+1. Related to #174 #187. This problem happens even when I use my own custom wrapper, so the problem seems to be on OpenSea's side.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

commented

Interesting...