Problems with high price limit in Vainilla options API

Hello
I am trying to put together a dashboard for vanilla options and I am encountering problems with the information displayed in the API does not match the real one. This happened to me with the options on 7/30/21 and I also see it now with the new ones on 08/27/21. I add an image with what the web page and the API show at the same time

Hi. So far there is no endpoint that provides all the aforementioned data in one call.
You have to:

  1. query ticker API GET /vapi/v1/ticker to get the last price. https://binance-docs.github.io/apidocs/voptions/en/#get-the-latest-price
  2. query depth API GET /vapi/v1/depth to get the bid and ask price. https://binance-docs.github.io/apidocs/voptions/en/#depth-information