---
title: "Retrieve Account Coins"
method: GET
path: "/sui/account/coins"
---

# Retrieve Account Coins

`GET /sui/account/coins`

Gets all Coins currently owned by a given address on Sui Network with related price and metadata info.

## Query parameters

- `account` string, required

## Response `200`

200

- object
  - `code` integer
  - `message` string
  - `result` object
    - `coins` object[]
      - `coinType` string
      - `name` string
      - `symbol` string
      - `decimals` integer
      - `balance` string
      - `verified` boolean
      - `logo` string
      - `usdValue` string
      - `objects` integer
    - `usdValue` 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)
