---
title: "List unspents on a wallet"
method: GET
path: "/api/v2/{coin}/wallet/{walletId}/unspents"
tags: ["Wallet"]
---

# List unspents on a wallet

`GET /api/v2/{coin}/wallet/{walletId}/unspents`

## Path parameters

- `coin` string, required — A cryptocurrency symbol or token ticker symbol
- `walletId` string, required

## Query parameters

- `limit` string, number
- `prevId` string
- `chains` string[]
- `minConfirms` string, number
- `enforceMinConfirmsForChange` boolean
- `minValue` string
- `maxValue` string
- `unspentIds` string[]
- `token` string

## Response `200`

OK

- WalletUnspentsResponse
  - `unspents` object[], required
    - `chain` number — The chain of the UTXO
    - `index` number — The index of the UTXO
    - `redeemScript` string — The redeem script of the UTXO
    - `witnessScript` string — The witness script of the UTXO
    - `id` string — The ID of the UTXO
    - `address` string — The address of the UTXO
    - `value` number — The value of the UTXO
    - `blockHeight` number — The block this Unspent was created in
    - `coinbase` boolean — True if this unspent came from the coinbase transaction
  - `nextBatchPrevId` string — The ID from where the results can continue
  - `coin` string — A cryptocurrency symbol or token ticker symbol
  - `bumpFee` string, number — fee bump

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
