Skip to main content
GET
Get Enhanced Prices for All Supported Assets

Authorizations

x-api-key
string
header
required

Query Parameters

sort
enum<string>
default:desc

The sort direction for prices.

Available options:
desc,
asc

Response

OK

symbol
string
required

The GM symbol of the asset.

Example:

"NFLXon"

price
string
required

The token price, represented as a string-encoded decimal with up to 18 digits after the decimal point.

Example:

"836.26176"

priceChange24h
string
required

The price change in the last 24 hours of open market.

Example:

"-19.22815"

priceChangePct24h
string
required

The percentage change in price over the last 24 hours of open market.

Example:

"-2.247618560457364132"

timestamp
number
required

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

Example:

1769125830623