How do I use the Coinstash API?
How do I use the Coinstash API?
To explore the API:
- Go to the Apollo GraphQL Studio: https://studio.apollographql.com/sandbox/explorer
- Switch to the Coinstash GraphQL endpoint: https://graph.coinstash.com.au/graphql
- In the bottom right corner set the Authorization Header to:
Header key: Authorization
Value: Bearer {{YOUR-API-KEY}} (don't forget the space)
- Now you can test the API with a sample query:
query UserProfile {
userProfile {
}
}
Updated on: 08/05/2025
Thank you!