---
title: "Get Utxos For Address"
method: GET
path: "/addresses/{kaspaAddress}/utxos"
tags: ["Kaspa addresses"]
---

# Get Utxos For Address

`GET /addresses/{kaspaAddress}/utxos`

Lists all open utxo for a given kaspa address.

Returns an empty list if the address holds too many UTXOs.

## Path parameters

- `kaspaAddress` string, required — Kaspa address as string e.g. kaspa:qqkqkzjvr7zwxxmjxjkmxxdwju9kjs6e9u82uh59z07vgaks6gg62v8707g73

## Response `200`

Successful Response

- UtxoResponse[]
  - `address` string
  - `outpoint` OutpointModel, required
    - `transactionId` string
    - `index` integer
  - `utxoEntry` UtxoModel, required
    - `amount` string
    - `scriptPublicKey` ScriptPublicKeyModel, required
      - `scriptPublicKey` string
    - `blockDaaScore` string
    - `isCoinbase` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server.md) · [All operations](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kaspa/kaspa-rest-api-server/revisions/12089df981aa/schema)
