Metadata API Server
✅ Online and Running
Contract: 0xE52a449392Eb46Fe82845b94aD221cF9BEDedc45
Network: Monad Mainnet (Chain ID: 143)
GET /api/metadata/[tokenId]
Get NFT metadata for a specific token ID
https://your-domain.vercel.app/api/metadata/1{
"name": "50€ Euro Voucher",
"description": "Digital voucher redeemable for 50 EUR...",
"image": "https://files.catbox.moe/4jezdg.jpeg",
"attributes": [
{
"trait_type": "Euro Value",
"value": 50,
"display_type": "number"
},
{
"trait_type": "Status",
"value": "Valid"
}
]
}Powered by Monad Blockchain • Next.js • Vercel