> 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-one-rented-nft.md).

# Fetch one rented NFT

* All rented NFT metadata is stored in rent market smart contract.
* Developer can write the code which can fetch one of them from rent market smart contract with web3 library such as wagmi.
* You can test the example code in front-end.
  * <https://codesandbox.io/s/fetch-one-rent-nft-from-rent-market-in-front-end-7hvc8n>
* You can test the example code in back-end.
  * <https://codesandbox.io/p/sandbox/fetch-one-rent-nft-from-rent-market-in-back-end-7j6sxz>
