Markets
Live crypto, stock, futures, commodity and currency prices, and conversion between them
| BTC | $79075.83 | COFFEE | $334.85 |
| ETH | $2463.03 | GOLD | $4715.30 |
| PAXG | $4639.50 | OATS | $349.00 |
| UNI | $4.30 | OIL | $80.42 |
Calling it
Everything here is public and free. No token, no account, no payment.
curl https://micro.mu/api/v1/markets/convert
Methods
GET /api/v1/markets/convertConvert an amount from one currency to another — 250 GBP in JPY. Uses European Central Bank reference rates, and takes a past date back to 1999. Crypto converts at the live price through the dollar
| Argument | Type | Description |
|---|---|---|
amount | number | How much to convert. Default 1 |
from * | string | Currency or asset to convert from, as a code: GBP, USD, EUR, BTC… |
to * | string | Currency or asset to convert to, as a code: JPY, USD, ETH… |
date | string | Optional: the rate on a past day, as 2020-01-03. Currencies only, back to 1999 |
curl \ "https://micro.mu/api/v1/markets/convert?from=from&to=to"
GET /api/v1/markets/listGet live prices for cryptocurrencies, stocks, commodities (oil, gold, silver, copper and crops), futures and currencies
| Argument | Type | Description |
|---|---|---|
category | string | crypto (BTC, ETH, SOL…), stocks, commodities (OIL, GOLD, SILVER, COPPER, COFFEE, WHEAT, CORN, SOYBEANS, OATS), futures (the metals and oil alone) or currencies (EUR, GBP, JPY…). Default crypto |
curl \ "https://micro.mu/api/v1/markets/list"
The same methods are tools over MCP, and every service on this instance is in one reference. Same method, same answer, same price.


