Coinstash API
Coinstash API is a GraphQL server.
To explore the api go to Apollo GraphQL Studio:
https://studio.apollographql.com/sandbox/explorer
Switch to Coinstash GraphQL endpoint:
https://graph.coinstash.com.au/graphql
In the bottom right corner set Authorization Header like this:
Header key: Authorization
Value: Bearer {{ YOUR-API-KEY }} (don't forget the space)
Now you can test the API with a sample query:
To explore the api go to Apollo GraphQL Studio:
https://studio.apollographql.com/sandbox/explorer
Switch to Coinstash GraphQL endpoint:
https://graph.coinstash.com.au/graphql
In the bottom right corner set Authorization Header like this:
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 {
email
}
}
Updated on: 16/10/2023
Thank you!