Mint A4
Last updated
Last updated
POST
/api/v1/ERC721F/{network}/mint-token-A4
Executes minting of an ERC-721F token, enabling token creation based on the A4 tokenization model.
Headers
Content-Type
application/json
Authorization
Body
contractAddress
string
Address of the smart contract that will issue the token
tokenId
integer
Token unique identifier
mintCost
integer
Amount required to mint a token
tokenText
string
The text content that is stamped in the token output
metadata
string
The text content that is inserted in the token metadata, stored within its SVG file
walletPrivateKey
string
Deployer private key for authorizing transaction
documentTitle
string (optional)
Document title, displayed on the top of the first page
documentSubtitle
string (optional)
Document subtitle, displayed below the document title
fontFamily
string (optional), defaults to serif
Font-family that is used in the token output text
Response
or