NFTs (Rented)
Last updated
Last updated
Query Parameters specific for rentals:
collection
: Filter for token address of the NFT collection
rentee
: Filter for assets rented by a wallet
state
: Filter for all assets on Marketplace (STALE) or rented out (RENT)
onlyRentData
: Output only rental data (NFT rentee, NFT owner, rental expiry, state)
Response:
Successful responses return an array of asset managers for provided token address with detailed information, such as the current rentee and the state of each asset.
Get all rented collection NFTs by user wallet
Get all rented NFTs by user wallet
The ID of the blockchain chain
296
NFT owner
Loan provided by
The token address of the collection
The current rentee of the asset manager
The state of the asset manager (Valid values: LOAN | RENT | STALE | PRE_LOAN)
filter to only get rented NFT data (rentee, owner, rent_expiry, state)