Implement support for Manifold Markets.
Manifold is mentioned in the README with its logo but currently lacks an implementation class in src/exchanges.
Tasks:
- Create
ManifoldExchange class extending PredictionMarketExchange.
- Implement
fetchMarkets using Manifold's public API.
- Implement
searchMarkets.
- Map outcomes and data to
UnifiedMarket format.
Implement support for Manifold Markets.
Manifold is mentioned in the README with its logo but currently lacks an implementation class in
src/exchanges.Tasks:
ManifoldExchangeclass extendingPredictionMarketExchange.fetchMarketsusing Manifold's public API.searchMarkets.UnifiedMarketformat.