/fapi/v2/ticker/price vs /fapi/v1/ticker/price - different output

Hi, I’m migrating the Futures Symbol Price Ticker endpoint to the new version and I found that it returns fewer symbols. Also, I see unique symbols in the results for both versions.

I thought that maybe some pairs are no longer traded, but it seems that this is not the case, the rates are updated regularly.

What could this be? How do I get ALL prices using the new endpoint?

/fapi/v1/ticker/price total symbols: 417
/fapi/v2/ticker/price total symbols: 390

v1 unique symbols: [AGIXUSDT, BLZUSDT, BONDUSDT, CTKUSDT, CVXUSDT, DARUSDT, DGBUSDT, FTMUSDT, GLMRUSDT, IDEXUSDT, KEYUSDT, KLAYUSDT, LITUSDT, LOOMUSDT, MAVIAUSDT, MDTUSDT, OCEANUSDT, OMGUSDT, ORBSUSDT, RADUSDT, REEFUSDT, RENUSDT, SLPUSDT, SNTUSDT, STPTUSDT, STRAXUSDT, UNFIUSDT, WAVESUSDT, XEMUSDT]
v2 unique symbols: [BTCUSDT_241227, ETHUSDT_241227]

I noticed that the symbols missing from the new endpoint have a SETTLING (not TRADING) status and their deliveryDate points to a date in the past. Could this be the answer to my question?