| chain | The name of the blockchain. |
| activity_date | The date for which metrics are being calculated. Only includes completed days. |
| total_blocks | The total number of blocks produced on the chain for the given day. |
| total_transactions_from_blocks | Total number of transactions over the day, counted from the transaction counts reported on each block. May differ slightly from total_transactions, which is counted from the transactions table itself. |
| avg_block_size | The average size of blocks in bytes. |
| avg_block_time | The average time between blocks. |
| avg_transactions_per_second | The average number of transactions per second, calculated as the average number of transactions per block divided by the average block time (in seconds). |
| hash_rate | Network hash rate over the day. |
| native_token_symbol | The ticker symbol of the chain’s native token. |
| native_token_name | Full name of the chain’s native gas token. |
| native_token_price_median_usd | The median price of the chain’s native token in USD for the given day. |
| project_token_symbol | The ticker symbol of the chain’s project token, if different from the native token. |
| project_token_name | The display name of the chain’s project token, if different from the native token. |
| project_token_price_median_usd | The median price of the chain’s project token in USD for the given day. |
| total_transactions | The total number of transactions, including both successful and failed transactions. |
| success_transactions | The total number of successful transactions only. |
| failed_transactions | The total number of failed transactions only. |
| transaction_fees | The total transaction fees paid (including L1 and L2 fees), expressed in the native token. |
| transaction_fees_usd | The total transaction fees paid (including L1 and L2 fees) in USD terms. |
| avg_transaction_fee | Average transaction fee over the day, in the native token. |
| avg_transaction_fee_usd | Average transaction fee over the day, in USD. |