Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 502 Bytes

SERVER.md

File metadata and controls

13 lines (9 loc) · 502 Bytes

AgoraInsights - Collaborative Prediction Market Platform

Server Documentation

This document outlines the API endpoints provided by the Prediction Market service, allowing clients to interact with the market by creating events, adding outcomes, placing bets, resolving markets, and querying market prices.

We have endpoints to:

  • create events (/createEvent)
  • add outcomes (/addOutcomes)
  • place bets (/placeBet)
  • resolve markets (/resolveMarket)
  • get current market price (/getMarketPrice)