> For the complete documentation index, see [llms.txt](https://docs.nftgarden.app/jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftgarden.app/jp/api-release/v1.2.md).

# Ver 1.2

{% hint style="info" %}
NFT Gardenの[NFT API](/jp/api/nft-api.md)に関するリリースノートです。
{% endhint %}

{% hint style="info" %}
このバージョンが最新です。
{% endhint %}

## Ver 1.2.4

update: 2025/5/23

### 新機能

* ダイナミックNFTの生成/更新機能を追加
* トークンゲート機能を追加

## Ver 1.2.3 <a href="#v1.2.2" id="v1.2.2"></a>

update: 2024/5/16

### 新機能

* Polygon zkEVMに対応
* Ethereum,Polygon,Optimism,Arbitrumの対応テストネットワークを変更

## Ver 1.2.2 <a href="#v1.2.2" id="v1.2.2"></a>

Update: 2024/5/9

### 新機能 <a href="#v1.2.2-features" id="v1.2.2-features"></a>

* ウォレットアドレス生成機能を追加

## Ver 1.2.1 <a href="#v1.2.1" id="v1.2.1"></a>

Update: 2023/10/20

### 新機能 <a href="#v1.2.1-features" id="v1.2.1-features"></a>

* SoulBound TokenのNFT生成に対応
* コントラクト名称がブロックチェーン上の名称となるように対応

## Ver 1.2.0 <a href="#v1.2.0" id="v1.2.0"></a>

Update: 2023/6/15

### 新機能 <a href="#v1.2.0-features" id="v1.2.0-features"></a>

* コントラクト(旧名称コレクション)を参照する機能を追加


---

# 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.nftgarden.app/jp/api-release/v1.2.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.
