curl --request GET \
--url https://createkit.b3.fun/collections/{predictedAddress}{
"success": true,
"collection": {
"uuid": "<string>",
"predictedAddress": "<string>",
"creator": "<string>",
"gameOwner": "<string>",
"gameId": "<string>",
"chainId": 123,
"creatorSignature": "<string>",
"name": "<string>",
"symbol": "<string>",
"baseURI": "<string>",
"maxSupply": "<string>",
"mintPrice": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"tokenStandard": "ERC721",
"maxPerWallet": "<string>",
"isWhitelistEnabled": true,
"image": "<string>",
"description": "<string>",
"external_url": "<string>",
"animation_url": "<string>",
"attributes": [
{
"trait_type": "<string>",
"value": "<string>"
}
],
"createdAt": "<string>",
"whitelistMerkleRoot": "<string>",
"referrer": "<string>"
}
}Retrieves a single collection by its predicted deployment address. Results are cached for 30 days for optimal performance.
curl --request GET \
--url https://createkit.b3.fun/collections/{predictedAddress}{
"success": true,
"collection": {
"uuid": "<string>",
"predictedAddress": "<string>",
"creator": "<string>",
"gameOwner": "<string>",
"gameId": "<string>",
"chainId": 123,
"creatorSignature": "<string>",
"name": "<string>",
"symbol": "<string>",
"baseURI": "<string>",
"maxSupply": "<string>",
"mintPrice": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"tokenStandard": "ERC721",
"maxPerWallet": "<string>",
"isWhitelistEnabled": true,
"image": "<string>",
"description": "<string>",
"external_url": "<string>",
"animation_url": "<string>",
"attributes": [
{
"trait_type": "<string>",
"value": "<string>"
}
],
"createdAt": "<string>",
"whitelistMerkleRoot": "<string>",
"referrer": "<string>"
}
}Predicted deployment address of the collection
Collection retrieved successfully
true
Complete NFT collection data
Show child attributes
Unique collection identifier
Predicted deployment address
Creator wallet address
Game owner wallet address
Game identifier
Blockchain chain ID
Authorization signature
Collection name
Collection symbol
Base URI for metadata
Maximum token supply
Price per mint in ETH
Mint start timestamp
Mint end timestamp
NFT token standard
ERC721, ERC1155 Maximum tokens per wallet
Whitelist status
Collection image URL
Collection description
External collection URL
Multimedia attachment URL
Creation timestamp
Whitelist Merkle root
Referrer ID