> 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/contracts/market/getallrentdata.md).

# getAllRentData

This function will return all rent NFT data.

Response (array)

* nftAddress (address)
* tokenId (uint256)
* rentFee (uint256)
* feeTokenAddress (address)
* rentFeeByToken (uint256)
* isRentByToken (bool)
* rentDuration (uint256)
* renterAddress (address)
* renteeAddress (address)
* serviceAddress (address)
* rentStartTimestamp (uint256)
