---
title: "Get Utxos For Addresses"
method: POST
path: "/addresses/utxos"
tags: ["Kaspa addresses"]
---

# Get Utxos For Addresses

`POST /addresses/utxos`

Lists all open utxo for a given list of kaspa addresses.

Addresses that hold too many UTXOs are silently omitted from the response.

## Request body

- UtxoRequest
  - `addresses` string[]

## 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)
