{
  "chain": "Hyperliquid (HyperCore)",
  "cluster_id": "hyperliquid-core-mainnet",
  "tables": [
    {
      "name": "hyperliquid_agents",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 1404858152,
      "sortingKey": [
        "block_number",
        "agent"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "agent",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "name",
          "type": "String",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "valid_until",
          "type": "String",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_asset_transfers",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 10890896,
      "sortingKey": [
        "block_number",
        "tx_hash",
        "user"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "amount",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "destination",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "nonce",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "token",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "transfer_type",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "tx_hash",
          "type": "FixedString(66)",
          "comment": ""
        },
        {
          "name": "usdc_amount",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_blocks",
      "engine": "SharedSummingMergeTree",
      "totalRows": 299454747,
      "sortingKey": [
        "block_number"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "book_diffs_count",
          "type": "UInt32",
          "comment": ""
        },
        {
          "name": "fills_count",
          "type": "UInt32",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "misc_events_count",
          "type": "UInt32",
          "comment": ""
        },
        {
          "name": "orders_count",
          "type": "UInt32",
          "comment": ""
        },
        {
          "name": "twap_statuses_count",
          "type": "UInt32",
          "comment": ""
        },
        {
          "name": "writer_actions_count",
          "type": "UInt32",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_bridge",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 227330115,
      "sortingKey": [
        "block_number",
        "bridge_type",
        "user",
        "nonce",
        "eth_block_number",
        "tx_hash"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "amount_wei",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "bridge_type",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "eth_block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "event_time",
          "type": "String",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "nonce",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "tx_hash",
          "type": "String",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_builder_fills",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 185317081,
      "sortingKey": [
        "builder_address",
        "timestamp",
        "tid"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "builder_address",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "builder_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "cloid",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "closed_pnl",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "created_at",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "crossed",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "dir",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "fee",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "hash",
          "type": "FixedString(66)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_liquidation",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "liquidated_user",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "liquidation_mark_price",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "liquidation_method",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "oid",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "price",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "side",
          "type": "Enum8('B' = 1, 'A' = 2)",
          "comment": ""
        },
        {
          "name": "size",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "start_position",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "tid",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "timestamp",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "twap_id",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "updated_at",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_builder_transactions",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 131063171,
      "sortingKey": [
        "block_number",
        "hash",
        "user"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "action_type",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "builder",
          "type": "String",
          "comment": ""
        },
        {
          "name": "builder_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "hash",
          "type": "String",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_success",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "user",
          "type": "String",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_clearinghouse_states",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 1267433440,
      "sortingKey": [
        "block_number",
        "clearinghouse",
        "user",
        "asset_idx"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "asset_idx",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "clearinghouse",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "entry_notional",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "funding_alltime",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "funding_since_change",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "funding_since_open",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "margin",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "size",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "usdc_balance",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_delegator_rewards",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 402160625,
      "sortingKey": [
        "block_number",
        "validator",
        "delegator"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "c",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "commission_bps",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "delegator",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "e",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "m",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "reward",
          "type": "Decimal(38, 8)",
          "comment": ""
        },
        {
          "name": "reward_wei",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "source",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "validator",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "validator_total_delegated",
          "type": "UInt64",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_dex_trades",
      "engine": "View",
      "totalRows": 0,
      "sortingKey": [],
      "partitionKey": "",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "buyer_address",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "buyer_builder_address",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "buyer_builder_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "buyer_closed_pnl",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "buyer_crossed",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "buyer_dir",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "buyer_fee",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "buyer_order_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "buyer_start_position",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "buyer_twap_id",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "fee_token",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "liquidated_user",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "liquidation_mark_price",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "liquidation_method",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "market_type",
          "type": "String",
          "comment": ""
        },
        {
          "name": "price",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "seller_address",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "seller_builder_address",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "seller_builder_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "seller_closed_pnl",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "seller_crossed",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "seller_dir",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "seller_fee",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "seller_order_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "seller_start_position",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "seller_twap_id",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "side",
          "type": "Enum8('B' = 1, 'A' = 2)",
          "comment": ""
        },
        {
          "name": "size",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "timestamp",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "total_builder_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "trade_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "transaction_hash",
          "type": "FixedString(66)",
          "comment": ""
        },
        {
          "name": "unique_id",
          "type": "String",
          "comment": ""
        },
        {
          "name": "usd_amount",
          "type": "Decimal(38, 18)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_display_names",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 10918909,
      "sortingKey": [
        "block_number",
        "user"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "display_name",
          "type": "String",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_fills",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 2534263644,
      "sortingKey": [
        "block_number",
        "tid",
        "user"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "builder",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "builder_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "cloid",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "closed_pnl",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "crossed",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "deployer_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "dir",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "fee",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "fee_token",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "hash",
          "type": "FixedString(66)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_liquidation",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "liquidated_user",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "liquidation_mark_price",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "liquidation_method",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "oid",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "price",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "priority_gas",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "side",
          "type": "Enum8('B' = 1, 'A' = 2)",
          "comment": ""
        },
        {
          "name": "size",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "start_position",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "tid",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "time",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "twap_id",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_funding",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 1143838871,
      "sortingKey": [
        "block_number",
        "user",
        "coin",
        "time"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "funding_amount",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "funding_rate",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "hash",
          "type": "FixedString(66)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "szi",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_funding_summary_hourly",
      "engine": "SharedAggregatingMergeTree",
      "totalRows": 1288918,
      "sortingKey": [
        "coin",
        "hour"
      ],
      "partitionKey": "toYYYYMM(hour)",
      "columns": [
        {
          "name": "avg_funding_rate",
          "type": "SimpleAggregateFunction(any, Float64)",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "hour",
          "type": "DateTime('UTC')",
          "comment": ""
        },
        {
          "name": "total_funding",
          "type": "SimpleAggregateFunction(sum, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "unique_users",
          "type": "SimpleAggregateFunction(max, UInt64)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_ledger_updates",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 13930096,
      "sortingKey": [
        "block_number",
        "user",
        "time",
        "hash"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "account_value",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "amount",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "basis",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "closing_cost",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "commission",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "delta_type",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "destination",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "destination_dex",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "dex",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "fee_token",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "hash",
          "type": "FixedString(66)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "interest_amount",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "is_deposit",
          "type": "Nullable(UInt8)",
          "comment": ""
        },
        {
          "name": "leverage_type",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "liquidated_ntl_pos",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "liquidated_positions",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "native_token_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "net_withdrawn_usd",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "nonce",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "operation",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "requested_usd",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "secondary_user",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "source_dex",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "to_perp",
          "type": "Nullable(UInt8)",
          "comment": ""
        },
        {
          "name": "token",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "usdc_amount",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "usdc_value",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "vault",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_liquidations_hourly",
      "engine": "SharedAggregatingMergeTree",
      "totalRows": 92235,
      "sortingKey": [
        "hour",
        "coin"
      ],
      "partitionKey": "toYYYYMM(hour)",
      "columns": [
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "hour",
          "type": "DateTime",
          "comment": ""
        },
        {
          "name": "liquidated_volume",
          "type": "SimpleAggregateFunction(sum, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "liquidation_count",
          "type": "SimpleAggregateFunction(sum, UInt64)",
          "comment": ""
        },
        {
          "name": "unique_liquidated_users",
          "type": "SimpleAggregateFunction(max, UInt64)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_market_volume_hourly",
      "engine": "SharedAggregatingMergeTree",
      "totalRows": 2191906,
      "sortingKey": [
        "coin",
        "hour"
      ],
      "partitionKey": "toYYYYMM(hour)",
      "columns": [
        {
          "name": "close",
          "type": "SimpleAggregateFunction(anyLast, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "high",
          "type": "SimpleAggregateFunction(max, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "hour",
          "type": "DateTime('UTC')",
          "comment": ""
        },
        {
          "name": "low",
          "type": "SimpleAggregateFunction(min, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "open",
          "type": "SimpleAggregateFunction(any, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "trade_count",
          "type": "SimpleAggregateFunction(sum, UInt64)",
          "comment": ""
        },
        {
          "name": "volume",
          "type": "SimpleAggregateFunction(sum, Decimal(38, 18))",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_metrics_dex_overview",
      "engine": "SharedAggregatingMergeTree",
      "totalRows": 125111,
      "sortingKey": [
        "day",
        "coin"
      ],
      "partitionKey": "toYYYYMM(day)",
      "columns": [
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "day",
          "type": "Date",
          "comment": ""
        },
        {
          "name": "fees",
          "type": "SimpleAggregateFunction(sum, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "fill_count",
          "type": "SimpleAggregateFunction(sum, UInt64)",
          "comment": ""
        },
        {
          "name": "high_price",
          "type": "SimpleAggregateFunction(max, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "liquidations",
          "type": "SimpleAggregateFunction(sum, UInt64)",
          "comment": ""
        },
        {
          "name": "low_price",
          "type": "SimpleAggregateFunction(min, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "unique_traders",
          "type": "SimpleAggregateFunction(max, UInt64)",
          "comment": ""
        },
        {
          "name": "volume_usd",
          "type": "SimpleAggregateFunction(sum, Decimal(38, 18))",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_metrics_overview",
      "engine": "SharedAggregatingMergeTree",
      "totalRows": 410,
      "sortingKey": [
        "day"
      ],
      "partitionKey": "toYYYYMM(day)",
      "columns": [
        {
          "name": "active_traders",
          "type": "SimpleAggregateFunction(max, UInt64)",
          "comment": ""
        },
        {
          "name": "builder_fill_count",
          "type": "SimpleAggregateFunction(sum, UInt64)",
          "comment": ""
        },
        {
          "name": "coins_traded",
          "type": "SimpleAggregateFunction(max, UInt64)",
          "comment": ""
        },
        {
          "name": "day",
          "type": "Date",
          "comment": ""
        },
        {
          "name": "liquidation_count",
          "type": "SimpleAggregateFunction(sum, UInt64)",
          "comment": ""
        },
        {
          "name": "liquidation_volume_usd",
          "type": "SimpleAggregateFunction(sum, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "total_builder_fees",
          "type": "SimpleAggregateFunction(sum, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "total_fees",
          "type": "SimpleAggregateFunction(sum, Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "total_fills",
          "type": "SimpleAggregateFunction(sum, UInt64)",
          "comment": ""
        },
        {
          "name": "total_volume_usd",
          "type": "SimpleAggregateFunction(sum, Decimal(38, 18))",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_oracle_prices",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 1894670,
      "sortingKey": [
        "block_number",
        "clearinghouse",
        "asset_idx"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "asset_idx",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "clearinghouse",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "daily_px",
          "type": "String",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "mark_px",
          "type": "String",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_order_book_diffs",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 92786536208,
      "sortingKey": [
        "coin",
        "side",
        "block_number",
        "oid"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "diff_type",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "new_size",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "oid",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "orig_size",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "price",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "side",
          "type": "Enum8('B' = 1, 'A' = 2)",
          "comment": ""
        },
        {
          "name": "size",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_orders",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 220048681809,
      "sortingKey": [
        "block_number",
        "oid",
        "status_time"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "builder",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "children",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "cloid",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "hash",
          "type": "Nullable(FixedString(66))",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_position_tpsl",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "is_trigger",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "limit_price",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "oid",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "order_timestamp",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "order_type",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "orig_size",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "reduce_only",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "side",
          "type": "Enum8('B' = 1, 'A' = 2)",
          "comment": ""
        },
        {
          "name": "size",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "status",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "status_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "tif",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "trigger_condition",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "trigger_price",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "unique_id",
          "type": "String",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_outcome_markets",
      "engine": "View",
      "totalRows": 0,
      "sortingKey": [],
      "partitionKey": "",
      "columns": [
        {
          "name": "base_token_idx",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "description",
          "type": "String",
          "comment": ""
        },
        {
          "name": "expiry",
          "type": "String",
          "comment": ""
        },
        {
          "name": "fee_share",
          "type": "Float64",
          "comment": ""
        },
        {
          "name": "first_enabled_as_quote",
          "type": "String",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_liquid_base",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "is_liquid_quote",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "locked",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "name",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "ndo",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "nou",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "nqu",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "outcome_class",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "outcome_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "pair_name",
          "type": "String",
          "comment": ""
        },
        {
          "name": "period",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "quote_raw",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "quote_token_idx",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "quote_token_name",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "quote_token_status",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "quote_token_usdc_px",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "quote_token_usdc_px_raw",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "raw_side_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "raw_spec_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "side_count",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "side_index",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "side_name",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "spot_deploy_time",
          "type": "String",
          "comment": ""
        },
        {
          "name": "spot_index",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "spot_resolution",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "target_price",
          "type": "String",
          "comment": ""
        },
        {
          "name": "token_idx",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "token_name",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "underlying",
          "type": "LowCardinality(String)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_outcome_meta",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 285,
      "sortingKey": [
        "block_number",
        "outcome_id"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "deploy_gas_auction_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "description",
          "type": "String",
          "comment": ""
        },
        {
          "name": "expiry",
          "type": "String",
          "comment": ""
        },
        {
          "name": "fee_share",
          "type": "Float64",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "locked",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "name",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "ndo",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "nou",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "nqu",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "outcome_class",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "outcome_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "period",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "quote_raw",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "raw_spec_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "side_count",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "target_price",
          "type": "String",
          "comment": ""
        },
        {
          "name": "underlying",
          "type": "LowCardinality(String)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_outcome_question_members",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 84,
      "sortingKey": [
        "block_number",
        "question_id",
        "outcome_id"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_fallback",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "is_settled",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "outcome_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "question_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "source",
          "type": "LowCardinality(String)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_outcome_questions",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 21,
      "sortingKey": [
        "block_number",
        "question_id"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "description",
          "type": "String",
          "comment": ""
        },
        {
          "name": "fallback_outcome",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "name",
          "type": "String",
          "comment": ""
        },
        {
          "name": "named_outcomes_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "question_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "raw_question_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "settled_named_outcomes_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_outcome_sides",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 568,
      "sortingKey": [
        "block_number",
        "outcome_id",
        "side_index"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "base_token_idx",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "outcome_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "quote_token_idx",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "quote_token_name",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "raw_side_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "side_index",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "side_m_raw",
          "type": "String",
          "comment": ""
        },
        {
          "name": "side_m_value",
          "type": "Nullable(Int64)",
          "comment": ""
        },
        {
          "name": "side_name",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "spot_index",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "spot_indices_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "spot_resolution",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "token_idx",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "token_name",
          "type": "Nullable(String)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_perpetual_market_contexts",
      "engine": "View",
      "totalRows": 0,
      "sortingKey": [],
      "partitionKey": "",
      "columns": [
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "day_base_vlm",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "day_ntl_vlm",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "funding",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "impact_ask",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "impact_bid",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "mark_px",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "mid_px",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "open_interest",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "oracle_px",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "polled_at",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "premium",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "prev_day_px",
          "type": "Decimal(38, 18)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_perpetual_markets",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 403,
      "sortingKey": [
        "coin"
      ],
      "partitionKey": "",
      "columns": [
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "margin_table_id",
          "type": "Nullable(UInt16)",
          "comment": ""
        },
        {
          "name": "market_index",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "max_leverage",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "only_isolated",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "sz_decimals",
          "type": "UInt8",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_perpetual_positions",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 1266977929,
      "sortingKey": [
        "block_number",
        "clearinghouse",
        "user",
        "asset_idx"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "asset_idx",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "clearinghouse",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "String",
          "comment": ""
        },
        {
          "name": "entry_notional",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "funding_alltime",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "funding_since_change",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "funding_since_open",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "margin",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "size",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "usdc_balance",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "user",
          "type": "String",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_quote_token_meta",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 2200,
      "sortingKey": [
        "block_number",
        "token_idx"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "aligned_quote_info_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "first_enabled_as_quote",
          "type": "String",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_liquid_base",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "is_liquid_quote",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "status",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "token_idx",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "token_name",
          "type": "LowCardinality(String)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_register_referral",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 36269,
      "sortingKey": [
        "referral_code",
        "user"
      ],
      "partitionKey": "",
      "columns": [
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "error",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_success",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "referral_code",
          "type": "String",
          "comment": ""
        },
        {
          "name": "round",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "tx_hash",
          "type": "String",
          "comment": ""
        },
        {
          "name": "user",
          "type": "String",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_set_referrer",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 692985,
      "sortingKey": [
        "referral_code",
        "user"
      ],
      "partitionKey": "",
      "columns": [
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "error",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_success",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "referral_code",
          "type": "String",
          "comment": ""
        },
        {
          "name": "round",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "tx_hash",
          "type": "String",
          "comment": ""
        },
        {
          "name": "user",
          "type": "String",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_spot_balances",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 8492551316,
      "sortingKey": [
        "block_number",
        "user",
        "token_idx"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "escrowed",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "token",
          "type": "String",
          "comment": ""
        },
        {
          "name": "token_idx",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "total",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "user",
          "type": "String",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_spot_clearinghouse_states",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 8254177139,
      "sortingKey": [
        "block_number",
        "user",
        "token_idx"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "escrowed",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "token",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "token_idx",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "total",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_spot_markets",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 468,
      "sortingKey": [
        "token_index"
      ],
      "partitionKey": "",
      "columns": [
        {
          "name": "deployer_trading_fee_share",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "evm_contract",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "full_name",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_canonical",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "pair_index",
          "type": "Nullable(UInt16)",
          "comment": ""
        },
        {
          "name": "pair_name",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "sz_decimals",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "token",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "token_id",
          "type": "String",
          "comment": ""
        },
        {
          "name": "token_index",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "wei_decimals",
          "type": "UInt8",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_spot_pairs",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 63081,
      "sortingKey": [
        "block_number",
        "spot_index"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "base_token_idx",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "base_token_name",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "deploy_time",
          "type": "String",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "pair_name",
          "type": "String",
          "comment": ""
        },
        {
          "name": "quote_token_idx",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "quote_token_name",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "raw_spot_info_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "spot_index",
          "type": "UInt64",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_staking_events",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 247155,
      "sortingKey": [
        "block_number",
        "hash"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "amount",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "event_type",
          "type": "Enum8('CDeposit' = 1, 'CWithdrawal' = 2, 'Delegation' = 3)",
          "comment": ""
        },
        {
          "name": "hash",
          "type": "FixedString(66)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_finalized",
          "type": "Nullable(UInt8)",
          "comment": ""
        },
        {
          "name": "is_undelegate",
          "type": "Nullable(UInt8)",
          "comment": ""
        },
        {
          "name": "time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "validator",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_sub_accounts",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 171466887,
      "sortingKey": [
        "block_number",
        "sub_account"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "master_account",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "name",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "sub_account",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_summaries",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 151467987,
      "sortingKey": [
        "user",
        "polled_at"
      ],
      "partitionKey": "toYYYYMM(polled_at)",
      "columns": [
        {
          "name": "cross_maintenance_margin_used",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "cross_margin_account_value",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "cross_margin_total_margin_used",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "cross_margin_total_natl_pos",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "cross_margin_total_raw_usd",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "margin_account_value",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "margin_total_margin_used",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "margin_total_natl_pos",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "margin_total_raw_usd",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "polled_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "user",
          "type": "String",
          "comment": ""
        },
        {
          "name": "withdrawable",
          "type": "Decimal(38, 18)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_system_actions",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 1158185,
      "sortingKey": [
        "block_number",
        "evm_tx_hash",
        "nonce"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "action",
          "type": "String",
          "comment": ""
        },
        {
          "name": "action_type",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "agent_address",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "agent_name",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "destination",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "destination_dex_or_spot",
          "type": "Nullable(UInt8)",
          "comment": ""
        },
        {
          "name": "evm_tx_hash",
          "type": "FixedString(66)",
          "comment": ""
        },
        {
          "name": "from_sub_account",
          "type": "Nullable(UInt8)",
          "comment": ""
        },
        {
          "name": "hyperliquid_chain",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_mint",
          "type": "Nullable(UInt8)",
          "comment": ""
        },
        {
          "name": "is_undelegate",
          "type": "Nullable(UInt8)",
          "comment": ""
        },
        {
          "name": "nonce",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "ntl",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "order_grouping",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "signature_chain_id",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "source_dex_or_spot",
          "type": "Nullable(UInt8)",
          "comment": ""
        },
        {
          "name": "to_perp",
          "type": "Nullable(UInt8)",
          "comment": ""
        },
        {
          "name": "token",
          "type": "Nullable(UInt16)",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "validator",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "wei",
          "type": "Nullable(UInt256)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_token_usdc_prices",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 2211,
      "sortingKey": [
        "block_number",
        "token_idx"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "approx_usdc_px",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "approx_usdc_px_float_1e6",
          "type": "Float64",
          "comment": ""
        },
        {
          "name": "approx_usdc_px_raw",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "raw_pair_json",
          "type": "String",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "token_idx",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "token_name",
          "type": "LowCardinality(String)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_trades",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 1050090040,
      "sortingKey": [
        "block_number",
        "trade_id"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "buyer_address",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "buyer_builder_address",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "buyer_builder_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "buyer_closed_pnl",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "buyer_crossed",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "buyer_deployer_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "buyer_dir",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "buyer_fee",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "buyer_order_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "buyer_priority_gas",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "buyer_start_position",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "buyer_twap_id",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "fee_token",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "liquidated_user",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "liquidation_mark_price",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "liquidation_method",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "price",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "seller_address",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "seller_builder_address",
          "type": "Nullable(FixedString(42))",
          "comment": ""
        },
        {
          "name": "seller_builder_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "seller_closed_pnl",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "seller_crossed",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "seller_deployer_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "seller_dir",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "seller_fee",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "seller_order_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "seller_priority_gas",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "seller_start_position",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "seller_twap_id",
          "type": "Nullable(UInt64)",
          "comment": ""
        },
        {
          "name": "side",
          "type": "Enum8('B' = 1, 'A' = 2)",
          "comment": ""
        },
        {
          "name": "size",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "timestamp",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "total_builder_fee",
          "type": "Nullable(Decimal(38, 18))",
          "comment": ""
        },
        {
          "name": "trade_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "transaction_hash",
          "type": "FixedString(66)",
          "comment": ""
        },
        {
          "name": "unique_id",
          "type": "String",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_transactions",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 180979650636,
      "sortingKey": [
        "round",
        "tx_hash",
        "nonce"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "action",
          "type": "JSON",
          "comment": ""
        },
        {
          "name": "action_type",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "error",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "is_success",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "nonce",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "proposer",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "round",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "tx_hash",
          "type": "String",
          "comment": ""
        },
        {
          "name": "user",
          "type": "Nullable(String)",
          "comment": ""
        },
        {
          "name": "vault_address",
          "type": "Nullable(String)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_twap_statuses",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 959878,
      "sortingKey": [
        "block_number",
        "twap_id",
        "time"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "coin",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "executed_ntl",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "executed_size",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "minutes",
          "type": "UInt16",
          "comment": ""
        },
        {
          "name": "randomize",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "reduce_only",
          "type": "UInt8",
          "comment": ""
        },
        {
          "name": "side",
          "type": "Enum8('B' = 1, 'A' = 2)",
          "comment": ""
        },
        {
          "name": "size",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "status",
          "type": "LowCardinality(String)",
          "comment": ""
        },
        {
          "name": "time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "timestamp",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "twap_id",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "user",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_validator_rewards",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 9339446,
      "sortingKey": [
        "block_number",
        "validator",
        "time"
      ],
      "partitionKey": "toYYYYMM(block_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "block_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "hash",
          "type": "FixedString(66)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "reward",
          "type": "Decimal(38, 18)",
          "comment": ""
        },
        {
          "name": "time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "validator",
          "type": "FixedString(42)",
          "comment": ""
        }
      ],
      "comment": ""
    },
    {
      "name": "hyperliquid_vault_equities",
      "engine": "SharedReplacingMergeTree",
      "totalRows": 723029601,
      "sortingKey": [
        "block_number",
        "vault_address",
        "depositor"
      ],
      "partitionKey": "toYYYYMM(snapshot_time)",
      "columns": [
        {
          "name": "block_number",
          "type": "UInt64",
          "comment": ""
        },
        {
          "name": "depositor",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "indexed_at",
          "type": "DateTime64(3, 'UTC')",
          "comment": ""
        },
        {
          "name": "leader",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "leader_commission",
          "type": "Float64",
          "comment": ""
        },
        {
          "name": "net_deposits",
          "type": "Int64",
          "comment": ""
        },
        {
          "name": "ownership_fraction",
          "type": "Float64",
          "comment": ""
        },
        {
          "name": "snapshot_time",
          "type": "DateTime64(6, 'UTC')",
          "comment": ""
        },
        {
          "name": "vault_address",
          "type": "FixedString(42)",
          "comment": ""
        },
        {
          "name": "vault_name",
          "type": "String",
          "comment": ""
        }
      ],
      "comment": ""
    }
  ]
}
