---
title: "Address UTXOs of a given asset"
method: GET
path: "/addresses/{address}/utxos/{asset}"
tags: ["Cardano » Addresses"]
---

# Address UTXOs of a given asset

`GET /addresses/{address}/utxos/{asset}`

UTXOs of the address.

## Path parameters

- `address` string, required
- `asset` string, required

## Query parameters

- `count` integer
- `page` integer
- `order` 'asc' | 'desc'

## Response `200`

Return the address content

- object[]
  - `address` string, required — Bech32 encoded addresses - useful when querying by payment_cred
  - `tx_hash` string, required — Transaction hash of the UTXO
  - `tx_index` integer, required — UTXO index in the transaction
  - `output_index` integer, required — UTXO index in the transaction
  - `amount` object[], required
    - `unit` string, Lovelace or concatenation of asset policy_id and hex-encoded asset_name, required — The unit of the value
    - `quantity` string, required — The quantity of the unit
  - `block` string, required — Block hash of the UTXO
  - `data_hash` string, nullable, required — The hash of the transaction output datum
  - `inline_datum` string, nullable, required — CBOR encoded inline datum
  - `reference_script_hash` string, nullable, required — The hash of the reference script of the output

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/revisions/4a2f67b16876/schema)
