User NFTs
1. Use StreamNFT Indexer (1 API Call to get all User NFTs)
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)
A list of NFTs
Server error
2. Use External Indexer (2 API Call to get all User NFTs)
The ID of the blockchain chain
296NFT owner
Loan provided by
The token address of the collection
0x00000000000000000000000000000000003a05adThe current rentee of the asset manager
The state of the asset manager (Valid values: LOAN | RENT | STALE | PRE_LOAN)
Successful response
Specifies the state of the asset. Possible values include 'STALE', indicating that the asset is on the marketplace listed by a user, and 'RENT', indicating that the asset is currently rented out.
Specifies the current rentee of the asset. If the asset is not currently rented out, this field may be null.
Internal server error
Example: How to Integrate External Indexer
Last updated