New NFT contract

Create new NFT contract to mint and trade NFTs.

Create NFT contract

POST https://thentic.tech/api/nfts/contract

Headers

Request Body

{
   "request_id":"<request_id>",
   "status":"pending",
   "transaction_pixel":"<iframe src='https://thentic.tech/request?id=<request_id>' width=1 height=1 scrolling=no frameborder=0></iframe>",
   "transaction_url":"https://thentic.tech/request?id=<request_id>"
}

Transaction URL is disabled after first successful transaction

Last updated