Hi there,
Iām running a query against an address for a particular contract like so:
https://deep-index.moralis.io/api/v2.2/0x7d35a7400ee4587481a776900f37020d723dd3f0/nft?chain=eth&format=decimal&token_addresses[0]=0xb51c757ab7b442bfdb6ed25feb6fc043c7fb40eb&media_items=false
Previously, this would give me results with a token_uri. But now I just get back ātoken_uriā:null. Has something changed?
{"amount":"1","token_id":"3","token_address":"0xb51c757ab7b442bfdb6ed25feb6fc043c7fb40eb","contract_type":null,"owner_of":"0x7d35a7400ee4587481a776900f37020d723dd3f0","last_metadata_sync":null,"last_token_uri_sync":"2024-01-21T20:09:05.700Z","metadata":null,"block_number":"18644574","block_number_minted":"18644574","name":null,"symbol":null,"token_hash":"7f9a7794a5bbc0a4762b80faa206742f","token_uri":null,"minter_address":"0x7d35a7400ee4587481a776900f37020d723dd3f0","verified_collection":false,"possible_spam":false}
Thanks!