# API Examples

In this section we will provide a collection of API examples that should make it easier for you to [get started with the API](https://docs.nmkr.io/nmkr-studio-api/get-started-with-the-api) and to build your own Curls.\
\
Before you now begin to copy and paste the Examples and replace the individual values, please maker sure that you understand the [API structure ](https://docs.nmkr.io/nmkr-studio-api/introduction-nmkr-studio-api)and its [responses](https://docs.nmkr.io/nmkr-studio-api/api-swagger/swagger-responses-and-error-codes). \
A great way to learn how to use the API is the [API Swagger](https://docs.nmkr.io/nmkr-studio-api/api-swagger). The Swagger is available for the Testnet and Mainnet and allows you to try the code before you add it into your DApps.\
\
Please make also sure to understand the [fundamentals of the API](https://docs.nmkr.io/nmkr-studio-api/introduction-nmkr-studio-api) and the possible [Responses and Error Codes](https://docs.nmkr.io/nmkr-studio-api/api-swagger/swagger-responses-and-error-codes).


---

# 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://docs.nmkr.io/nmkr-studio-api/api-examples.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.
