> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/jp/nmkr-studio/tesutonetto/testnet-api-swagger.md).

# Testnet API Swagger

### Testnet API swaggerとは

Swaggerは、利用可能なすべてのAPIエンドポイントをテストできるWebベースのUIです。すべてのコードは事前に構築されているため、時間をかけて自分で実装する前に、特定のパラメータを「ドロップイン」して、結果が期待通りであることを確認することができます。

swaggerを使用することで、エラーやレスポンスをより理解することができます。

APIについて学び、保存環境で多数のエンドポイントをテストするために、Testnet API Swaggerがあります。

このswaggerはMainnet API Swaggerと同じですが、メインネット用にまだリリースされていないエンドポイントを見つけることもあります。もしメインネットで使いたいエンドポイントがあるにもかかわらず、それが利用可能でない場合は、[私たちにご連絡ください](https://nmkr.io/support)。

{% embed url="<https://studio-api.preprod.nmkr.io/swagger/index.html>" %}

#### Testnet Swaggerを使用する

**swaggerを許可する**

最初のステップは、Testnet Swaggerを認証することです。[Testnet Swagger](https://studio-api.preprod.nmkr.io/swagger/index.html)にアクセスし、「認証」をクリックします。

<figure><img src="/files/fmi55qfOXvdiN0U4lv99" alt=""><figcaption></figcaption></figure>

次のタブでベアラ（APIキー）を挿入し、「認証」で確認します。

APIキーがどこにあるかわからない場合は、[APIキーに関するドキュメント](https://docs.nmkr.io/nmkr-studio/testnet/create-testnet-account)をお読みください。

[テストネットアカウント](https://docs.nmkr.io/nmkr-studio/testnet/create-testnet-account)のAPIキーを追加する必要があることにご注意ください。

<figure><img src="/files/wIsBdDfLRPZZaGizh2rU" alt=""><figcaption></figcaption></figure>

swaggerを認証すると、エンドポイントを試すことができるようになります。

<br>

Testnet swaggerの使用方法については、[メインネットAPI Swaggerに関するドキュメント](https://docs.nmkr.io/nmkr-studio-api/api-swagger)をご覧ください。

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.nmkr.io/jp/nmkr-studio/tesutonetto/testnet-api-swagger.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
