A dedicated page for zinc pricing in euros
This page attempts to display the current zinc price in euros by querying Mithril's public market API. While zinc is not yet available through the public endpoints, the page transparently reports that the data is missing, keeping users informed. It demonstrates how to build a clean, honest market data viewer using Mithril's free API.
- Uses Mithril's keyless public Pacifica endpoint to search for zinc markets.
- Handles loading and empty states without showing placeholder or invented data.
- Clearly communicates when a requested asset is not available in the public feed.
- Built with React, Vite, and Tailwind, following Mithril's recommended dark theme.