Skip to main content

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.

Request

Path Parameters

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

    Hash of the requested block.

    Example: 4873401

Query Parameters

    count integer

    Possible values: >= 1 and <= 100

    Default value: 100

    The number of results displayed on one page.

    page integer

    Possible values: >= 1 and <= 21474836

    Default value: 1

    The page number for listing the results.

Responses

Return the contents of the block


Schema
  • Array [
  • 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.

  • Array [
  • tx_hash string required
  • ]
  • ]
Loading...