Doki Doki
  • Overview
    • Key features
    • Protocol Fees
    • FAQ
  • Tutorials
    • How to create NFT Gacha
    • How to remove NFTs from Gacha
    • How to freeze metadata for NFTs minted on Opensea
    • How to add special rules to your Gacha using .CSV file
  • Resources
    • For developers
      • Supported token URI values
      • Supported metadata structures
      • Solidity Interfaces and ABIs
    • Brand & Media Kit
    • Disclaimer
    • Customizations
  • Integrations & Partnerships
    • Chainbinders
    • Unicly (uDOKI)
Powered by GitBook
On this page
  • IPFS
  • HTTPS link

Was this helpful?

  1. Resources
  2. For developers

Supported token URI values

The protocols and IPFS link formats supported by our API.

IPFS

If the metadata of your NFT is hosted on IPFS, great! We should be able to get it without any issue, but as there are several ways to write a link to an IPFS resource, we want to make sure yours is included. Our API supports both CID v0 and v1.

The uri method of your NFT collection should return:

  • ipfs://{your CID}

  • https://ipfs.io/ipfs/{your CID}

  • /ipfs/{your CID}

  • A valid CID directly

  • A valid CID path directly

HTTPS link

If the uri method of your NFT collection returns a link to an API, it should be something we can call right away. If you need the link to be concatenated with the token ID or any other kind of processing, contact us.

PreviousFor developersNextSupported metadata structures

Last updated 3 years ago

Was this helpful?