For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mint NFT

NFT can be Minted using this method. The weightage for this API is 5.

API Specification

Mint NFT

POST https://api.krypcore.com/api/v0/easy-nft/createNFT

Create NFT under the given instance.

Headers

Name
Type
Description

Authorization*

String

User Auth Key obtained from Dash

DappId*

String

DappId

Request Body

Name
Type
Description

name*

String

Name of the NFT

file*

file

File to be used as NFT

description*

String

Description of the NFT

erc*

String

Either ERC721 or ERC1155

quantity*

Number

No of NFT to be minted

recepientAddress*

String

Owner of the NFT

attributes

String

attibutes of the NFT

walletType*

String

Wallet type can be either Custodial or non-custodial

contractAddress*

String

Smart contract address in which NFT is minted

chainId*

String

Chain Id of the Blockchain Protocol

custodialWalletAccessToken*

String

Wallet Access token of custodial wallet

Take a look at how you might call this method using our official libraries, or via curl:

Last updated