POST/tokenization/token

Create Token

Outcome - Creates a new 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 token will be created

namestringrequired

Name of the token

symbolstringrequired

Symbol of the token

ownerAddressstring

Wallet address that will own the token (can mint and burn for example)

ownerClientIdstring

Owner external client ID (can mint and burn for example)

recipientAddressstring

Wallet address that will initially receive the token

imagefile

token image file to be uploaded

initialSupplynumberrequired

The initial supply for the token

typenumberrequired

Token type: 1 for ERC20, 2 for Token

decimalsnumberrequired

Decimals number for the token

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

idnumber

Unique identifier of the created NFT token

networkIdnumber

ID of the network where the NFT is created

gasStationCategoryIdnumber

ID of the gas station category

namestring

NFT token name

symbolstring

NFT token symbol

decimalsnumber

Number of decimals for the token

vaultIdnumber

ID of the vault

ownerAddressstring

Wallet address that will own the token (can mint and burn for example)

recipientAddressstring

Wallet address that will initially receive the 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

createdAtstring

Date and time when the token was created

updatedAtstring

Date and time when the token was last updated

typestring

Type of the token

verificationStatusstring

Verification status of the token

tokenExplorerUrlstring

URL of the token explorer

initialSupplystring

Initial supply of the token

Was this page helpful?