Create NFT Collection

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

API Specification

Create NFT Collection

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

Create NFT Collection under the given instance.

Headers

Name
Type
Description

Authorization*

String

User Auth Key obtained from Dash

DappId*

String

DappId

Chainid*

String

Chain ID

Request Body

Name
Type
Description

chainId*

String

Chain Id of the Blockchain Protocol

ERCStandard*

String

Standard can be ERC721 or ERC1155

collectionDescription*

String

Description of the NFT collection

collectionImage*

Base64 of the image

This image is used in displaying collection in the Easy NFT dashboard

collectionName*

String

Name of the collection

collectionSymbol*

String

Symbol of the collection

walletType*

String

non-custodial or dev-wallet

isSoulBound*

Boolean

Is NFT represent a soul bound token?

custodialWalletAccessToken

String

Wallet ID of non-custodial wallet

privateKey

String

Private Key of developer wallet

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

Last updated

Was this helpful?