# Zeknd API

### API Base URL:

```
Live Server: https://api.opzeknd.xyz/eapi/v1
```

### Use opZEKND DevConsole API key here

An API key is a token that you provide when making API calls. Include the token in a header parameter called `x-api-key`.

Example: `x-api-key: 123`

Call APIs using the endpoint in the API URL box, varies by Network.

```
https://api.opzeknd.xyz/eapi/v1
```

Grab your API keys and give it a try! We will be adding more advanced APIs in our offering, so stay tuned. Get the data you need without extra processing, opZEKND data query has never been easier!


---

# Agent Instructions: 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://documentation.opzeknd.xyz/on-chain/tools-and-infrastructure/zeknd-api.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.
