Skip to main content

Darkblock API

The Darkblock API enables you to create and access Darkblock unlockable content and build products that enable your users to do the same.

Create darkblocks

NFT Upgrades

For adding content to pre-existing NFTs (NFT upgrades) you can use the mintDarkblockUpgrade API directly.

Collection Upgrades

Multiple NFTs can be upgraded at the same time by using the mintDarkblockUpgradeCollection API endpoint. Traits within collections can also be targeted.

Forward Lookup (advanced)

If you want to create the darkblock first, and embed the Darkblock-ID in the NFT metadata you can use the mintDarkblock API.

Accessing and viewing darkblocks

With either the nft_id or the tx_id the Darkblock API getDarkblockInfo endpoint can be used to retrieve darkblocks.

Next, creator and owner verification is easily established, using the getDarkblockCreator and getDarkblockOwner endpoints.

Learn more about the Darkblock API.