> For the complete documentation index, see [llms.txt](https://docs.nftgarden.app/en/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/en/api/nft-api/v1.2/limitation.md).

# API rate limit

Rate limits are in place for access to various resources.

<table><thead><tr><th width="173.33333333333331">API</th><th width="239">Endpoint</th><th width="177.66666666666669">Rate limit(req/sec)</th></tr></thead><tbody><tr><td>NFT minting</td><td><code>POST</code> /api/v1/createnft</td><td>2</td></tr><tr><td>Get the NFT list</td><td><code>POST</code> /api/v1/getnftgdnids</td><td>2</td></tr><tr><td>Get NFT details</td><td><code>POST</code> /api/v1/getnfts</td><td>2</td></tr></tbody></table>
