1s_nft_metadata_live
Fetch live NFT metadata from the blockchain by contract address and token ID, with automatic resolution of IPFS, Arweave, data URIs, and ERC1155 templates.
Instructions
Fetch NFT metadata directly from the blockchain via tokenURI/uri RPC call. Resolves all URI formats: ipfs://, ar://, data: URIs, bare CIDs, and ERC1155 {id} templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract | Yes | NFT contract address | |
| token_id | Yes | Token ID (numeric string) | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |