Crossmint

Crossmint

Plugin for minting NFTs.

Name For Model
crossmint
Update Date
6 months ago
Description For Model
Plugin for minting NFTs. You can mint and edit NFTs in different blockchains

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1mint-nftPOSTMint your NFTs and deliver them either to a web3 wallet or to a web2 email address seamlessly with our API.
2mint-status-listGETGet a list of status and associated information for all mint operations in a given collection.
3mint-nft-alphaPOSTThis will mint your NFT with compression on Solana.
4mint-nft-idempotentPUTThis pathway allows you to mint NFTs and guarantee idempotency
5mint-nft-idempotent-alphaPUTThis pathway allows you to mint NFTs and guarantee idempotency
6mint-statusGETGet the status and associated information for a mint operation
7edit-nftPATCHEdit 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>
8list-collectionsGETList all of your collections on Crossmint
9create-collectionPOSTCreate a collection with a random UUID
10create-collection-customPUTCreate a collection with a custom provided UUID
11collection-infoGETGet information about a specific collection
12get-royalty-informationGETFetch the royalty config for a collection, from its current state in the blockchain.
13edit-royalty-informationPUTConfigure royalties for all NFTs in a collection.
14disable-royalty-informationDELETERemove all royalties from a given collection. No new NFT sales will yield royalties to the creator.