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

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.

Last updated