---
title: "Retrieve Coin Detail"
method: GET
path: "/sui/coin/detail"
---

# Retrieve Coin Detail

`GET /sui/coin/detail`

Returns the metadata, price, supply, total holders and verification info with a given cointype.

## Query parameters

- `coinType` string, required

## Response `200`

200

- object
  - `code` integer
  - `message` string
  - `result` object
    - `name` string
    - `symbol` string
    - `decimals` integer
    - `logo` string
    - `price` string
    - `priceChangePercentage24H` string
    - `totalSupply` string
    - `holders` integer
    - `marketCap` string
    - `packageID` string
    - `coinType` string
    - `objectType` string
    - `website` string
    - `creator` string
    - `volume24H` string
    - `createdTime` integer
    - `scamFlag` integer
    - `birdeyeLink` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/blockvision/apis/blockvision-v2.md) · [All operations](https://skmtc.dev/blockvision/apis/blockvision-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockvision/blockvision-v2/revisions/e52be4fcb129/schema)
