getContractMetadata
Retrieve NFT contract metadata including name, symbol, and total supply by providing the contract address and network.
Instructions
Get metadata for an NFT contract (name, symbol, total supply, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| contractAddress | Yes | Contract address for the NFT contract. |