zhehaowang / sneaky

Feed and strategy for cross-venue Sneakers trading (Du, StockX).
GNU Lesser General Public License v3.0
10 stars 3 forks source link

stockx: parsing failed #41

Closed zhehaowang closed 5 years ago

zhehaowang commented 5 years ago

after stockx update last week, our api endpoint is no longer working. query still works but getting individual items / book building is busted.

zhehaowang commented 5 years ago

It appears only getActivity request failed (api/products/{product-id}/activity?state=xxx). Their website seems to be experiencing the same issue: get all bids / asks, transaction history aren't working. Their frontend is still sending the same requests, so I wouldn't be too alarmed at this stage.

We currently rely on these requests to build a book and find best bid and ask. If they don't fix it or remove it from frontend as well we could parse the html response instead.

zhehaowang commented 5 years ago

This appears to be an issue with their backend.