GET /v1/movers

Top movers in the breakout band sorted by rank improvement, hype momentum, or breakout score.

GET /api/v1/movers

Query parameters

  • sort (string, default rank_delta_7d, max rank_delta_7d|hype_momentum_7d|breakout_score): Sort field.
  • limit (integer, default 20, max 100): Number of rows to return.

Example

curl -s \
  -H "Authorization: Bearer kv_live_YOUR_KEY" \
  "https://app.kvantrank.com/api/v1/movers?sort=hype_momentum_7d&limit=15"

Response fields

meta

FieldTypeDescription
meta.productstringProduct identifier (Kvantrank Data API).
meta.taglinestringShort product summary.
meta.docsstringURL to public API documentation.
meta.date_utcstringUTC date of the managed pipeline snapshot (YYYY-MM-DD).
meta.generated_at_utcstringWhen the snapshot was generated (ISO 8601).
meta.sortstringSort field used for this response.
meta.limitintegerMaximum rows returned.

movers[]

FieldTypeDescription
movers[].coingecko_idstringCoinGecko coin id (stable identifier).
movers[].symbolstringTicker symbol.
movers[].namestringDisplay name.
movers[].mcap_ranknumber | nullMarket-cap rank on the snapshot day.
movers[].market.price_usdnumber | nullSpot USD price from the pipeline snapshot.
movers[].market.market_capnumber | nullMarket capitalization (USD).
movers[].market.vol_24hnumber | null24-hour traded volume (USD).
movers[].market.price_change_24hnumber | null24-hour price change (%).
movers[].market.price_change_7dnumber | null7-day price change (%).
movers[].market.vol_spikenumber | nullVolume spike signal vs recent baseline.
movers[].market.ath_change_pctnumber | nullDistance from all-time high (%).
movers[].success_indexnumber | nullComposite success index for the coin.
movers[].prediction_confidencenumber | nullModel confidence for breakout labeling.
movers[].hype_scorenumber | nullCross-sectional attention score (0-100).
movers[].breakout_scorenumber | nullBreakout candidacy score (0-100).
movers[].hype_momentum_7dnumber | null7-day change in hype score.
movers[].rank_delta_7dnumber | null7-day improvement in market-cap rank (positive = climbing).
movers[].top20booleanTrue when the coin is in the current top-20 hype shortlist.
movers[].catalyst.labelstring | nullShort catalyst category label.
movers[].catalyst.titlestring | nullHeadline for the catalyst event.
movers[].catalyst.summarystringOne-paragraph catalyst context.
movers[].catalyst.datestring | nullEvent or article date when available.
movers[].catalyst.sourcestring | nullSource provider or label.
movers[].catalyst.urlstring | nullLink to supporting source.
movers[].catalyst.confidencenumber | nullModel confidence for the catalyst label.
movers[].catalyst.categorystring | nullCatalyst taxonomy bucket.

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