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

    EventMarketVo

    Market within an event.

    {
        "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"
    }
    Built with