---
title: "GET /coins/{coin_type}"
method: GET
path: "/coins/{coin_type}"
tags: ["Coins"]
---

# GET /coins/{coin_type}

`GET /coins/{coin_type}`

## Path parameters

- `coin_type` string, required — A Move StructTag

## Response `200`

- CoinInfo
  - `coin_type` string, required — A Move StructTag
  - `metadata` CoinMetadata
    - `decimals` integer, required — Number of decimal places the coin uses.
    - `description` string, required — Description of the token
    - `icon_url` string — URL for the token logo
    - `id` string, hex, required — A 32-byte Sui address, encoded as a hex string.
    - `name` string, required — Name for the token
    - `symbol` string, required — Symbol for the token
  - `treasury` CoinTreasury
    - `id` string, hex — A 32-byte Sui address, encoded as a hex string.
    - `total_supply` string, u64, required — Radix-10 encoded 64-bit unsigned integer

## Other responses

- `404`

## Changes

- **2024-07-17** `0a9035c8238d` — 1 breaking, 4 info
  - added the new path request parameter `coin_type`
  - api operation id `GetCoinInfo` was added
  - api tag `Coins` added
  - added the non-success response with the status `404`
  - …1 more

[Change history](https://skmtc.dev/verichains/apis/sui-node-api/changes/coins/:coin_type/get.md)

---

[API](https://skmtc.dev/verichains/apis/sui-node-api.md) · [All operations](https://skmtc.dev/verichains/apis/sui-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verichains/sui-node-api/revisions/f4c58925668c/schema)
