Skip to main content
GET
curl
The response body shown here is a static example, not live data. After you click Send, your live result appears in a separate panel headed 200 OK. The panel under the status-code tabs is a fixed sample from the spec — its field values (fees, prices, sizes, IDs, timestamps) are placeholders. Use Send, or call the endpoint, for current values.
Returns the spot market universe from the spot service /tokens source of truth, in listed order, augmented with logoUrl, quote, and financials from the latest stored market metadata profile when available. name comes from the /tokens entry itself — the spot service is the source of truth for the asset’s display name. Public — no X-API-Key and no signature required. Entries remain present even before the metadata ingester has written a profile row for that ticker; in that case logoUrl is null and the quote / financials fields are null.

Response

Ordered spot market overview entries.

ticker
string
required

Spot market ticker symbol.

Example:

"TSM"

name
string
required

Display name from the spot service /tokens entry (the source of truth). Falls back to the stored metadata profile's company name only when the token is listed without a name.

Example:

"Taiwan Semiconductor Manufacturing Company Limited"

logoUrl
string<uri> | null
required

Logo URL from the corresponding stored market profile, or null when the ticker has not been ingested yet or the provider has no value.

Example:

"https://branding.dydx.exchange/markets/branding/TSM.png"

quote
object
required

Latest price-action snapshot for the spot entry, identical in shape to the quote block on the /markets metadata route. Every field is null until a metadata profile has been ingested for the ticker.

financials
object
required

Headline financial metrics. marketCap / currency are sourced by every provider; peRatio / dividendYield are filled by the Finnhub and FMP providers (null for Massive). The revenue (trailing-twelve-month), evToSales, evToEBITDA, and priceToBook fields are FMP-only enrichment: they are present (omitted otherwise) only in responses produced by the FMP provider.

contractAddress
string

On-chain contract address for the underlying.

Example:

"0x58FFe4a942d3885bAa22D7520691F611EF09e7AA"

category
enum<string>

Category of the underlying. Omitted for tickers outside the classified universe.

Available options:
EQUITIES,
COMMODITIES,
INDICES,
CRYPTO
Example:

"EQUITIES"

Example: