# 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>
