# The Graph API **Provider:** The Graph **Category:** finance **Base URL:** `https://thegraph.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by subgraph and network load **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://thegraph.com ## Description Indexing protocol for querying networks like Ethereum with GraphQL ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://thegraph.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://thegraph.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Decentralized protocol for indexing and querying blockchain data. Free query fees via hosted service. Decentralized network: ~$0.0001/query + curation rewards. --- *Source: [API Map](https://apimap.dev/apis/the-graph/) — CC BY 4.0*