Midgard sample line

RUNE price over time

Daily USD price for the last 30 days.

What this shows

Daily USD price for THOR.RUNE over the last 30 days. The endpoint returns one bucket per day; we plot startTime against runePriceUSD.

Live call to the Midgard v2 API via the Liquify gateway. JSON response is massaged server-side into a flat { date, price_usd } series so the chart component stays minimal.

Endpoint URL
https://gateway.liquify.com/chain/thorchain_midgard/v2/history/rune?interval=day&count=30
curl
curl 'https://gateway.liquify.com/chain/thorchain_midgard/v2/history/rune?interval=day&count=30'