---
title: "Get non inscription UTXO list by address"
method: GET
path: "/v1/indexer/address/{address}/utxo-data"
tags: ["Addresses"]
---

# Get non inscription UTXO list by address

`GET /v1/indexer/address/{address}/utxo-data`

## Path parameters

- `address` string, required

## Query parameters

- `cursor` integer, required
- `size` integer, required

## Response `200`

Successful operation

- object
  - `code` 0 | -1
  - `msg` string
  - `data` object
    - `cursor` integer
    - `total` integer
    - `totalConfirmed` integer
    - `totalUnconfirmed` integer
    - `totalUnconfirmedSpend` integer
    - `utxo` UTXO[]
      - `address` string
      - `codeType` integer
      - `height` integer
      - `idx` integer
      - `inscriptions` InscriptionItem[]
        - `inscriptionId` string
        - `inscriptionNumber` integer
        - `isBRC20` boolean
        - `moved` boolean
        - `offset` integer
      - `isOpInRBF` boolean
      - `satoshi` integer
      - `scriptPk` string
      - `scriptType` string
      - `txid` string
      - `vout` integer

## Other responses

- `401` — Invalid API Key

---

[API](https://skmtc.net/unisat/apis/unisat-wallet-openapi.md) · [All operations](https://skmtc.net/unisat/apis/unisat-wallet-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unisat/unisat-wallet-openapi/revisions/68de350419c7/schema)
