Comment on page
API Cheat Sheet
GraphQL has become a well-established standard for building performant web applications, giving the power of what to query and how much to query to the app developer (with strong typing!). This is consistent with our philosophy of making it as easy as possible for you to quickly launch high-performing experiences.
Here are the core concepts in the Niftory data model.

For more details, see the Data Model guide
Always test your application against the Staging environment. The production endpoint will affect the blockchain for real, so that should only be used when you are ready to ship your app.
https://graphql.api.staging.niftory.com
https://graphql.api.niftory.com
More details in the Authentication guide:
- Queries:
- Representation of a user's blockchain wallet scoped to your application. For more information, see Wallet Setup.
Your application needs to registerWallet --> verifyWallet --> readyWallet for any given user in order to set up the wallet to receive NFTs. Read more here.