Niftory Docs
  • What is Niftory?
  • Get your API Keys
  • 👩‍💻API
    • Niftory Web3 API
    • SDK QuickStart
      • Using the SDK in React
      • Using the SDK from the Server
    • API Quickstart
      • Create your first Wallet
      • API calls with Sample Content
      • Mint your first NFT
    • API Cheat Sheet
    • Niftory Sample App
      • Explore the Sample App
      • Anatomy of a Niftory App
        • Getting Authenticated
        • GraphQL Client Setup
        • API Usage
        • Transfer an NFT
    • 💡Core Concepts
      • Niftory Data Model
      • Authentication
        • Using Your API Key
        • Configuring Your App
        • Privileged Authentication
      • App and AppUser
      • NFTs
        • Creating NFTs
        • Querying NFTs
        • Transferring NFTs
        • Minting NFTs
      • Wallets
        • Create a Niftory Wallet
        • Register External Wallets
        • Query Wallets
      • Contract
      • User Auth (Client-Side)
    • Your Niftory Account
  • 🧑‍💼Admin Portal
    • Niftory Admin Portal
    • 🚀Guides
      • Setting Up Your Org
      • Create Your First NFT
    • 🗺️Explore
      • Org and Apps
      • NFT Collection
        • Sets
        • Collectibles
        • NFTs
    • 💼Use Cases
      • For Engineers
      • For Designers
      • For Business Users
  • 📖Reference
    • GraphQL & Auth Endpoints
    • API Reference
    • SDK API Reference
Powered by GitBook
On this page
  1. 👩‍💻API

API Quickstart

Let's get you set up!

PreviousUsing the SDK from the ServerNextCreate your first Wallet

Last updated 2 years ago

Was this helpful?

CtrlK
  • Set up API Playground
  • Clone this GraphQL Playground or Postman Collection
  • Try making API calls
  • Learn more about the Niftory API
  • Ready to create your own app?

Was this helpful?

Go through the Niftory Quickstart before starting this section.

Set up API Playground

At this point you're fully set up to start building with Niftory. Let's get you a playground to experiment with the API quickly:

Clone this GraphQL Playground or Postman Collection

Add the values of API Key and Client secret from the previous section to these request headers:

  • X-Niftory-API-Key

  • X-Niftory-Client-Secret

If you're using Apollo Studio, copy/paste the values into the environment variables section as "apiKey" and "clientSecret"

Apollo Studio
Niftory GraphQL Playground
Niftory GraphQL Playground

Try making API calls

You can make API calls against some sample content we've already created.

The next sections walk you through some specific API calls:

Create your first WalletMint your first NFT

Learn more about the Niftory API

Niftory Data ModelAPI Cheat Sheethttps://github.com/Niftory/niftory-docs/blob/sync/getting-started/api-quickstart/broken-reference/README.md

Ready to create your own app?

Congratulations! You're all set up. We can't wait to see what you build with Niftory. Don't forget to join our developer community and share what you're building.

We recommend you start by cloning the Niftory Sample App to get the basics light up for free!