Skip to Content
Agent APIEndpointsToken market

Token market

Returns a lightweight, uncached market snapshot for commit-time checks.

GET /v1/agent/token/{address}/market · Price: $0.005

Inputs

NameInRequiredValues
addressPathYesEVM address (0x plus 40 hexadecimal characters)
chainQueryNobase (default), robinhood, ethereum

Response

FieldDescription
chain, token_addressRequested market.
fdv_usd, price_usd, liquidity_usdCurrent values when fresh evidence exists.
observed_at, data_freshness_msTimestamp and age of the evidence used.
sourcetoken_state, score_snapshot, computed_fallback, or unavailable.
market_pathBounded FDV history with classification, coverage, summary metrics, and timestamped points.

This endpoint bypasses the response cache used by deeper analysis. It prefers coherent live evidence, may fill missing values from a fresh durable snapshot, and does not reuse stale market values. A known token can therefore return null market fields with source: "unavailable"; an unknown token returns 404. market_path can be null where the selected market cannot be represented by the standard path model.