Skip to main content
GET
Get Price and Volume Data for All Supported Tickers

Authorizations

x-api-key
string
header
required

Response

OK

tickerId
string
required

The identifier of a ticker, formatted as <base>_<target>.

Example:

"aaplon_usdon"

baseCurrency
string
required

The GM symbol of the base asset.

Example:

"AAPLon"

targetCurrency
string
required

The GM symbol of the target asset.

Example:

"USDon"

lastPrice
number
required

The last transacted price of base currency based on given target currency.

Example:

12.34

baseVolume
number
required

The 24 hour trading volume for the pair (unit in base).

Example:

100

targetVolume
number
required

The 24 hour trading volume for the pair (unit in target).

Example:

250