> For the complete documentation index, see [llms.txt](https://docs.wasabi.xyz/public-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wasabi.xyz/public-api/getting-started.md).

# Getting Started

## Welcome to Dkoda API

Dkoda is a data aggregator and processor for advanced NFT data. We collect on-chain and off-chain data about NFT collections, process them using various algorithmic methods and provide advanced data through our API.

The Dkoda API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, returns [JSON-encoded](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs.

Currently, we only support Ethereum based collections. API endpoints for other chains will be released soon.

## Get your API Key

{% content-ref url="/pages/AuQGzI1q5cyJa8oxnloI" %}
[API Keys](/public-api/api-keys.md)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="/pages/gGxRC3rK3J4ynEz1rd5K" %}
[NFT Transactions](/public-api/api-reference/nft-transactions.md)
{% endcontent-ref %}

{% content-ref url="/pages/lsDO1W6KYWrDd4sFMALY" %}
[NFT Metadata](/public-api/api-reference/nft-metadata.md)
{% endcontent-ref %}

{% content-ref url="/pages/fsAhylHDSwUwG3CJSHFr" %}
[NFT Social Data](/public-api/api-reference/nft-social-data.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wasabi.xyz/public-api/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
