Generate new fungible tokens within the smart contract (specified by the contractAddress parameter in the request body) and send them to the given blockchain address (defined by the to parameter). Minting is only possible if the current token supply in the smart contract is below the total supply limit established for this contract. Supported blockchains: XDC, ETH, BSC, POL
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The blockchain network (e.g., ETH, BSC, POL, XDC).
The amount of tokens to mint.
The recipient's wallet address.
The contract address of the token.
The sender's private key.
The nonce of the transaction (optional).
Tokens minted successfully.