<aside> 🔷 This API is intended to be used via a bot or a website for integrating token minting onto your own app. Please contact us on discord for an api key or issues. Note that this is still under development & needs refinement.

</aside>

URL

Updated

await coinvise.webhook.changeUrl({
	webhookUrl: ''
})
const secret = await coinvise.webhook.generateSecret()
await coinvise.token.mint({
  name: "test",
  symbol: "TEST",
  chainId: 1,
	minterAddress: "0x33d73cc0E060939476A10E47b86A4568c7DcF261",
});