SheetLink
  • 👋Welcome
  • 🚀Quickstart
  • ❓FAQ
  • 🔒Security
  • Formulas
    • 🔗Apps
      • Webflow
      • HubSpot
      • OpenAI
      • Memberstack
      • Slack
      • Twitter
      • Gmail
      • Respond.io
      • Airtable
      • bit.io
      • MetaWeather
      • CoinMarketCap
      • Bannerbear
      • NFTPort
      • OpenSea
      • Stripe
      • Moralis
    • 🛠️Functions
    • 💪"options"
Powered by GitBook
On this page
  • Video Tutorial
  • Template (Copy & Customize)
  • Navigation
  • 🚑 Need Help?

Was this helpful?

  1. Formulas
  2. Apps

NFTPort

The Stripe for NFTs: One-Stop & Simple NFT Infrastructure & APIs for Developers

PreviousBannerbearNextOpenSea

Last updated 3 years ago

Was this helpful?

Copy our and watch to the

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.

  1. First, you can create your contract_address using =NFTPort_DeployNFTContract

  2. Secondly, you can create your metadata_uri using =NFTPort_IFPS_UploadMetadata

After minting, the NFT will appear in the mint_to_address wallet.

  • polygon & rinkeby chains only are supported by NFTPort for now

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.

Developers can review the official 📖

Missing a formula? 💡

Note that are optional, other variables are required 👍

Video Tutorial

Template (Copy & Customize)

Navigation

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.

🚑 Need Help?

=NFTPort( )

Interact with the API using only the SheetLink

=NFTPort_GetNFTs( "search_text" ,)

=NFTPort_GetNFTsQueryPage( "search_text" ,"page_number" ,)

=NFTPort_GetNFT( "transaction_hash" ,"chain", )

=NFTPort_MintNFT( "chain" ,"contract_address", "metadata_uri" ,"mint_to_address" ,)

=NFTPort_MintNFTSetId( "chain" ,"contract_address", "metadata_uri" ,"mint_to_address", "token_id" ,)

=NFTPort_UpdateNFT( "chain" ,"contract_address", "metadata_uri" ,"token_id" ,)

=NFTPort_DeployNFTContract( "chain" ,"name", "symbol" ,)

=NFTPort_DeployNFTContractSetOwner( "chain" ,"name", "symbol" ,"owner_address" ,)

=NFTPort_DeployNFTContractDynamicSetOwner( "chain" ,"name", "symbol" ,"owner_address" ,)

=NFTPort_IFPS_UploadMetadata( "chain" ,"name", "symbol" ,"owner_address" ,)

Uploads a file to which makes your NFT storage easy. You can use the returned ipfs_url

🚀 ​

​​

🛠️ ​

💪 ​

You can always contact us via support@sheet.link or by messaging us on Twitter

🔗
NFTPort Google Sheets Template
@SheetLink
"options"
NFT Port
"options"
"options"
"options"
"option
"options"
"options"
"options"
"options"
"options"
"options"
"options"
IPFS
Quick Start
❓ FAQ
Functions
"options"
NFTPort Google Sheets Template
NFT Port API Documentation
Suggest one here
"options"
NFTPort Video Tutorial