zhehaowang / sneaky

Feed and strategy for cross-venue Sneakers trading (Du, StockX).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feed: du historical transaction prices

zhehaowang opened this issue · comments

As it turns out the current version / api endpoint we use does not have historical transaction price in its response: we only have time, size and buyer.
We played around with version string in request header and get params, but didn't get a different response.
Presumably it's the API endpoint that matters.
https://m.poizon.com/product/lastSoldList? --> https://app.poizon.com/api/v1/app/product/ice/lastSoldList
Our current sign value does not with the second api endpoint: 500 or 403 are both triggered.

duplicate