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

This endpoint returns the details of a specific ERC721 NFT collection.

collection_addr
string
required

The address of the NFT collection to retrieve details for