> ## Documentation Index
> Fetch the complete documentation index at: https://docs.novig.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GraphQL Overview

> Flexible querying API for market data and historical analysis

<Warning>
  **Deprecation Notice** - The GraphQL API will soon be sunsetted. Users should begin migrating to the NBX API by requesting a client ID and secret from the Novig team at [developers@novig.co](mailto:developers@novig.co).
</Warning>

## What is GraphQL?

GraphQL is a query language for APIs that lets you request exactly the data you need. Unlike REST APIs where you call multiple endpoints and receive fixed data structures, GraphQL allows you to specify precisely which fields you want in a single request.

<Tip>
  **No Authentication Required** - The GraphQL API is publicly accessible. You can start querying immediately without any API keys or tokens.
</Tip>

## API Endpoint

**URL:** `https://gql.novig.us/v1/graphql`
