v1
latestOpenAPI 3.0.42026-07-262045103.2 KBTickers
Get Price and Volume Data for All Supported Tickers
This endpoint retrieves the latest price and volume data for all supported tickers. A ticker represents a specific asset in the market.
For caching details on this endpoint, please see: Endpoint Caching.
get/v1/tickers
Response
OK
Example response
[
{
"tickerId": "aaplon_usdon",
"baseCurrency": "AAPLon",
"targetCurrency": "USDon",
"lastPrice": 12.34,
"baseVolume": 100,
"targetVolume": 250
}
]