Crypto market statistics in USD
GET /v1/markets/crypto/stats — Independent USD turnover, market capitalization, FDV and liquidity from Minara Token Info, with Backend token search for
GET /v1/markets/crypto/stats
Independent USD turnover, market capitalization, FDV and liquidity from Minara Token Info, with Backend token search for missing fields. Price stays in /v1/quote/crypto/:symbol. For 24-hour percentage change, the UI prefers that Backend field and falls back to Token Info price_change_24h_pct here when absent, preserving zero. Exact chain/address requests never select a namesake by market cap. Symbol searches must be unambiguous. Missing contract market data may use symbol metadata only after authenticated resolution confirms the same canonical asset, chain and contract.
| Method | GET |
| Path | /v1/markets/crypto/stats |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{"supported":true,"currency":"USD","symbol":"btc","sources":["token-story"],"retrievedAt":"2026-09-14T15:00:00.000Z","price_change_24h_pct":1.5,"volume_24h":25885984848,"market_cap":1576075245584,"fdv":1576400000000}Notes
volume_24h is USD turnover, never a base-token candle quantity. market_cap, fdv and liquidity are USD amounts; total_supply is a token quantity. FDV is calculated only when Token Info supplies both price and total supply. Missing fields remain absent, while explicit zero values are preserved. price_change_24h_pct is a percentage, not a USD amount. supported means at least one statistic (including percentage change) is available, regardless of price coverage. retrievedAt is local retrieval time, not an upstream market timestamp. The frontend shares a separate account-scoped Query refreshed every minute in active views.