Decentralized API

The decentralized API consists of two endpoints: get NFT metadata, and get NFT audit report.

Decentralized API endpoints

Get NFT metadata

This endpoint gets NFT metadata, identified by these parameters:

  • project ID

  • NFT ID

API endpoint to get NFT metadata

Get NFT audit report

This endpoint returns full audit report of all NFT metadata changes. The NFT is identified by these parameters:

  • project ID

  • NFT ID

API endpoint to get audit report for a NFT

Last updated