Tickers

Get market tickers

get

Returns standardized ticker data for all trading pairs, compatible with CoinGecko.

Each ticker includes: ticker_id, base/target currency symbols, pool_id, last_price, 24h volumes (base and target), liquidity_in_usd (TVL), and 24h high/low prices.

Use cases: market data aggregation (CoinGecko), trading analytics and charts, price monitoring and alerts, volume tracking across all pairs.

Follows ticker API specification used by major crypto data aggregators. Data is updated in real-time based on pool state and swap events. All volume metrics are for the last 24 hours.

Responses
chevron-right
200

Successful Response

application/json
ticker_idstringRequired
base_currencystringRequired
target_currencystringRequired
last_pricestringRequired
base_volumestringRequired
target_volumestringRequired
pool_idstringRequired
liquidity_in_usdstringRequired
get
/api/tickers
200

Successful Response

Last updated