Hi, I am testing Moralis API.
I deployed a NFT contract on rinkeby network: 0x505ee5f13e4710d76a23844e4a86ba06bdd1b2ea
In ether scan I can see the contract and the tokens being transferred to my address after the contract creation: https://rinkeby.etherscan.io/tx/0xfc7bb3b67fcf13c1153dc5a111239b89956ebd768f59b30eb6f65b8712c04e51
however when I use the Moralis Web3Api https://admin.moralis.io/web3Api# using /nft/{address}
with rinkeby network I get a response of no tokens for that specific contract:
{
"total": 0,
"page": 0,
"page_size": 500,
"result": [],
"status": "SYNCED"
}
the request URL in case you just wanna check is https://deep-index.moralis.io/api/v2/nft/0x8b8089da588848835ff9a41e76e4a46ccf9b0056?chain=rinkeby&format=hex
.
I donβt know if I am doing something wrong, because the contract is deployed correctly according etherscan.
Any hints?