Tokenization

Issue New Token

Issue a new token using a contract template

post/api/v1/tokenization/tokens

Headers

x-sdk-versionstring

SDK version for tracking and compatibility

Request body

networkstring

Blockchain network

addressIdstring required

Address ID for token creation

clientSharestring required

Client share for signing

deploymentIdstring required

Deployed contract ID

displayNamestring

Token display name

useGaslessboolean

Use gasless transaction

feestring

Transaction fee

feeLevelstring

Fee level

Response

Token issued successfully

messagestring required

Response message

dataobject

Response data

successtrue required

Indicates successful response

statusinteger required

HTTP status code

Changes