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

CoinMetricsClient.get_full_transaction_v2

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

Returns a full blockchain transaction with all balance updates.

  • Parameters:

    • asset (str) -- Asset name

    • 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

Last updated