🏦 Euro Voucher NFT

Metadata API Server

📡 API Status

✅ Online and Running

Contract: 0xE52a449392Eb46Fe82845b94aD221cF9BEDedc45

Network: Monad Mainnet (Chain ID: 143)

🔗 API Endpoints

GET /api/metadata/[tokenId]

Get NFT metadata for a specific token ID

https://your-domain.vercel.app/api/metadata/1

📄 Example Response

{
  "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"
    }
  ]
}

💶 Supported Vouchers

5€
100 MON
10€
200 MON
20€
300 MON
50€
500 MON
100€
1,000 MON
500€
5,000 MON

Powered by Monad Blockchain • Next.js • Vercel