ERC-20
Mint Tokens
Mints tokens of the specified token type and assigns them to a user.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Token address or symbol.
Example:
"0xabcdef"
Query Parameters
Network identifier where the token contract was deployed.
Example:
10004
Amount of tokens to be minted
Example:
10
Address which will receive the tokens.
Example:
"0xabcdef"
Response
200
application/json
Successful minting.
The response is of type object
.