---
title: "Get Tickers"
method: GET
path: "/v1/info/tickers"
---

# Get Tickers

`GET /v1/info/tickers`

Get all instrument tickers with live market data.

## Query parameters

- `instrument_id` integer — Instrument ID

## Response `200`

Tickers response.

- Ticker[]
  - `instrument_id` integer, required — Instrument ID
  - `symbol` string, required — Instrument symbol
  - `index_price` string, required — Index price
  - `mark_price` string, required — Mark price
  - `last_price` string, required — Last traded price
  - `mid_price` string, required — Mid price
  - `open_interest` string, required — Open interest in number of contracts
  - `funding_rate` string, required — Funding rate
  - `next_funding` integer, required — Next funding timestamp in milliseconds
  - `timestamp` integer, required — Timestamp in milliseconds

## Other responses

- `429` — Too Many Requests. `error` distinguishes the limit that was hit: `ip_rate_limited` (per-IP token bucket), `action_rate_limited` (per-account action rate), or `open_orders_limit` (resting open-order cap).
- `500` — Internal server error. `error` is `internal_error`.

---

[API](https://skmtc.net/polymarket/apis/polymarket-perps-http-api.md) · [All operations](https://skmtc.net/polymarket/apis/polymarket-perps-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/polymarket-perps-http-api/versions/04930a2ca433/schema)
