Which day of the quote does Option API return?

Hello
I tried the new Option API. The returned data seem one-day older. Here is an example. The request was send on 3/12/2024 after the market close. The return data is like:
{“option_contracts”:[{“id”:“d12adfd2-e140-465e-bf18-0a86977d16f7”,“symbol”:“COIN240405C00230000”,“name”:“COIN Apr 05 2024 230 Call”,“status”:“active”,“tradable”:true,“expiration_date”:“2024-04-05”,“root_symbol”:“COIN”,“underlying_symbol”:“COIN”,“underlying_asset_id”:“1f3f7283-250d-4477-8b1e-037df55e5046”,“type”:“call”,“style”:“american”,“strike_price”:“230”,“size”:“100”,“open_interest”:“2808”,“open_interest_date”:“2024-03-11”,“close_price”:“49.94”,“close_price_date”:“2024-03-11”}],“next_page_token”:“MQ==”}

close_price_date is 3/11.

can we get the current day option chain?

thanks,