Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.52 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.52 KB

The Graph Protocol - Query Examples

Provides examples on how to query Subgraphs published to The Graph Network using API Keys.

Obtaining an API Key

An API Key will be needed to query Subgraphs published to The Graph Network. Users are offered 100,000 free queries every month to query Subgraphs.

  1. Open The Graph Studio
  2. Connect your Wallet
  3. Navigate to API Keys Page
  4. Click, "Create API Key" CTA
  5. Enter a Name for the API Key in the pane input
  6. Click "Create API Key" submit button
  7. API Key Details page will open
  8. Copy the key value. Will be a 32-digit key.

Examples

Additional Resources