Skip to main content
GET
Get Market Data for an Asset

Authorizations

x-api-key
string
header
required

Path Parameters

symbol
string
required

The GM token symbol

Response

OK

primaryMarket
object
required
underlyingMarket
object | null
required

The off-chain stock that backs the token. This is null for tokens that represent several underlying assets rather than a single stock; for those, see constituentTokens. For a token backed by a single stock, this object is populated as shown.

constituentTokens
string[]
required

GM token symbols of the underlying assets that make up this token, for tokens that represent several underlying assets rather than a single stock. Each symbol can be looked up individually via the market endpoints. For a token backed by a single stock this is an empty array ([]), and underlyingMarket is populated instead.

Example:
timestamp
number
required

The Unix timestamp in milliseconds when the data was last updated.

Example:

1746655938000