/{wallet}/nft/collections fails on Sepolia + `token_counts=true` for certain wallets

This fails on Sepolia + token_counts=true:

curl 'https://deep-index.moralis.io/api/v2.2/0x6C30A9544D885F85812e9B92f38EC1dD5f31BB65/nft/collections?chain=sepolia&token_counts=true' --header 'accept: application/json' --header 'X-API-Key: <key>'

It seems to happen with certain wallets.

500 with:

{"message":"Unknown error occurred. Please try again or contact support."}

Works if we remove &token_counts=true or on other chain (say eth)

Hi @hboon

It seems like the endpoint returns 200 response now. Maybe it have been solved.

1 Like

Hi @johnversus. Yes, it went away after 2-3 days for the wallets we tried. Thanks.