cURL
curl --request POST \ --url https://testnet.walletkit.com/tokens/mint \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "network": "Ethereum", "contract_address": "<string>", "recipient": "<string>", "amount": "<string>", "developer_secret": "<string>", "user_pin": "<string>" }'
{ "transaction_id": "<string>", "network": "Ethereum", "status": "<string>" }
Mints specified amount of token to the recipient.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object