You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, stats like 7 day instabuy/instasell amounts are vague, and there's no way to see how many coins are exchanged in transactions every day.
In contrast, auctions have 100% transparency to whoever wants it.
I think the easiest solution is to have an endpoint like /skyblock/auctions_ended for bazaar, which would enable sites like Bazaartracker or Bazaar Meta to have much more accurate stats and order tracking.
An example of what it could look like is:
{
transactions: [
{
type: "buy", // either buy or sell
coins: 0,
amount: 0,
productId: "BOOSTER_COOKIE"
}
],
orders: [
{
type: "buy",
method: "set", // either set or cancel
pricePerUnit: 0,
amount: 0,
productId: "BOOSTER_COOKIE",
// maybe a unique identifier or similar
}
]
}
Another attribute that says the player's name could be interesting as well but the relative anonymity of the bazaar might be worth more.
This would enable much more accurate tracking of trends, more interesting datasets, etc. In general really cool stuff.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, stats like 7 day instabuy/instasell amounts are vague, and there's no way to see how many coins are exchanged in transactions every day.
In contrast, auctions have 100% transparency to whoever wants it.
I think the easiest solution is to have an endpoint like
/skyblock/auctions_ended
for bazaar, which would enable sites like Bazaartracker or Bazaar Meta to have much more accurate stats and order tracking.An example of what it could look like is:
Another attribute that says the player's name could be interesting as well but the relative anonymity of the bazaar might be worth more.
This would enable much more accurate tracking of trends, more interesting datasets, etc. In general really cool stuff.
Anyways hope you consider :)
-- csjh
Beta Was this translation helpful? Give feedback.
All reactions