GraphQL & Auth Endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
The Niftory API is built in .
POST
https://graphql.api.staging.niftory.com/
Perform any GraphQL commands and actions.
X-Niftory-API-Key*
String
Application's API Key
Authorization*
String
Bearer token containing the user's JWT. See
.
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.