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

This endpoint returns all the ERC721 NFT tokens within a specific collection.

collection_addr
string
required

The address of the NFT collection to retrieve tokens from