Endpoint symbol for next quarter futures

Hello, I can’t maange to find the symbol or endpoint to use to retrieve the next quarter futures last price. For instance right now (15/02/2022) I can retrieve the March futures using : https://fapi.binance.com/fapi/v1/ticker/24hr?symbol=btcUSDT_220325
But the below for June doesn’t work. Any idea ?
https://fapi.binance.com/fapi/v1/ticker/24hr?symbol=btcUSDT_220624

That is because BTCUSDT_220325 is the current quarter. You can see the current quarter by querying the exchangeInfo endpoint.

Thanks, but how can I retrieve the June futures data then ? Or is it just unavailable through the API ?