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

# GET /ticker

`GET /ticker`

## Query parameters

- `symbol` string, required

## Response `200`

Ticker details

- GetTickerResponse
  - `ticker` Ticker, required — Low frequency (e.g. ~1s or ~5s) stats update for a symbol.
    - `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

- `404` — No ticker available for the symbol

---

[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)
