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

CoinMetricsClient.get_full_transaction_for_block_v2

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

Returns a full blockchain transaction with all balance updates for a specific block.

  • Parameters:

    • asset (str) -- Asset name

    • block_hash (str) -- block hash

    • txid (str) -- transaction identifier

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

    • block transaction data with balance updates

Last updated

Was this helpful?