GET
/
indexer
/
nft
/
v1
/
collections
/
by_account
/
{account}
curl --request GET \
  --url https://lcd.minievm-2.initia.xyz/indexer/nft/v1/collections/by_account/{account}

This endpoint returns the all the ERC721 NFT collections owned by the specified account.

account
string
required

The account to get the NFT collections for