Equity

Equity Metadata

Returns lightweight identity, logo, and latest USD price metadata for one or more US-listed stocks or ETFs. Symbols are returned in request order. Company and fund identity is cached for 24 hours; prices are cached independently for 1 minute.

get/gateway/v1/equity/meta

Query parameters

symbolstring required

One or more comma-separated US stock or ETF ticker symbols; at most 20 unique symbols

Example:AAPL,NVDA,SPY

One or more comma-separated US stock or ETF ticker symbols; at most 20 unique symbols

include_tokenizedboolean

Include tokenized counterparts of each stock — issuer-minted crypto tokens tracking the equity, with their chains and contract addresses. Off by default: most symbols have none, and the payload grows with a 20-symbol request.

Include tokenized counterparts of each stock — issuer-minted crypto tokens tracking the equity, with their chains and contract addresses. Off by default: most symbols have none, and the payload grows with a 20-symbol request.

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/SimpleListResponseEquityMeta.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.