v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Blocks

Addresses affected in a specific block

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

get/blocks/{hash_or_number}/addresses

Path parameters

hash_or_numberstring 64-character case-sensitive hexadecimal string or block number. required

Hash of the requested block.

Query parameters

countinteger

The number of results displayed on one page.

pageinteger

The page number for listing the results.

Response

Return the contents of the block

addressstring required

Address that was affected in the specified block

Example response

[
  {
    "address": "addr1q9ld26v2lv8wvrxxmvg90pn8n8n5k6tdst06q2s856rwmvnueldzuuqmnsye359fqrk8hwvenjnqultn7djtrlft7jnq7dy7wv",
    "transactions": [
      {
        "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dce628516157f0"
      }
    ]
  },
  {
    "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
    "transactions": [
      {
        "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dce628516157d0"
      }
    ]
  }
]