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

    PositionListResponse

    {
        "code": 200,
        "msg": "Query successful",
        "total": 0,
        "rows": [
            {
                "id": 0,
                "marketId": "string",
                "slug": "string",
                "categoryKey": "string",
                "topicKey": "string",
                "subKey": "string",
                "detailRouteType": "string",
                "eventId": "string",
                "eventSlug": "string",
                "question": "string",
                "groupItemTitle": "string",
                "image": "string",
                "sportsMarketType": "string",
                "line": 0,
                "outcome": "string",
                "outcomeIndex": 0,
                "outcomeTokenId": "string",
                "tokenType": "string",
                "totalSharesAmount": 0,
                "soldSharesAmount": 0,
                "remainingSharesAmount": 0,
                "frozenSharesAmount": 0,
                "sellableShares": 0,
                "avgCostPrice": 0,
                "positionStatus": "string",
                "marketStatus": "string",
                "endDate": "2019-08-24T14:15:22.123Z",
                "gameStartTime": "2019-08-24T14:15:22.123Z",
                "createdAt": "2019-08-24T14:15:22.123Z",
                "updatedAt": "2019-08-24T14:15:22.123Z"
            }
        ]
    }
    Built with