Mint an Inscription
Mint an Inscription with an amount, ticker, and to address.
Mint HCS-20 Structure
This is the stucture that is used to send to the topic, this payload has been humanised to be more understandable.
Overview
There are 2 required fields needed to mint an inscription:
to
amount
These are the optional fields you can use:
topic_id (your private application for controlling all points or inscriptions)
memo (an additional memo at the deployment level)
POST
https://hedera-serverless-consensus.vercel.app/api/inscription/{ticker}/mint
Mint an Inscription
Query Parameters
Headers
Request Body
Last updated