---
title: "Addresses affected in a specific block"
method: GET
path: "/blocks/{hash_or_number}/addresses"
tags: ["Cardano » Blocks"]
---

# Addresses affected in a specific block

`GET /blocks/{hash_or_number}/addresses`

Return list of addresses affected in the specified block with additional information, sorted by the bech32 address, ascending.

## Path parameters

- `hash_or_number` string, 64-character case-sensitive hexadecimal string or block number., required

## Query parameters

- `count` integer
- `page` integer

## Response `200`

Return the contents of the block

- object[]
  - `address` string, required — Address that was affected in the specified block
  - `transactions` object[], required — List of transactions containing the address either in their inputs or outputs. Sorted by transaction index within a block, ascending.
    - `tx_hash` string, required

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