---
title: "GET /markets/tickers"
method: GET
path: "/markets/tickers"
tags: ["Markets"]
---

# GET /markets/tickers

`GET /markets/tickers`

## Query parameters

- `addresses` string[]
- `symbols` string[]

## Response `200`

Success

- MarketTickerResponse[]
  - `capacityShort` TradingCapacityResponse, required
    - `marketDataStatus` 'fresh' | 'stale', required
    - `jitDataStatus` 'available' | 'stale' | 'unavailable', required
    - `limitingFactor` 'reserve' | 'openInterest' | 'both' | 'notApplicable', required
    - `jitAvailableLiquidity` string, required
    - `baseAvailableLiquidity` string, required
    - `availableLiquidity` string, required
  - `capacityLong` TradingCapacityResponse, required
    - `marketDataStatus` 'fresh' | 'stale', required
    - `jitDataStatus` 'available' | 'stale' | 'unavailable', required
    - `limitingFactor` 'reserve' | 'openInterest' | 'both' | 'notApplicable', required
    - `jitAvailableLiquidity` string, required
    - `baseAvailableLiquidity` string, required
    - `availableLiquidity` string, required
  - `netRateShort` string, required
  - `netRateLong` string, required
  - `borrowingRateShort` string, required
  - `borrowingRateLong` string, required
  - `fundingRateShort` string, required
  - `fundingRateLong` string, required
  - `poolAmountShortUsd` string, required
  - `poolAmountLongUsd` string, required
  - `availableLiquidityShort` string, required
  - `availableLiquidityLong` string, required
  - `shortInterestUsdMark` string, required
  - `longInterestUsdMark` string, required
  - `shortInterestUsd` string, required
  - `longInterestUsd` string, required
  - `shortInterestInTokens` string, required
  - `longInterestInTokens` string, required
  - `priceChangePercent24hBps` string, required
  - `priceChange24h` string, required
  - `close24h` string, required
  - `open24h` string, required
  - `low24h` string, required
  - `high24h` string, required
  - `markPrice` string, required
  - `maxPrice` string, required
  - `minPrice` string, required
  - `marketTokenAddress` string, required
  - `symbol` string, required

## Other responses

- `400` — Bad Request - Invalid market addresses or symbols
- `500` — Internal Server Error

## Changes

- **2026-08-25** `4455f6c22f99` — 2 info
  - added the required property `items/capacityLong` to the response with the `200` status
  - added the required property `items/capacityShort` to the response with the `200` status

[Change history](https://skmtc.dev/gmx/apis/gmx-io-gmx-public-api/changes/markets/tickers/get.md)

---

[API](https://skmtc.dev/gmx/apis/gmx-io-gmx-public-api.md) · [All operations](https://skmtc.dev/gmx/apis/gmx-io-gmx-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gmx/gmx-io-gmx-public-api/revisions/4455f6c22f99/schema)
