HomeAPI ReferenceNFTsCreate NFT Token
POST/tokenization/nft

Create NFT Token

Outcome - Creates a new NFT security token on the specified blockchain network. This endpoint uploads the image, stores metadata, and prepares the token for deployment.

This endpoint accepts multipart/form-data instead of a JSON body.

Body Parameters

networkIdnumberrequired

ID of the blockchain network where the NFT will be created

namestringrequired

Name of the NFT token

symbolstringrequired

Symbol of the NFT token

ownerAddressstring

Wallet address that will initially receive the NFT

ownerClientIdstring

Owner external client ID

additionalobject

Additional metadata object as JSON string (e.g., description, attributes)

imagefile

NFT image file to be uploaded

isCollectionboolean

Whether the NFT is a collection or not

parentIdnumber

Parent NFT ID if the NFT is part of a collection

idempotencyKeystring

Idempotency key to prevent duplicate requests, when you provide the same key in subsequent requests, the second request will return the same token

Responses

Response attributes

childrenCountnumber

Number of children tokens

idnumber

Unique identifier of the created NFT token

networkIdnumber

ID of the network where the NFT is created

namestring

NFT token name

symbolstring

NFT token symbol

decimalsnumber

Number of decimals for the NFT token

vaultIdnumber

ID of the vault where the NFT token is stored

ownerAddressstring

Address of the owner of the NFT token

recipientAddressstring

Address of the recipient of the NFT token

configobject

Configuration object for the NFT token

verificationMessagestring

Verification message for the NFT token

imagestring

URL of the uploaded NFT image

statusstring

Current deployment status (e.g., PENDING, DEPLOYED)

verificationStatusstring

Verification status of the token

configobject

Token configuration including metadataUrl and additional fields

networkobject

Network details where the token is created

Show child attributes (11)
idnumber

Network ID

namestring

Network name

symbolstring

Network symbol

createdAtstring

Network creation timestamp

updatedAtstring

Network last updated timestamp

typestring

Network type (PUBLIC/PRIVATE)

statusstring

Network status

logostring

Network logo URL

isSwappableboolean

Whether the network supports swapping

categorystring

Network category

chainobject

Chain details

Show child attributes (5)
idnumber

Chain ID

namestring

Chain name

nativeCurrencyobject

Native currency details

Show child attributes (3)
namestring

Currency name

symbolstring

Currency symbol

decimalsnumber

Currency decimals

rpcUrlsobject

RPC URLs

Show child attributes (1)
defaultobject

Default RPC configuration

Show child attributes (2)
httparray

HTTP RPC URLs

webSocketarray

WebSocket RPC URLs

blockExplorersobject

Block explorer configuration

Show child attributes (1)
defaultobject

Default block explorer

Show child attributes (3)
namestring

Explorer name

urlstring

Explorer URL

apiUrlstring

Explorer API URL

typestring

If the token type is NFT or other

createdAtdate

Date of creation

updatedAtdate

Date of last update

statusstring

status of NFT token

isCollectionboolean

Wether the token is a collection or not

verificationStatusstring

Verification status of the token

initialSupplystring

Initial supply of the token

Was this page helpful?