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

# GET /markets/info

`GET /markets/info`

## Response `200`

Success

- MarketInfoResponse[]
  - `borrowingFactorPerSecondForShorts` string, required
  - `borrowingFactorPerSecondForLongs` string, required
  - `fundingFactorPerSecond` string, required
  - `totalBorrowingFees` string, required
  - `virtualInventoryForPositionsInTokens` string, required
  - `virtualInventoryForPositions` string, required
  - `virtualPoolAmountForShortToken` string, required
  - `virtualPoolAmountForLongToken` string, required
  - `longsPayShorts` boolean, required
  - `shortInterestInTokensUsingShortToken` string
  - `shortInterestInTokensUsingLongToken` string
  - `longInterestInTokensUsingShortToken` string
  - `longInterestInTokensUsingLongToken` string
  - `shortInterestUsdUsingShortToken` string
  - `shortInterestUsdUsingLongToken` string
  - `longInterestUsdUsingShortToken` string
  - `longInterestUsdUsingLongToken` string
  - `shortInterestInTokens` string, required
  - `longInterestInTokens` string, required
  - `shortInterestUsd` string, required
  - `longInterestUsd` string, required
  - `positionImpactPoolAmount` string, required
  - `poolValueMin` string, required
  - `poolValueMax` string, required
  - `shortPoolAmount` string, required
  - `longPoolAmount` string, required
  - `virtualShortTokenId` string, required
  - `virtualLongTokenId` string, required
  - `virtualIndexTokenId` string, required
  - `virtualMarketId` string, required
  - `maxShortPoolUsdForDeposit` string, required
  - `maxLongPoolUsdForDeposit` string, required
  - `maxShortPoolAmount` string, required
  - `maxLongPoolAmount` string, required
  - `withdrawalFeeFactorBalanceWasNotImproved` string
  - `withdrawalFeeFactorBalanceWasImproved` string
  - `swapImpactExponentFactor` string, required
  - `swapImpactFactorNegative` string, required
  - `swapImpactFactorPositive` string, required
  - `atomicSwapFeeFactor` string, required
  - `swapFeeFactorForBalanceWasNotImproved` string, required
  - `swapFeeFactorForBalanceWasImproved` string, required
  - `useOpenInterestInTokensForBalance` boolean, required
  - `positionImpactExponentFactorNegative` string, required
  - `positionImpactExponentFactorPositive` string, required
  - `lentPositionImpactPoolAmount` string, required
  - `maxLendableImpactUsd` string, required
  - `maxLendableImpactFactorForWithdrawals` string, required
  - `maxLendableImpactFactor` string, required
  - `maxFundingFactorPerSecondShort` string, required
  - `maxFundingFactorPerSecondLong` string, required
  - `minFundingFactorPerSecondShort` string, required
  - `minFundingFactorPerSecondLong` string, required
  - `thresholdForDecreaseFunding` string, required
  - `thresholdForStableFunding` string, required
  - `fundingDecreaseFactorPerSecond` string, required
  - `minFundingIncreaseRatePerSecond` string, required
  - `fundingIncreaseFactorPerSecond` string, required
  - `fundingExponentFactor` string, required
  - `fundingFactor` string, required
  - `borrowingExponentFactorShort` string, required
  - `borrowingExponentFactorLong` string, required
  - `borrowingFactorShort` string, required
  - `borrowingFactorLong` string, required
  - `maxPositionImpactFactorForLiquidations` string, required
  - `maxPositionImpactFactorNegative` string, required
  - `maxPositionImpactFactorPositive` string, required
  - `positionImpactFactorNegative` string, required
  - `positionImpactFactorPositive` string, required
  - `positionFeeFactorForBalanceWasNotImproved` string, required
  - `positionFeeFactorForBalanceWasImproved` string, required
  - `maxPnlFactorForWithdrawalsShort` string
  - `maxPnlFactorForWithdrawalsLong` string
  - `maxPnlFactorForDepositsShort` string
  - `maxPnlFactorForDepositsLong` string
  - `maxPnlFactorForTradersShort` string, required
  - `maxPnlFactorForTradersLong` string, required
  - `minCollateralFactorForOpenInterestShort` string, required
  - `minCollateralFactorForOpenInterestLong` string, required
  - `minCollateralFactorForLiquidation` string, required
  - `minCollateralFactor` string, required
  - `swapImpactPoolAmountShort` string, required
  - `swapImpactPoolAmountLong` string, required
  - `positionImpactPoolDistributionRate` string, required
  - `minPositionImpactPoolAmount` string, required
  - `maxCollateralSumShortTokenShort` string, required
  - `maxCollateralSumShortTokenLong` string, required
  - `maxCollateralSumLongTokenShort` string, required
  - `maxCollateralSumLongTokenLong` string, required
  - `maxOpenInterestShort` string, required
  - `maxOpenInterestLong` string, required
  - `openInterestReserveFactorShort` string, required
  - `openInterestReserveFactorLong` string, required
  - `reserveFactorShort` string, required
  - `reserveFactorLong` string, required
  - `data` string, required
  - `isDisabled` boolean, required
  - `isSpotOnly` boolean, required
  - `isSameCollaterals` boolean, required
  - `shortTokenAddress` string, required
  - `longTokenAddress` string, required
  - `indexTokenAddress` string, required
  - `marketTokenAddress` string, required
  - `name` string, required

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-08-25** `4455f6c22f99` — 2 breaking, 19 info
  - removed the required property `items/maxFundingFactorPerSecond` from the response with the `200` status
  - removed the required property `items/minFundingFactorPerSecond` from the response with the `200` status
  - added the optional property `items/longInterestInTokensUsingLongToken` to the response with the `200` status
  - added the optional property `items/longInterestInTokensUsingShortToken` to the response with the `200` status
  - …17 more

[Change history](https://skmtc.dev/gmx/apis/gmx-io-gmx-public-api/changes/markets/info/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)
