GET /v1/history/{coingecko_id}

Daily score and market history for one coin (up to 365 days).

GET /api/v1/history/{coingecko_id}

Query parameters

  • days (integer, default 90, max 365): Lookback window in UTC days.
  • horizon (string, default 7d, max 1d|7d|30d): Time horizon window (1d, 7d, or 30d).

Example

curl -s \
  -H "Authorization: Bearer brk_live_YOUR_KEY" \
  "https://app.breakflare.com/api/v1/history/solana?days=90"

Response fields

meta

FieldTypeDescription
meta.productstringProduct identifier (Breakflare Data API).
meta.taglinestringShort product summary.
meta.attributionstringBreakflare attribution string.
meta.market_price_sourcestringHow thin market spot fields were sourced (CoinLore preferred when merged in the daily pipeline).
meta.docsstringURL to public API documentation.
meta.datasetsstringURL to Datasets overview (file exports; access by request).
meta.coingecko_idstringRequested CoinGecko id.
meta.latest_date_utcstringLatest hosted daily snapshot date.
meta.daysintegerLookback window returned.

history[]

FieldTypeDescription
history[].date_utcstringUTC date for the row.
history[].mcap_ranknumber | nullMarket-cap rank that day.
history[].price_usdnumber | nullSpot USD price.
history[].market_capnumber | nullMarket cap (USD).
history[].vol_24hnumber | null24-hour volume (USD).
history[].hype_scorenumber | nullHype score.
history[].breakout_scorenumber | nullClimb (band climb composite).
history[].hype_momentum_7dnumber | null7-day hype momentum.
history[].rank_delta_7dnumber | null7-day rank change.
history[].success_indexnumber | nullBreakout Score™ (BS™).
history[].price_change_24hnumber | null24-hour price change (%).
history[].price_change_7dnumber | null7-day price change (%).

Snapshot fields (price, cap, volume) align to the same UTC pipeline run as Breakflare scores. Intraday charting may need a separate live feed.