Price

Market price · Qubic Report
Price per QU
–USD
Market cap
–
price × circulating
Change, 24 h
–
–
Circulating
–
–
Epoch
–
at the last reading
Observed
–
–

Price over time

Every reading is a price that stood for a measured stretch of time.

Price (steps) – · in –s
What is measured here: The price is read once a minute from Qubic's own RPC and stored when it changes, together with how long it held. The chart draws steps, never a curve — between two readings the price did not move gradually, it stood still and then jumped. There is no trading volume on this page: the RPC publishes none.

Rising and falling days

One square per day, coloured by the move against the day before. Days nobody measured are hatched, not neutral — an unobserved day is not a quiet day.

Less More Not measured
–

Around the computor payouts

Once a week, when the epoch turns (Wednesday 12:00 UTC), the protocol pays 676 computors at once. Those payouts are emission, not transfers — the public RPC does not carry them at all, so this comparison exists nowhere else. The table reports what the price did; it does not claim the payout caused it.

Get these prices via API

Everything on this page is public and needs no key. The same readings, in JSON:

curl https://report.qubic.tools/v1/price/latest
{
  "price": <usd>,            // USD per QU
  "status": "live",
  "at": <unix>,              // when it was read
  "held_for_s": <sec>,       // how long it has stood
  "market_cap": <usd>,
  "change": { "24h": { "pct": <pct>, ... } },
  "source": { "provider": "Qubic RPC", ... }
}

Three more endpoints carry the rest of this page:

Every parameter and response is documented in the interactive API reference, where each endpoint can be run straight from the browser: Open the API reference →

Free to use, including commercially. Please attribute the report and do not poll faster than once a minute — the underlying reading only changes that often.

Where these figures come from

The price is read from Qubic's own /v1/latest-stats — the same endpoint this project already uses for supply and tick quality. Qubic's stats service holds the licence for the figure it publishes.

There is no trading volume here, and that is deliberate. Exchange APIs were built against first and then removed: MEXC's terms prohibit republishing their market data without written consent. A volume figure sourced that way would be a licence breach wearing a useful label.

History starts when this worker first ran. The RPC serves only "now", so nothing before that can be filled in — and nothing is. Minute detail is kept for 90 days; hourly summaries are kept for good.