external.bitquery Table: tx_count Type: Base Table
What
This model returns the number of transactions for each blockchain and block date.Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | The blockchain where the transactions are from. |
| METRIC | TEXT | The metric name - always ‘tx_count’. |
| BLOCK_DATE | TEXT | The date when the transactions are counted. |
| TX_COUNT | TEXT | The number of transactions for this date. |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | _INSERTED_TIMESTAMP column |
| ACCOUNTS_ID | TEXT | ACCOUNTS_ID column |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | INSERTED_TIMESTAMP column |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | MODIFIED_TIMESTAMP column |
| _INVOCATION_ID | TEXT | _INVOCATION_ID column |