---
title: "GET /users/{id}/coins/{mint}"
method: GET
path: "/users/{id}/coins/{mint}"
tags: ["users"]
---

# GET /users/{id}/coins/{mint}

`GET /users/{id}/coins/{mint}`

Gets information about a specific coin owned by the user and their wallets

## Path parameters

- `id` string, required
- `mint` string, required

## Response `200`

Success

- UserCoinResponse
  - `data` UserCoinWithAccounts
    - `mint` string, required — The coin mint address
    - `ticker` string, required — The coin symbol
    - `decimals` integer, required — The number of decimals for the coin
    - `logo_uri` string, nullable — URL to the coin's logo image
    - `balance` integer, required — The total balance of the coin in the user's account (in wei)
    - `balance_usd` number, required — The total balance of the coin in the user's account in USD
    - `accounts` UserCoinAccount[], required
      - `account` string, required — The token account address
      - `owner` string, required — The owner wallet of the token account
      - `balance` integer, required — The balance of the coin in the user's account (in wei)
      - `balance_usd` number, required — The balance of the coin in the user's account in USD
      - `is_in_app_wallet` boolean, required — Whether the account is in the user's in-app wallet

---

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