---
title: "Extended information of a specific address"
method: GET
path: "/addresses/{address}/extended"
tags: ["Cardano » Addresses"]
---

# Extended information of a specific address

`GET /addresses/{address}/extended`

Obtain extended information about a specific address.

## Path parameters

- `address` string, required

## Response `200`

Return the address content.

- AddressContentExtended
  - `address` string, required — Bech32 encoded addresses
  - `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
    - `decimals` integer, nullable, required — Number of decimal places of the asset unit. Primary data source is CIP68 reference NFT with a fallback to off-chain metadata.
    - `has_nft_onchain_metadata` boolean, required — True if the latest minting transaction includes metadata (best-effort)
  - `stake_address` string, nullable, required — Stake address that controls the key
  - `type` 'byron' | 'shelley', required — Address era
  - `script` boolean, required — True if this is a script address

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