---
title: "Get Price and Volume Data for All Supported Tickers"
method: GET
path: "/v1/tickers"
tags: ["Tickers"]
---

# Get Price and Volume Data for All Supported Tickers

`GET /v1/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](https://docs.ondo.finance/api-reference/endpoint-caching).

## Response `200`

OK

- TickerResponse[]
  - `tickerId` string, required — The identifier of a ticker, formatted as `<base>_<target>`.
  - `baseCurrency` string, required — The GM symbol of the base asset.
  - `targetCurrency` string, required — The GM symbol of the target asset.
  - `lastPrice` number, required — The last transacted price of base currency based on given target currency.
  - `baseVolume` number, required — The 24 hour trading volume for the pair (unit in base).
  - `targetVolume` number, required — The 24 hour trading volume for the pair (unit in target).

## Other responses

- `401` — Missing or invalid API key.
- `429` — The account has exceeded its rate limits. Please see the returned message and documentation for details.
- `500` — An internal server error occurred. Please see the returned message and documentation for details.

---

[API](https://skmtc.net/ondo/apis/gm-backend-api.md) · [All operations](https://skmtc.net/ondo/apis/gm-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ondo/gm-backend-api/versions/12953a4908b2/schema)
