Comment on page
NFTPort
The Stripe for NFTs: One-Stop & Simple NFT Infrastructure & APIs for Developers
Formula |
Searches NFTs across multiple chains using a text query, specifically the name and description fields from the metadata. |
Default value: 1 |
Returns the details of a minted NFT. You need to provide transaction_hash |
Mints an NFT to your previously deployed contract (i.e. collection). This minting consists of multiple steps and enables you to customize the whole minting flow for your exact needs.
After minting, the NFT will appear in the mint_to_address wallet.
|
=NFTPort_MintNFTSetId( "chain" ,"contract_address", "metadata_uri" ,"mint_to_address", "token_id" ,"options") Same as =NFTPort_MintNFT, yet the NFT ID can be set easily |
Updates an NFT which has been previously minted with one of the =NFTPort_MintNFT formulas using a contract with metadata_updateable set to true |
Deploys a standard ERC-721 smart contract where your can mint your NFTs. This is a required step if you wish to use =NFTPort_MintNFT formulas as the contract will represent your own collection. |
Same as =NFTPort_DeployNFTContract, yet the owner address can be set easily. |
Same as =NFTPort_DeployNFTContractSetOwner, yet metadata_updateable is set to true by default to enable dynamic NFT's using the formula. |
Page |
60 second getting started guide. |
Answers to frequently asked SheetLink questions. |
Powerful functions unique to SheetLink. |
Control the request to and response from any application. |
Last modified 2yr ago