Skip to main content

Collections By Deployer

Query NFT collections deployed by specific addresses across multiple networks, with comprehensive collection information and pagination support.

Try it now

nftCollectionsForDeployers

Takes an input object with deployers (array of addresses), networks, and pagination parameters. It returns a connection of NFT collections that have been deployed by the specified addresses, including:

  • Collection metadata (name, symbol, description)
  • Network information
  • Supply and holder statistics
  • Floor price data
  • Social links
  • Media/image assets

Example Use Case: Creator Portfolio

Let's say you want to display all NFT collections created or deployed by a specific address or group of addresses. Pass the deployers addresses to query, specify which networks to include, and use pagination with first and after arguments to handle results in batches.

Example Variables

{
"deployers": ["0xe9dA256a28630EFDc637BfD4c65F0887bE1AEDa8"],
"networks": ["ETHEREUM_MAINNET"],
"first": 2
}

Example Query

query DeployerCollections($deployers: [Address!], $networks: [Network!]!, $first: Int, $after: String) {
nftCollectionsForDeployers(input: { deployers: $deployers, networks: $networks, first: $first, after: $after }) {
edges {
node {
# Basic collection information
id
address
name
symbol
description
network
nftStandard
type

# Statistics
supply
totalSupply
holdersCount
circulatingSupply

# Floor price information
floorPrice {
valueUsd
valueWithDenomination
denomination {
symbol
network
address
}
}

# Media assets
medias {
logo {
thumbnail
original
}
banner {
original
large
}
}

# Social links
socialLinks {
name
label
url
logoUrl
}

# Deployer information
deployer
}
}

# Pagination information
pageInfo {
hasNextPage
endCursor
startCursor
hasPreviousPage
}
}
}

Example Response

{
"data": {
"nftCollectionsForDeployers": {
"edges": [
{
"node": {
"address": "0xbd3531da5cf5857e7cfaa92426877b022e612cf8",
"name": "Pudgy Penguins",
"symbol": "PPG",
"description": "Pudgy Penguins is a collection of 8,888 NFT’s, accelerating Web3 innovation through IP utilization and community empowerment. Embodying love, empathy, & compassion, the Pudgy Penguins are a beacon of good vibes & positivity for everyone. Each holder receives exclusive access to experiences, events, IP licensing opportunities and more. Let’s break through the boundaries of Web3 together.\r\n\r\nPudgy Collections:\r\n[Lil Pudgys](https://opensea.io/collection/lilpudgys) | [Pudgy Rods](https://opensea.io/collection/pudgyrods)",
"network": "ETHEREUM_MAINNET",
"nftStandard": "ERC_721",
"type": "GENERAL",
"supply": "8888",
"totalSupply": "8888",
"holdersCount": "5004",
"circulatingSupply": "8888",
"floorPrice": {
"valueUsd": 20439.629778195,
"valueWithDenomination": 9.69999,
"denomination": {
"symbol": "ETH",
"network": "ethereum",
"address": "0x0000000000000000000000000000000000000000"
}
},
"medias": {
"logo": {
"thumbnail": "https://zapper.xyz/z/images/?url=https%3A%2F%2Fstorage.googleapis.com%2Fzapper-fi-assets%2Fnfts%2Fcollections%2Fethereum%2F0xbd3531da5cf5857e7cfaa92426877b022e612cf8%2Flogo.png&width=100&checksum=1f811",
"original": "https://zapper.xyz/z/images/?url=https%3A%2F%2Fstorage.googleapis.com%2Fzapper-fi-assets%2Fnfts%2Fcollections%2Fethereum%2F0xbd3531da5cf5857e7cfaa92426877b022e612cf8%2Flogo.png&checksum=47ea7"
},
"banner": {
"original": "https://zapper.xyz/z/images/?url=https%3A%2F%2Fstorage.googleapis.com%2Fzapper-fi-assets%2Fnfts%2Fcollections%2Fethereum%2F0xbd3531da5cf5857e7cfaa92426877b022e612cf8%2Fbanner.png&checksum=1d2a8",
"large": "https://zapper.xyz/z/images/?url=https%3A%2F%2Fstorage.googleapis.com%2Fzapper-fi-assets%2Fnfts%2Fcollections%2Fethereum%2F0xbd3531da5cf5857e7cfaa92426877b022e612cf8%2Fbanner.png&width=500&checksum=e7f87"
}
},
"socialLinks": [
{
"name": "opensea",
"label": "Opensea",
"url": "https://opensea.io/collection/pudgypenguins",
"logoUrl": "https://storage.googleapis.com/zapper-fi-assets/logos/opensea.png"
},
{
"name": "website",
"label": "Website",
"url": "https://www.pudgypenguins.com/",
"logoUrl": "https://storage.googleapis.com/zapper-fi-assets/logos/website.png"
},
{
"name": "discord",
"label": "Discord",
"url": "https://discord.gg/pudgypenguins",
"logoUrl": "https://storage.googleapis.com/zapper-fi-assets/logos/discord.png"
},
{
"name": "instagram",
"label": "Instagram",
"url": "https://instagram.com/pudgypenguins",
"logoUrl": "https://storage.googleapis.com/zapper-fi-assets/logos/instagram.png"
},
{
"name": "twitter",
"label": "Twitter",
"url": "https://twitter.com/pudgypenguins",
"logoUrl": "https://storage.googleapis.com/zapper-fi-assets/logos/twitter.png"
}
],
"deployer": "0xe9da256a28630efdc637bfd4c65f0887be1aeda8"
}
},
{
"node": {
"address": "0x062e691c2054de82f28008a8ccc6d7a1c8ce060d",
"name": "PudgyPresent",
"symbol": "PP",
"description": "It's rog season baby 🎣. What will you catch?\n\nPudgy Collections:\n[Pudgy Penguins](https://opensea.io/collection/pudgypenguins) | [Lil Pudgys](https://opensea.io/collection/lilpudgys)",
"network": "ETHEREUM_MAINNET",
"nftStandard": "ERC_721",
"type": "GENERAL",
"supply": "7399",
"totalSupply": "7399",
"holdersCount": "2999",
"circulatingSupply": "7399",
"floorPrice": {
"valueUsd": 964.604017485,
"valueWithDenomination": 0.45777,
"denomination": {
"symbol": "ETH",
"network": "ethereum",
"address": "0x0000000000000000000000000000000000000000"
}
},
"medias": {
"logo": {
"thumbnail": "https://zapper.xyz/z/images/?url=https%3A%2F%2Fstorage.googleapis.com%2Fzapper-fi-assets%2Fnfts%2Fcollections%2Fethereum%2F0x062e691c2054de82f28008a8ccc6d7a1c8ce060d%2Flogo.png&width=100&checksum=f14cf",
"original": "https://zapper.xyz/z/images/?url=https%3A%2F%2Fstorage.googleapis.com%2Fzapper-fi-assets%2Fnfts%2Fcollections%2Fethereum%2F0x062e691c2054de82f28008a8ccc6d7a1c8ce060d%2Flogo.png&checksum=85881"
},
"banner": {
"original": "https://zapper.xyz/z/images/?url=https%3A%2F%2Fstorage.googleapis.com%2Fzapper-fi-assets%2Fnfts%2Fcollections%2Fethereum%2F0x062e691c2054de82f28008a8ccc6d7a1c8ce060d%2Fbanner.png&checksum=a246b",
"large": "https://zapper.xyz/z/images/?url=https%3A%2F%2Fstorage.googleapis.com%2Fzapper-fi-assets%2Fnfts%2Fcollections%2Fethereum%2F0x062e691c2054de82f28008a8ccc6d7a1c8ce060d%2Fbanner.png&width=500&checksum=c3f76"
}
},
"socialLinks": [
{
"name": "opensea",
"label": "Opensea",
"url": "https://opensea.io/collection/pudgyrods",
"logoUrl": "https://storage.googleapis.com/zapper-fi-assets/logos/opensea.png"
},
{
"name": "website",
"label": "Website",
"url": "https://pudgypenguins.com",
"logoUrl": "https://storage.googleapis.com/zapper-fi-assets/logos/website.png"
},
{
"name": "discord",
"label": "Discord",
"url": "https://discord.gg/pudgypenguins",
"logoUrl": "https://storage.googleapis.com/zapper-fi-assets/logos/discord.png"
},
{
"name": "instagram",
"label": "Instagram",
"url": "https://instagram.com/pudgypenguins",
"logoUrl": "https://storage.googleapis.com/zapper-fi-assets/logos/instagram.png"
},
{
"name": "twitter",
"label": "Twitter",
"url": "https://twitter.com/pudgypenguins",
"logoUrl": "https://storage.googleapis.com/zapper-fi-assets/logos/twitter.png"
}
],
"deployer": "0xe9da256a28630efdc637bfd4c65f0887be1aeda8"
}
}
],
"pageInfo": {
"hasNextPage": true,
"endCursor": "ZXRoZXJldW0tMTIyNjA=",
"startCursor": "ZXRoZXJldW0tMTA0MjU=",
"hasPreviousPage": false
}
}
}
}

Arguments

ArgumentDescriptionTypeRequired
inputInput object for the queryNftCollectionsForDeployersInput!Yes

NftCollectionsForDeployersInput

FieldDescriptionTypeRequired
deployersArray of deployer addresses to query[Address!]No
networksNetworks to include in the search[Network!]!Yes
firstNumber of collections to returnIntNo
afterCursor for paginationStringNo

Fields

NftCollectionsForOwnersCollectionsConnection

FieldDescriptionType
edgesArray of collection edges[NftCollectionEdge!]!
pageInfoPagination informationPageInfo!

NftCollection (node)

FieldDescriptionType
idUnique identifierID!
addressCollection contract addressAddress!
subCollectionIdentifierSub-collection identifierString!
nameCollection nameString!
displayNameDisplay name (if different)String
symbolCollection symbolString!
descriptionCollection descriptionString!
networkNetwork the collection is onNetwork!
deployerAddress that deployed the contractAddress!
socialLinksSocial media links[SocialLink!]!
supplyCurrent supplyBigDecimal!
totalSupplyTotal possible supplyBigDecimal!
circulatingSupplyTokens in circulationBigDecimal!
totalCirculatingSupplyTotal circulating supplyBigDecimal!
holdersCountNumber of unique holdersBigDecimal!
nftStandardNFT standard (ERC721/ERC1155)NftStandard!
typeCollection typeNftCollectionType!
floorPriceCurrent floor priceNftValueDenomination
topOfferPriceTop offer priceNftValueDenomination
mediasCollection media assetsNftCollectionMedias!
disabledWhether collection is disabledBoolean!
spamScoreSpam scoreBigDecimal
marketCapEstimated market capBigDecimal

Enums

enum NftStandard {
ERC_721
ERC_1155
}

enum NftCollectionType {
GENERAL
BRIDGED
BADGE
POAP
TICKET
ACCOUNT_BOUND
WRITING
GAMING
ART_BLOCKS
BRAIN_DROPS
LENS_PROFILE
LENS_FOLLOW
LENS_COLLECT
ZORA_ERC721
ZORA_ERC1155
BLUEPRINT
}

Notes

  • Use this query to discover all collections created by specific deployer addresses
  • Filter by multiple networks simultaneously for cross-chain creators
  • Returns comprehensive collection metadata and statistics
  • Includes floor price data where available
  • Supports pagination for browsing large deployment histories