agentek-eth

by NaniDAO
Verified

getNFTMetadata

Retrieve detailed metadata for an NFT by specifying its contract address, token ID, and chain ID using this tool. Ideal for Ethereum-based automation and cryptocurrency research.

Instructions

Gets metadata for an NFT token by contract address and token ID

Input Schema

NameRequiredDescriptionDefault
chainIdYesThe chain ID where the NFT exists
contractAddressYesThe NFT contract address
tokenIdYesThe token ID of the NFT

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "The chain ID where the NFT exists", "type": "number" }, "contractAddress": { "description": "The NFT contract address", "type": "string" }, "tokenId": { "description": "The token ID of the NFT", "type": "string" } }, "required": [ "contractAddress", "tokenId", "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce