Introduction
Last updated
Last updated
This section covers how to authenticate, make your first API call and use Xerberus endpoint.
All GraphQL queries should be sent as POST
requests to:
Access to the API is secured using an API Key.
Send your API key using the x-api-key
and x-user-email
HTTP header in each request:
curl
: Here is a minimal example to fetch supported chains:
Expected response:
We provide a Python SDK for easier integration. You can use it to programmatically query metrics, tokens, chains, and more.
Check out the SDK docs or visit the GitHub repo: