> For the complete documentation index, see [llms.txt](https://realbits.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://realbits.gitbook.io/home/coding/fetch-all-registered-nft.md).

# Fetch all registered NFT

* All registered NFT metadata is stored in rent market smart contract.
* Developer can write the code which can fetch them from rent market smart contract with web3 library such as wagmi.
* You can test the example code.
  * <https://codesandbox.io/s/fetch-all-registered-nft-from-rent-market-in-front-end-zzx8l3>
