v1

latestOpenAPI 3.0.02026-07-146561171.4 KB
Projects

Create an SFT

This endpoint allows you to create an SFT.

post/v2/projects/{projectId}/sfts

Path parameters

projectIdinteger required

Request body

receiverAddressstring

Base-58 encoded string representing an on-chain address

delegatedboolean

If true, your Project will have delegated authority to transfer or burn the asset

Example request

{
  "receiver": {
    "address": "7px1aXrdcySNHEF8aQ12iHBW5a2MVsqQU1ELkTdYAgjN",
    "namespace": "public",
    "identifier": "kevin@underdogprotocol.com"
  },
  "receiverAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}

Response

Successful response

transactionIdstring required

Transaction ID that identifies the Transaction generated by an API request

nftIdnumber required

Unique ID for an NFT in a Project

projectIdnumber

The ID of the Project the NFT is part of