NFTs
Mint SFT
Mint your SFTs and deliver them to a web3 wallet or an email address
API scope required: nfts.create
POST
Authorizations
Path Parameters
Every project can mint to their pre-built collections, or use the create-collection
endpoint
Body
application/json
Identifier of the template
Example:
"silver-pass"
Recipient address in the format of <chain>:<address>
or <br> email:<email_address>:<chain>
.
See https://docs.crossmint.com/docs/recipients for more info.
(Optional) Amount to mint
Example:
10
Response
200
application/json
Success
Example:
"20ed0963-0185-49af-b4a0-2de3169bb367"
Was this page helpful?