Closed Strengthless closed 4 years ago
The whole economy of bazaar is controlled by players, which this could happen when there are more people who buy a lot of items for higher prices than selling, this should disappear by time when the economy wants to chill
The whole economy of bazaar is controlled by players, which this could happen when there are more people who buy a lot of items for higher prices than selling, this should disappear by time when the economy wants to chill
This was not the case. I have now included a better PoC to back up my point.
It's cause internally the sellPrice is computed from the sell summary. I don't think the API will change.
In the
skyblock/bazaar/product
endpoint, the pathproduct_info.sell_summary
returns the current top 30 buying orders, not the selling orders.This issue also affects
product_info.quick_status.buyPrice
andproduct_info.quick_status.sellPrice
etc.It seems that all the sell values and buy values are swapped.
I'm not sure if this was intended, but it is definitely confusing and should be changed.