diff --git a/core/src/exchanges/suibets/api.ts b/core/src/exchanges/suibets/api.ts index 2cfe455d..cabe7e3d 100644 --- a/core/src/exchanges/suibets/api.ts +++ b/core/src/exchanges/suibets/api.ts @@ -11,7 +11,6 @@ * GET /api/p2p/offers - List open P2P offers (status, matchId, sport, limit, offset) * GET /api/p2p/offers/:id - Get a single P2P offer by ID * GET /api/p2p/my?wallet=... - Get user activity (created offers, matched bets, parlays) - * GET /api/events/upcoming - List upcoming sports events (sport, limit) */ // No runtime exports — this file serves as API documentation only.