Backend API
The Backend API consists of three 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.

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

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

Last updated