Create new tokens (fungible or NFT) and assign them to a wallet
API key for authenticating requests. Include in X-API-Key header.
Type of token to mint
fungible, nft ID of the wallet to receive the minted tokens
Symbol for fungible tokens (required when type is 'fungible')
1 - 10Amount to mint for fungible tokens (required when type is 'fungible')
x >= 0Metadata for NFT tokens (required when type is 'nft')
Token minted successfully
Unique identifier for the transaction
Type of transaction
mint, transfer, receive ID of the token involved in the transaction
When the transaction occurred
Type of token
fungible, nft Symbol for fungible tokens
Amount transferred (for fungible tokens)
ID of the sender wallet (null for mint transactions)
ID of the recipient wallet
Optional memo or description for the transaction
Current status of the transaction
pending, completed, failed