Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| activity_date | DATE | Calendar date (UTC) for which this metric or aggregate is computed. Only includes fully completed days — the current in-progress day is excluded. |
| chain | VARCHAR(16777216) | Slug identifying the blockchain this record belongs to (e.g. ethereum, base, avalanche, solana). In per-chain tables this is always the same value; in cross-chain tables it identifies which chain the row came from. |
| facilitator_id | VARCHAR(16777216) | Unique identifier of the x402 facilitator that routed this payment or is registered in the facilitator registry. |
| facilitator_name | VARCHAR(16777216) | Human-readable name of the x402 facilitator (e.g. “Coinbase”, “Stripe”, “Allium”). |
| transaction_count | NUMBER(38,0) | Number of transactions included in this block. |
| transfer_count | NUMBER(38,0) | Transfer count of the inscription. 0 for the mint transaction |
| total_volume_usd | FLOAT | Total trading volume in USD on this day across all markets and trade types. |
| total_amount | FLOAT | Total payment volume (in USD) processed through this facilitator across all time. |
| avg_transaction_usd | FLOAT | Average transaction value in USD across the measured period. |
| unique_senders | NUMBER(38,0) | Number of distinct sender addresses that have made payments through this facilitator in the measured period. |
| unique_receivers | NUMBER(38,0) | Number of distinct receiver addresses that have received payments through this facilitator in the measured period. |