> For the complete documentation index, see [llms.txt](https://docs.spydra.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spydra.app/developers/api-reference/asset-tokenization/graphql.md).

# GraphQL

With the Spydra GraphQL Engine, you get powerful queries right out of the box. As soon as you create assets on the ledger, you'll be able to query the asset and all related deeply nested data easily with the power of GraphQL. You'll also be able to aggregate, filter, and paginate results.

All of this is auto-generated and is available over a single GraphQL endpoint

{% code title="Base URL" %}

```
https://<membership_id>.spydra.app/tokenize/<app_id>/graphql

Get the base URL from Network -> Deployed Apps -> App -> GraphQL API page.
Select your organization at the top right of this page.
Alternatively, you can form the URL by getting the <membership_id> by navigating
to Network -> Members page and getting the <app_id> by navigating to the Network -> 
Deployed Apps -> App Overview page.

```

{% endcode %}

{% hint style="info" %}
You can register API Keys at the Network level and use them to access the GraphQL API endpoints.\
\
[API Key](/developers/api-key.md)
{% endhint %}
