English
cURL
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.
Predicted deployment address of the collection
Collection retrieved successfully
true
Complete NFT collection data
Show child attributes