Hook for fetching the lowest priced listing for a collectible
UseQueryResult
Parameter | Type | Description |
---|---|---|
chainId | number | The chain ID (e.g., 1 for Ethereum, 137 for Polygon) |
collectionAddress | string | The collection contract address |
tokenId | string | The token ID within the collection |
query | object | (Optional) React Query configuration options |
config | object | (Optional) SDK configuration options |
query
parameter: