NFTs (Owned and 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.
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)
This API endpoint retrieves all NFTs associated with a specific wallet address on a given blockchain network. It provides an option to include rented NFTs in the response based on a query parameter.
The chain ID to retrieve NFTs from
The wallet address to retrieve NFTs for
Filter to include rented NFTs (true or false)