What does synced_at mean

when i request: https://deep-index.moralis.io/api/v2/{address}/nft, it will return

[
  {
    "token_address": "0xdf7952b35f24acf7fc0487d01c8d5690a60dba07",
    "token_id": "414742",
    "contract_type": "ERC721",
    "token_uri": "https://ipfs.moralis.io:2053/ipfs/QmYsTqbmGA3H5cgouCkh8tswJAQE1AsEko9uBZX9jZ3oTC/twinkle.json",
    "metadata": "{\n\t\"name\": \"Twinkle\",\n\t\"description\": \"Three guesses what's put that twinkle in those eyes! (Hint: it's CAKE)\",\n\t\"image\": \"ipfs://QmYD9AtzyQPjSa9jfZcZq88gSaRssdhGmKqQifUDjGFfXm/twinkle.png\",\n\t\"attributes\": {\n\t\t\"bunnyId\": \"7\"\n\t}\n}",
    "synced_at": null,
    "amount": null,
    "name": "Pancake Bunnies",
    "symbol": "PB"
  }
]

what does the synced_at mean? anyone can help me, thanks

That synced_at field specifies when was the metadata updated last time, but some entries will have that synced_at field set to null in the cases that the metadata was synced before we started to set that synced_at field.

1 Like