get_nft_collection
Get NFT collection metadata (floor price, volume, owners, supply) across EVM chains to evaluate exposure before adding to a watchlist.
Instructions
Wallet-less NFT collection metadata: name, symbol, image, description, current floor ask + top bid (in native asset and USD), volume by 24h / 7d / 30d / all-time windows, owner count, total supply, secondary-sale royalty (basis points + recipient address). Source: Reservoir. Use this for "what's this collection's vitals?" lookups before adding it to a watchlist or evaluating exposure. EVM-only in v1 — Solana NFTs need a different API surface and are deferred. Pass the contract address on its deployed chain (defaults to ethereum). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractAddress | Yes | EVM contract address of the NFT collection. | |
| chain | No | EVM chain the collection is deployed on. Defaults to ethereum. | ethereum |