Delay in fetching data for the current minute in Futures API

Hello, I have a question about the /fapi/v1/indexPriceKlines endpoint. When I send a request there, I often don’t receive all the data in the response. For example, the current minute has already started, and 15 seconds have passed, but there is still no data for this candle in the response. The case is as follows: at the timestamp 2024-02-22 17:38:15.848, when I made a request to the URL, I received the following response:
[[1708623180000,“0.06196601”,“0.06200400”,“0.06196601”,“0.06199280”,“0”,1708623239999,“0”,60,“0”,“0”,“0”],[1708623240000,“0.06199280”,“0.06203325”,“0.06199256”,“0.06203325”,“0”,1708623299999,“0”,60,“0”,“0”,“0”],[1708623300000,“0.06203325”,“0.06208857”,“0.06203325”,“0.06208471”,“0”,1708623359999,“0”,60,“0”,“0”,“0”],[1708623360000,“0.06208471”,“0.06209712”,“0.06206773”,“0.06206773”,“0”,1708623419999,“0”,60,“0”,“0”,“0”],[1708623420000,“0.06206773”,“0.06206773”,“0.06204444”,“0.06204728”,“0”,1708623479999,“0”,60,“0”,“0”,“0”]]
So, the last candle closed at 2024-02-22 17:37:59.999, and there is no data for the candle that opens at 2024-02-22 17:38:00.000. Could you please advise on how to obtain this data without such a significant delay of more than 15 seconds?