---
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[]
  - `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

---

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