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

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

account
string
required

The account to get the NFT tokens for