NFT Garden Docs
HomepageGitHubLanguageSign up for free
  • Welcome to NFT Garden Docs
  • Getting started
  • Web release note
  • API release note
    • Ver 1.2
    • Ver 1.1
    • Ver 1.0
  • Supported Blockchains
  • Pricing
  • EUs consumption
  • Web platform
    • Dashboard
    • Contract
      • Contract list screen
      • Create contract screen
    • NFT
      • NFT list screen
      • NFT minting screen
      • NFT transfer screen
    • API key
      • API keys
      • Generate API key
    • Webhook
      • Webhook settings
    • Account
      • Account
  • API Minting
    • NFT API
      • Ver 1.2.2
        • Auth
        • Resources
        • NFT minting
        • NFT transfer
        • NFT granted(mint + transfer)
        • Get the NFT list
        • Get NFT details
        • NFT Garden NFT determination
        • Create contract
        • Get Contract details
        • Wallet Address Generation
        • API rate limit
  • Tutorial
    • Connect wallet
    • Create contract
    • Mint NFT
    • Check NFT
    • Transfer NFT
  • Links
    • NFT Garden
    • GitHub
    • Blog
    • Contact
Powered by GitBook
On this page
  • NFT
  • nft_gdn_id
  • transaction_gdn_id
  1. API Minting
  2. NFT API
  3. Ver 1.2.2

Resources

NFT

The NFT is one of the most basic units in the NFT Garden. It is possible to mint an NFT for any collection.

In order to call each endpoint of the NFT, API functionality must be enabled at the time of collection generation.

nft_gdn_id

nft_gdn_id is the ID assigned when the NFT is generated by NFT Garden. nft_gdn_id can be used to obtain the details of the NFT.

transaction_gdn_id

transaction_gdn_id is an ID assigned when a contract is generated by NFT Garden. transaction_gdn_id can be used to obtain contract details.

PreviousAuthNextNFT minting

Last updated 1 year ago