For the complete documentation index, see llms.txt. This page is also available as Markdown.

CoinMetricsClient.get_full_block_v2

coinmetrics.api_client.CoinMetricsClient.get_full_block_v2(
    asset,
    block_hash,
    include_sub_accounts,
    ignore_unsupported_errors=False,
)

Returns a full blockchain block with all transactions and balance updates.

  • Parameters:

    • asset (str) -- Asset name

    • block_hash (str) -- block hash

    • include_sub_accounts (bool) -- Boolean indicating if the response should contain sub-accounts

    • ignore_unsupported_errors (bool) -- Default: false. Ignore "unsupported" errors for not currently supported by Coin Metrics items.

Returns:

  • list(dict(str), any)

    • blockchain block data

Last updated