Testing
You can mint tokens for testing purposes by making a request to the _testing endpoint.
Last updated
You can mint tokens for testing purposes by making a request to the _testing endpoint.
Last updated
HTTP Method
Resource
Description
POST
Mint tokens
version
string
Version of the API
token_address
string
Address of a token
to
string
An address for which to deposit the minted tokens
value
string
Amount of tokens to be minted
contract_method
string
Name of the minting method in the smart contract, must be set to either "mint", "mintFor", or "increaseSupply".