---
title: "Full block"
method: GET
path: "/blockchain-v2/{asset}/blocks/{block_hash}"
tags: ["Full blockchain entities v2"]
---

# Full block

`GET /blockchain-v2/{asset}/blocks/{block_hash}`

Returns a full blockchain block with all transactions and balance updates.<br/> Results are limited to the last 30 days for Community users.

## Path parameters

- `asset` string, required
- `block_hash` string, required

## Query parameters

- `include_sub_accounts` boolean
- `pretty` boolean

## Response `200`

Blockchain full block.

- BlockchainFullBlockResponseV2 — Blockchain full block response.
  - `block_hash` string, required — Hash of the block.
  - `parent_block_hash` string — Hash of the block.
  - `height` string, required — Height of the block.
  - `consensus_time` string, required — The time in ISO 8601 date-time format. Always with nanoseconds precision.
  - `miner_time` string, required — The time in ISO 8601 date-time format. Always with nanoseconds precision.
  - `nonce` string — Nonce of the block, hex-encoded.
  - `extra_data` string — Extra data of the block, hex-encoded.
  - `n_transactions` string, required — Number of transactions.
  - `n_balance_updates` string, required — Number of balance updates.
  - `version` string — Version of the block.
  - `difficulty` string — Difficulty of the block.
  - `physical_size` string — Physical size of the block, bytes.
  - `consensus_size` string — Consensus size of the block.
  - `consensus_size_limit` string — Consensus size limit of the block.
  - `stale` string — This field is set to true if the corresponding block is stale. Otherwise omitted.
  - `transactions` BlockchainFullTransactionResponseV2[]
    - `txid` string, required — Identifier (txid) of the transaction.
    - `consensus_time` string, required — The time in ISO 8601 date-time format. Always with nanoseconds precision.
    - `miner_time` string — The time in ISO 8601 date-time format. Always with nanoseconds precision.
    - `tx_position` string, required — Transaction position.
    - `min_chain_sequence_number` string — Chain sequence number.
    - `max_chain_sequence_number` string — Chain sequence number.
    - `n_balance_updates` string, required — Number of balance updates.
    - `amount` string, required — Sum of all debits in the transaction.
    - `stale` string — This field is set to true if the corresponding block is stale. Otherwise omitted.
    - `balance_updates` BlockchainTransactionBalanceUpdateV2[]
      - `chain_sequence_number` string, required — Chain sequence number.
      - `account` string, required — Account id.
      - `account_creation_height` string, required — Height of the block.
      - `change` string, required — Balance change.
      - `previous_balance` string, required — Balance of the account.
      - `new_balance` string, required — Balance of the account.
      - `transaction_sequence_number` string, required — It is used to order balance updates inside a single transaction to distinguish between serial and parallel balance updates.
      - `n_debits` string, required — Number of debits.
      - `n_credits` string, required — Number of credits.
      - `previous_debit_height` string — Height of the block.
      - `previous_credit_height` string — Height of the block.
      - `previous_chain_sequence_number` string — It is used to order balance updates inside a single transaction to distinguish between serial and parallel balance updates.
      - `sub_account` BlockchainBalanceUpdateSubAccount
        - `sub_account` string — Sub-account id.
        - `previous_balance` string — Balance of the account.
        - `new_balance` string — Balance of the account.
        - `n_debits` string — Number of debits.
        - `n_credits` string — Number of credits.
        - `previous_credit_height` string — Height of the block.
        - `previous_debit_height` string — Height of the block.
        - `previous_chain_sequence_number` string — It is used to order balance updates inside a single transaction to distinguish between serial and parallel balance updates.
        - `total_received` string — Total amount received.
        - `total_sent` string — Total amount sent.
        - `creation_height` string — Height of the block.
      - `stale` string — This field is set to true if the corresponding block is stale. Otherwise omitted.
  - `balance_updates` BlockchainTransactionBalanceUpdateV2[]
    - `chain_sequence_number` string, required — Chain sequence number.
    - `account` string, required — Account id.
    - `account_creation_height` string, required — Height of the block.
    - `change` string, required — Balance change.
    - `previous_balance` string, required — Balance of the account.
    - `new_balance` string, required — Balance of the account.
    - `transaction_sequence_number` string, required — It is used to order balance updates inside a single transaction to distinguish between serial and parallel balance updates.
    - `n_debits` string, required — Number of debits.
    - `n_credits` string, required — Number of credits.
    - `previous_debit_height` string — Height of the block.
    - `previous_credit_height` string — Height of the block.
    - `previous_chain_sequence_number` string — It is used to order balance updates inside a single transaction to distinguish between serial and parallel balance updates.
    - `sub_account` BlockchainBalanceUpdateSubAccount
      - `sub_account` string — Sub-account id.
      - `previous_balance` string — Balance of the account.
      - `new_balance` string — Balance of the account.
      - `n_debits` string — Number of debits.
      - `n_credits` string — Number of credits.
      - `previous_credit_height` string — Height of the block.
      - `previous_debit_height` string — Height of the block.
      - `previous_chain_sequence_number` string — It is used to order balance updates inside a single transaction to distinguish between serial and parallel balance updates.
      - `total_received` string — Total amount received.
      - `total_sent` string — Total amount sent.
      - `creation_height` string — Height of the block.
    - `stale` string — This field is set to true if the corresponding block is stale. Otherwise omitted.

## Other responses

- `401` — Requested resource requires authorization.
- `403` — Requested resource is not available with supplied credentials.

---

[API](https://skmtc.net/coinmetrics/apis/coin-metrics-api-v4.md) · [All operations](https://skmtc.net/coinmetrics/apis/coin-metrics-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinmetrics/coin-metrics-api-v4/revisions/774268c0a4fe/schema)
