Corvus API
    • Token
      • Get Token
        POST
    • User
      • Wallet
        • Query user ledger balance
    • Position
      • My positions with pagination
    • Market Data
      • Get match team information
      • Get match team information in batch
      • Get market price history
      • Get order books in batch
      • Get topic market groups
      • Get topic event list
      • Get historical events in the same topic series
      • Get topic event details
    • Order
      • My orders with pagination
      • Create prediction buy order
      • Create prediction sell order
    • Schemas
      • ErrorResponse
      • WalletBalanceResponse
      • WalletAccountBalanceVo
      • DepositAddressVo
      • PositionListResponse
      • PositionVo
      • TeamsQueryBo
      • TeamsResponse
      • MatchTeamsVo
      • PriceHistoryResponse
      • PriceHistoryPointVo
      • OrderBookQueryBo
      • OrderBooksResponse
      • OrderBookVo
      • OrderBookEntry
      • TopicGroupsResponse
      • TopicMarketGroupVo
      • MarketEventsResponse
      • MarketDetailResponse
      • MarketItemVo
      • EventMarketVo
      • OrderListResponse
      • PredictionOrderListVo
      • PredictionOrderCreateBo
      • PredictionSellOrderCreateBo
      • PredictionOrderResponse
      • PredictionOrderVo

    MarketEventsResponse

    {
        "code": 200,
        "msg": "Operation successful",
        "data": [
            {
                "categoryKey": "string",
                "subKey": "string",
                "topicKey": "string",
                "detailMode": "string",
                "id": "string",
                "ticker": "string",
                "slug": "string",
                "description": "string",
                "startDate": "string",
                "startTime": "string",
                "eventEndDate": "string",
                "active": true,
                "closed": true,
                "volume": 0,
                "volume24hr": 0,
                "liquidity": 0,
                "marketCount": 0,
                "markets": [
                    {
                        "id": "string",
                        "question": "string",
                        "slug": "string",
                        "conditionId": "string",
                        "questionID": "string",
                        "sportsMarketType": "string",
                        "outcomes": "string",
                        "outcomePrices": "string",
                        "bestBid": 0,
                        "bestAsk": 0,
                        "lastTradePrice": 0,
                        "groupItemTitle": "string",
                        "groupItemThreshold": 0,
                        "marketGroup": "string",
                        "volume": 0,
                        "liquidity": 0,
                        "endDate": "string",
                        "active": true,
                        "closed": true,
                        "clobTokenIds": "string",
                        "acceptingOrders": true,
                        "negRisk": true,
                        "negRiskMarketID": "string",
                        "enableOrderBook": true,
                        "orderMinSize": 0,
                        "orderPriceMinTickSize": 0,
                        "resolutionSource": "string",
                        "umaResolutionStatus": "string"
                    }
                ],
                "teams": [
                    {
                        "property1": "string",
                        "property2": "string"
                    }
                ],
                "dateVariants": [
                    {
                        "property1": "string",
                        "property2": "string"
                    }
                ],
                "sport": "string",
                "marketId": "string",
                "title": "string",
                "outcomes": [
                    "string"
                ],
                "odds": [
                    "string"
                ],
                "clobTokenIds": "string",
                "endDate": 0,
                "image": "string"
            }
        ]
    }
    Built with