Cross-Chain NFT Minting
For those who would like to have a connection across different blockchains in terms of NFTs? TMINTER helps mint NFT tokens that integrate with various chains and work in various blockchain systems.
Endpoint: POST /api/cross-chain/mint
Request Body:
json
Copy code
{
"chain": "Ethereum",
"crossChainId": "Solana",
"contractId": "{contractId}",
"recipient": "{walletAddress}",
"metadata": {
"name": "Cross-Chain NFT",
"description": "NFT that can exist on Ethereum and Solana"
}
}
Description: This endpoint creates NFTs that can function on other networks; Ethereum, Solana, and Polygon, among others. The crossChainId defines the second chain where the NFT can be transferred and traded.
Last updated