Hello everyone!
We are using Moralis to build up a web3 resume application. We enable users to select their gained SBT for on-chain proofs for their education & career experience. You can visit our application at https://booth.ink.
We now have a ticket from our users that they cannot get a full list of their SBTs. We rechecked our golang code and everything seems fine. In fact, switch to others profile, it can load the missing SBT. We found that the result returned from Moralis missing some SBT.
Try this url:
https://deep-index.moralis.io/api/v2/0x726587F4F5C8643E0A49a142a758cea55598aE9c/nft?chain=polygon&format=decimal&disable_total=false&token_addresses%5B0%5D=0xbac24a47c9f9d53500dfee0f4d996a009a5ba2d4&token_addresses%5B1%5D=0xEd1e617b9485168EEB25c6d56e1219747cE62D0e&token_addresses%5B2%5D=0x0D9ea891B4C30e17437D00151399990ED7965F00&token_addresses%5B3%5D=0x45ddb27dd9791957ae20781a2159d780a9626630&token_addresses%5B4%5D=0x9d34D407D8586478b3e4c39BE633ED3D7be1c80C&token_addresses%5B5%5D=0x2221F5d189c611B09D7f7382Ce557ec66365C8fc&token_addresses%5B6%5D=0x2C436d61C5Af62bcbfeE40B1f0BE5B483DfA0E11&normalizeMetadata=true
Until March 17, it only returns 5 NFT/SBT. However, on our SBT contract 0x0D9ea891B4C30e17437D00151399990ED7965F00, you can find that this address has more than returned items.
Any thoughts about this issue?
Thanks for help in advance