It would be great to have a public endpoint (no authentication required) to access historical data on offers.
The simplest approach could involve enhancing the model returned by the /v1/offer/search path:
- Ensure all types of offers remain in the search scope, even after they’re no longer active.
- Add a status property to each offer, with values like
removed | closed | disputed (or other states reflecting Peach’s flow).
This would enable automated platform/bot creators using Peach to build more optimized algorithms for crafting appealing offers.
The benefits are mutual:
- Entities automating Peach trading could see increased profits.
- Peach would likely see higher usage and commission earnings tied to the success of these automated platforms.
PS: I’m fairly new to figuring out the Peach backend, so bear with me if I’ve missed something.
It would be great to have a public endpoint (no authentication required) to access historical data on offers.
The simplest approach could involve enhancing the model returned by the
/v1/offer/searchpath:removed | closed | disputed(or other states reflecting Peach’s flow).This would enable automated platform/bot creators using Peach to build more optimized algorithms for crafting appealing offers.
The benefits are mutual:
PS: I’m fairly new to figuring out the Peach backend, so bear with me if I’ve missed something.