---
title: "Address details"
method: GET
path: "/addresses/{address}/total"
tags: ["Cardano » Addresses"]
---

# Address details

`GET /addresses/{address}/total`

Obtain details about an address.

## Path parameters

- `address` string, required

## Response `200`

Return the Address details.

- AddressContentTotal
  - `address` string, required — Bech32 encoded address
  - `received_sum` 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
  - `sent_sum` 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
  - `tx_count` integer, required — Count of all transactions on the 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)
