---
title: "GET /tokens/info"
method: GET
path: "/tokens/info"
tags: ["Tokens"]
---

# GET /tokens/info

`GET /tokens/info`

## Response `200`

Success

- TokenInfoResponse[]
  - `hasPriceFeedProvider` boolean
  - `totalSupply` string
  - `balance` string
  - `balanceType` number, double
  - `sourceChainBalance` string
  - `gmxAccountBalance` string
  - `walletBalance` string
  - `prices` object, required
    - `maxPrice` string, required
    - `minPrice` string, required
  - `searchAliases` string[]
  - `isStaking` boolean
  - `isPlatformTradingToken` boolean
  - `isPlatformToken` boolean
  - `isV1Available` boolean
  - `isChartDisabled` boolean
  - `isTempHidden` boolean
  - `isSynthetic` boolean
  - `isStable` boolean
  - `isShortable` boolean
  - `isWrapped` boolean
  - `isNative` boolean
  - `isUsdg` boolean
  - `contractVersion` string
  - `isPermitDisabled` boolean
  - `isPermitSupported` boolean
  - `categories` string[]
  - `imageUrl` string
  - `reservesUrl` string
  - `explorerUrl` string
  - `explorerSymbol` string
  - `metamaskSymbol` string
  - `wrappedAddress` string
  - `visualPrefix` string
  - `visualMultiplier` number, double
  - `address` string, required
  - `decimals` number, double, required
  - `baseSymbol` string
  - `assetSymbol` string
  - `symbol` string, required
  - `name` string, required

## Other responses

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