Introduction
1. API Endpoint
https://xerberus-metrics-api-515850710964.us-central1.run.app/graphql2. Authentication
How to Use the API Key
x-api-key: YOUR_SECRET_KEY
x-user-email: EMAIL_ASSOCIATED_WITH_KEY
Example with curl:
curl: curl -X POST https://xerberus-metrics-api-515850710964.us-central1.run.app/graphql \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_SECRET_KEY" \
-d '{"query":"{ chains }"}'3. Example Query
4. SDK Available
Last updated