Sales Chart API

I’m working on a game that can show you a player’s limited items and details about those items. I want to get the number of sales that an item has from the past 180 days, is there anyway I can do this?

Also, I’m getting this in-game so I’m using a roblox proxy.

sales data: “https://economy.roblox.com/v1/assets/LIMITED_ITEM_ID/resale-data
player limiteds: “https://inventory.roblox.com/v1/users/PLAYER_ID/assets/collectibles?limit=100

1 Like