---
title: "GET /tickers"
method: GET
path: "/tickers"
tags: ["api-gateway"]
---

# GET /tickers

`GET /tickers`

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string

## Response `200`

List of tickers

- GetTickersResponse — Page metadata for limit/offset paged responses. This is intended for response bodies (not query params).
  - `limit` integer, required
  - `offset` integer, required
  - `total_count` integer, required
  - `tickers` Ticker[], required
    - `tn` integer, required
    - `ts` integer, required
    - `ap` string, nullable
    - `bp` string, nullable
    - `ef` GetEstimatedFundingRateResponse — Live estimated funding rate for a symbol, served verbatim from the cached estimate the settlement runner publishes.
      - `benchmark_price` string, nullable
      - `funding_amount` string, nullable
      - `funding_rate` string, nullable
      - `reason` string, nullable
      - `settlement_price` string, nullable
      - `status` 'ready' | 'settlement_pending' | 'unavailable', required
      - `symbol` string, required
      - `timestamp` string, date-time, required
    - `h` string, nullable — Session high price in USD
    - `i` 'CLOSED_FROZEN' | 'PRE_OPEN' | 'OPEN' | 'CLOSED' | 'DELISTED' | 'HALTED' | 'MATCH_AND_CLOSE_AUCTION' | 'UNKNOWN'
    - `l` string, nullable — Session low price in USD
    - `lsp` string, nullable — Last settlement price in USD
    - `lst` integer, nullable — Last settlement time as epoch seconds
    - `m` string, required
    - `o` string, nullable — Session open price in USD
    - `oi` integer, required — Open interest in contracts
    - `p` string, nullable — Last trade price in USD
    - `pl` string, nullable — Price band lower limit in USD: the absolute lower bound of the price band that orders are checked against
    - `pu` string, nullable — Price band upper limit in USD: the absolute upper bound of the price band that orders are checked against
    - `q` integer, required — Last trade quantity in contracts
    - `s` string, required — Instrument symbol; e.g. XAU-PERP, EURUSD-PERP
    - `v` integer, required — Total 24h volume in contracts (quantity traded, not notional value)

## Other responses

- `400` — Invalid sort field

---

[API](https://skmtc.net/architect/apis/ax-api-gateway.md) · [All operations](https://skmtc.net/architect/apis/ax-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/architect/ax-api-gateway/versions/2955c31c524d/schema)
