Hook to fetch listings for a specific collectible Fetches active listings (sales) for a specific token from the marketplace with support for filtering and pagination.
Name | Type | Description |
---|---|---|
params | Configuration parameters | |
params | .chainId - The chain ID (must be number, e.g., 1 for Ethereum, 137 for Polygon) | |
params | .collectionAddress - The collection contract address | |
params | .collectibleId - The specific token ID to fetch listings for | |
params | .filter - Optional filtering parameters (marketplace, currencies, etc.) | |
params | .page - Optional pagination parameters | |
params | .query - Optional React Query configuration |