---
title: "Assets associated with the account addresses"
method: GET
path: "/accounts/{stake_address}/addresses/assets"
tags: ["Cardano » Accounts"]
---

# Assets associated with the account addresses

`GET /accounts/{stake_address}/addresses/assets`

Obtain information about assets associated with addresses of a specific account.
<b>Be careful</b>, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.

## Path parameters

- `stake_address` string, required

## Query parameters

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

## Response `200`

Return the account addresses content

- object[]
  - `unit` string, Concatenation of asset policy_id and hex-encoded asset_name, required — The unit of the value
  - `quantity` string, required — The quantity of the unit

## 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/versions/4a2f67b16876/schema)
