Web3 API returns wrong data

Hello

I have some problems while using web3 api

for example I making request
https://deep-index.moralis.io/api/v2/0xfc8165d8771a9052911301f366904a3554638bea/nft/0xB318d1B6805D2F8Ec0e95e2600ad60b4725827C7
and response is :

{
    "total": 1,
    "page": 0,
    "page_size": 500,
    "cursor": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ3aGVyZSI6eyJ0b2tlbl9hZGRyZXNzIjoiMHhiMzE4ZDFiNjgwNWQyZjhlYzBlOTVlMjYwMGFkNjBiNDcyNTgyN2M3Iiwib3duZXJfb2YiOiIweGZjODE2NWQ4NzcxYTkwNTI5MTEzMDFmMzY2OTA0YTM1NTQ2MzhiZWEifSwibGltaXQiOjUwMCwib2Zmc2V0Ijo1MDAsIm9yZGVyIjpbWyJ0cmFuc2Zlcl9pbmRleCIsIkRFU0MiXV0sInBhZ2UiOjEsImtleSI6IjE0NTU2MTM0LjE0MS4zMDYuMCIsImlhdCI6MTY0OTc1NjIxNX0.N_tUjceVzLWKvdO6yamdxMgakcl_FInvuPKcTbXZppE",
    "result": [
        {
            "token_address": "0xb318d1b6805d2f8ec0e95e2600ad60b4725827c7",
            "token_id": "1755",
            "block_number_minted": "14556134",
            "owner_of": "0xfc8165d8771a9052911301f366904a3554638bea",
            "block_number": "14556134",
            "amount": "0",
            "contract_type": "ERC721",
            "name": "NyokiClub",
            "symbol": "NYOKI",
            "token_uri": "",
            "metadata":"{\r\n    \"name\": \"Nyoki #1755\",\r\n    \"description\": \"Millions of years ago, Comet Nyoki struck the peak of Mount Fuji. This wasn\’t any usual comet but a one of a kind falling star. Comet Nyoki brought thousands of different and special little species from another universe to Japan. These creatures were named after the comet that crashed down to earth. The Nyokies have lived their secret lives on Mount Fuji for many years, but in current times they are all ready to explore the streets of Tokyo. and eventually the world!\",\r\n    \"image\": \"",\r\n    \"attributes\": {\r\n        \"Collection\": \"UNREVEALED\"\r\n    }\r\n}",
            "synced_at": "2022-04-10T05:41:49.847Z",
            "is_valid": 1,
            "syncing": 2,
            "frozen": 0
        }
    ],
    "status": "SYNCED"
}

so server response is that wallet 0xfc8165d8771a9052911301f366904a3554638bea have 1 ERC721 token in contract 0xB318d1B6805D2F8Ec0e95e2600ad60b4725827C7
but really do not have 0xfc8165d8771a9052911301f366904a3554638bea wallet few hours ago sell that token with ID 1755
so I getting wrong data
can you help me?

on what chain is that happening?

it looks like this is the transaction:https://etherscan.io/tx/0x1ff55da320a6877919bf0cb930c90863d3275e3bbb4a343af2e5c0dc96555d5b

I get the expected result now:

https://deep-index.moralis.io/api/v2/0xfc8165d8771a9052911301f366904a3554638bea/nft/0xb318d1b6805d2f8ec0e95e2600ad60b4725827c7?chain=eth&format=decimal

=>

{
  "total": 0,
  "page": 0,
  "page_size": 500,
  "cursor": "",
  "result": [],
  "status": "SYNCED"
}

on eth mainnet
yes its okay now but
have delay?
if have how much?
quick response is important to me

I think that we had a temporary problem of that moment in time
it shouldn’t be a delay more than few minutes