-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Received log:
Failed to refresh tickers: Unrecognized field "indexPrice" (class com.bybit.api.client.domain.market.response.tickers.TickerEntry), not marked as ignorable (13 known properties: "volume24h", "prevPrice24h", "ask1Price", "lastPrice", "bid1Price", "price24hPcnt", "symbol", "ask1Size", "usdIndexPrice", "highPrice24h", "lowPrice24h", "bid1Size", "turnover24h"])
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: com.bybit.api.client.domain.GenericResponse["result"]->com.bybit.api.client.domain.market.response.tickers.TickersResult["list"]->java.util.ArrayList[0]->com.bybit.api.client.domain.market.response.tickers.TickerEntry["indexPrice"])
It looks like the JSON field mapping usdIndexPrice in TickerEntry should be renamed.