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

feed: du historical transaction prices #35

Closed zhehaowang closed 5 years ago

zhehaowang commented 5 years ago

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.

zhehaowang commented 5 years ago

duplicate