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

    PredictionOrderResponse

    {
        "code": 200,
        "msg": "Operation successful",
        "data": {
            "orderId": "string",
            "orderSide": "BUY",
            "orderType": "GTC",
            "relatedPositionId": 0,
            "question": "string",
            "groupItemTitle": "string",
            "sportsMarketType": "string",
            "line": 0,
            "outcome": "string",
            "outcomePrice": 0,
            "betAmount": 0,
            "sharesAmount": 0,
            "tokenType": "string",
            "exchangeRate": 0,
            "totalFee": 0,
            "totalDeductAmount": 0,
            "potentialPayout": 0,
            "orderStatus": "string",
            "remark": "string",
            "reviewRemark": "string",
            "polyOrderId": "string",
            "polyStatus": "string",
            "polyErrorMsg": "string",
            "txHash": "string",
            "originalSize": "string",
            "sizeMatched": "string",
            "polyCreatedAt": 0,
            "syncWarning": "string"
        }
    }
    Built with