From 42aec15cd5b571aec789c3a06bfe15140315c741 Mon Sep 17 00:00:00 2001 From: AbhilashG12 Date: Thu, 9 Jul 2026 17:04:30 +0530 Subject: [PATCH] docs(suibets): remove deprecated events endpoint to close #1356 --- core/src/exchanges/suibets/api.ts | 1 - 1 file changed, 1 deletion(-) 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.