---
title: "Get UTXOs by address"
method: GET
path: "/v3/ada/{address}/utxos"
tags: ["Cardano - Tatum API"]
---

# Get UTXOs by address

`GET /v3/ada/{address}/utxos`

/v3/ada/{address}/utxos

**You can work with Cardano by [connecting directly to a blockchain node provided by Tatum](https://apidoc.tatum.io/tag/Node-RPC#operation/NodeJsonPostRpcDriver).**

  

#### 1 credit per API call.

Gets a Ada UTXOs by address.

## Path parameters

- `address` string, required

## Response `200`

OK

- AdaUTXO[]
  - `value` string — Sent amount in ADA.
  - `index` number — Index of the output in the transaction.
  - `txHash` string — Transaction hash.
  - `address` string — Recipient address.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `403` — Forbidden. The request is authenticated, but it is not possible to perform the required operation due to a logical error or invalid permissions.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/revisions/8622ee4b8fae/schema)
