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

Blockchain Adoption Heatmap

Implementation Details

Class Names

Model Name
Parameters Class
Data Class

BlockchainAdoptionHeatmap

AdoptionHeatmapQueryParams

AdoptionHeatmapData

Import Statement

pythonCopyEditfrom satoshi_terminal.models.blockchain_adoption_heatmap import (
    BlockchainAdoptionHeatmap,
    AdoptionHeatmapQueryParams,
    AdoptionHeatmapData,
)

Parameters

Name
Type
Description
Default
Optional

blockchain_names

Union[str, List[str]]

Blockchains to include in the adoption analysis.

None

False

geographic_scope

List[str]

List of regions or countries to analyze (e.g., "US," "Asia").

None

True

metric_type

str

Adoption metric to analyze (e.g., "Wallet Growth," "Transaction Volume").

"Wallet Growth"

True


Data

Name
Type
Description

blockchain_name

str

Name of the blockchain analyzed.

region

str

Geographic region analyzed.

adoption_metric_value

float

Value of the analyzed adoption metric for the specified region.

timestamp

datetime

Timestamp of the analysis.


Key Features

  • Regional Adoption Metrics: Provides granular insights into blockchain activity by geography.

  • Dynamic Heatmaps: Interactive visualizations of wallet growth, transaction volume, and developer contributions.

  • Adoption Trend Analytics: Tracks adoption trends over time, identifying high-growth regions.

Last updated