Live exchange rates against the five fiat currencies the chainkit SDK supports today. Sourced from real provider RPC via the same multi-provider rotation a chainkit customer app would use.
This page calls /v1/public/btc/rates, which asks the chainkit SDK for every
supported fiat rate in one shot. Behind the scenes mempool and CoinGecko take turns —
whichever is healthiest answers, the other backs it up. The multiplication happens in your
browser.
The lookup above is a real call to chainkit's public API. Here's the same request as curl, in Go via the SDK, and the raw JSON response — everything you need to wire it into your own app.