Backend API

The Backend API consists of three API endpoints:

Backend API endpoints

Set NFT metadata

This endpoint sets new metadata for given NFT, identified by:

  • project ID

  • API token

  • NFT ID

The data parameter should be JSON formatted NFT metadata payload.

API endpoint to set NFT metadata

Get NFT metadata

This endpoint is a means to fetch the latest version of a NFT metadata, in a centralized manner. The NFT is identified by these three parameters:

  • project ID

  • API key

  • NFT ID

API endpoint to fetch NFT metadata

Get NFT audit report

This endpoint provides access to the audit report for any changes to the NFT metadata. The NFT is identified by these three parameters:

  • project ID

  • API key

  • NFT ID

API endpoint to fetch audit report for a NFT

Last updated