GET
/
indexer
/
nft
/
v1
/
collections
/
{collection_addr}
NFT Collection Details
curl --request GET \
  --url https://rest.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