API Cheat Sheet
The Niftory API is built in GraphQL. We also plan to support REST endpoints in the future. Our GraphQL Endpoint can be found here:
GraphQL & Auth EndpointsWhy start with GraphQL?
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.
If you have a strong need for REST endpoints for your application, please reach out to us.
Niftory Data Model
Here are the core concepts in the Niftory data model.

API Endpoints
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
Production (targets blockchain prod)
https://graphql.api.niftory.com
Authentication
Remember to get your API keys to set up your application!
More details in the Authentication guide:
AuthenticationAPIs at a Glance
Happy Coding!
Last updated
Was this helpful?