> 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/nft-api/v1.2/limitation.md).

# APIレート制限

各種リソースへのアクセスはレートの制限が設けられています。

<table><thead><tr><th width="162.33333333333331">API</th><th width="241">エンドポイント</th><th width="189.66666666666669">レート制限(req/sec)</th></tr></thead><tbody><tr><td>NFT生成</td><td><code>POST</code> /api/v1/createnft</td><td>2</td></tr><tr><td>NFT一覧取得</td><td><code>POST</code> /api/v1/getnftgdnids</td><td>2</td></tr><tr><td>NFT詳細取得</td><td><code>POST</code> /api/v1/getnfts</td><td>2</td></tr></tbody></table>
