nft-metadata
ActiveTool of The Stall
Fetch NFT metadata, traits, image URL, and collection floor price for any ERC-721 or ERC-1155 token. Returns name, description, all attributes/traits, cached image CDN URL, collection name, OpenSea floor price, token type, and mint block. Supports Ethereum, Polygon, Base, Arbitrum mainnet. Useful for NFT valuation research, portfolio analysis, content generation, and collection intelligence. Free upstream: Alchemy NFT API.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"network": {
"type": "string",
"description": "Blockchain network. Options: ethereum, polygon, base, arbitrum, optimism. Default: ethereum."
},
"contract": {
"type": "string",
"description": "NFT contract address (0x hex, 42 chars). Example: 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D (BAYC)."
},
"token_id": {
"type": "string",
"description": "Token ID as a string or integer. Example: '42' or '1000'. ERC-1155 token IDs also accepted."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries