---
title: "getTokenById"
method: GET
path: "/v1/tokens/{tokenId}"
tags: ["Tokens"]
---

# getTokenById

`GET /v1/tokens/{tokenId}`

Get the queried token denomination by token id.

## Path parameters

- `tokenId` string, required — Queried token ID.

## Response `200`

OK

- TokenInfoDto
  - `tokenId` string
  - `tokenSymbol` string
  - `totalSupply` number, double
  - `lockedSupply` number, double
  - `unlockedSupply` number, double
  - `unlockPercent` number, double
  - `ownerAddress` string
  - `tokenAdminAddress` string
  - `ownerName` string
  - `ownerImg` string
  - `tokenHoldersCount` integer
  - `tokenHoldersCountDay` integer
  - `createdAt` integer
  - `tokenType` 'ALL' | 'CUSTOM_TOKEN' | 'FUNGIBLE_TOKEN'
  - `tokenName` string
  - `tokenImage` string
  - `isVerified` boolean
  - `isBridged` boolean
  - `coingeckoCoinId` string
  - `coinmarketCoinId` string

---

[API](https://skmtc.net/blockberry/apis/sui-mainnet-api.md) · [All operations](https://skmtc.net/blockberry/apis/sui-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockberry/sui-mainnet-api/versions/3e4cb73940b7/schema)
