> 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/getrentdata.md).

# getRentData

This function will return rent NFT data by nftAddress and tokenId.

Response

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