Fungible Token ERC-20
Mint Token (ERC-20)
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
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
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).
Response
200
application/json
Tokens minted successfully.