
Crossmint
Plugin for minting NFTs.
- Name For Model
- crossmint
- Website
- crossmint.com
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a month ago
- Contact
- [email protected]
- Description For Model
- Plugin for minting NFTs. You can mint and edit NFTs in different blockchains
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | mint-nft | POST | Mint your NFTs and deliver them either to a web3 wallet or to a web2 email address seamlessly with our API. |
2 | mint-status-list | GET | Get a list of status and associated information for all mint operations in a given collection. |
3 | mint-nft-alpha | POST | This will mint your NFT with compression on Solana. |
4 | mint-nft-idempotent | PUT | This pathway allows you to mint NFTs and guarantee idempotency |
5 | mint-nft-idempotent-alpha | PUT | This pathway allows you to mint NFTs and guarantee idempotency |
6 | mint-status | GET | Get the status and associated information for a mint operation |
7 | edit-nft | PATCH | Edit a minted NFT's metadata on IPFS. <br> **This API is subject to change as it is currently in it's alpha form.** <br> <h2>Editing is not supported for compressed Solana NFTs</h2> |
8 | list-collections | GET | List all of your collections on Crossmint |
9 | create-collection | POST | Create a collection with a random UUID |
10 | create-collection-custom | PUT | Create a collection with a custom provided UUID |
11 | collection-info | GET | Get information about a specific collection |
12 | get-royalty-information | GET | Fetch the royalty config for a collection, from its current state in the blockchain. |
13 | edit-royalty-information | PUT | Configure royalties for all NFTs in a collection. |
14 | disable-royalty-information | DELETE | Remove all royalties from a given collection. No new NFT sales will yield royalties to the creator. |