{
  "venue": "polymarket",
  "generated_at": "2026-09-02T13:25:01Z",
  "license": {
    "name": "CC BY 4.0",
    "url": "https://creativecommons.org/licenses/by/4.0/",
    "attribution": "Polymarket L2 archive (c) Vike (vike.io/data), CC BY 4.0",
    "note": "Applies to the DATA files this manifest indexes. It grants no rights to any Vike source code."
  },
  "partitioning": "venue=polymarket/date=YYYY-MM-DD/{book_events,trades,l1_quotes}.parquet",
  "note": "Full L2 (book_events) + taker tape (trades) + derived top-of-book (l1_quotes) for the whole Polymarket universe (crypto up/down + sports + politics markets), one UTC day per partition.",
  "schema": {
    "book_events": [
      {
        "name": "token_id",
        "type": "String"
      },
      {
        "name": "condition_id",
        "type": "String"
      },
      {
        "name": "ts",
        "type": "Int64"
      },
      {
        "name": "local_ts",
        "type": "Int64"
      },
      {
        "name": "seq",
        "type": "UInt64"
      },
      {
        "name": "event_type",
        "type": "Enum8('book' = 1, 'price_change' = 2, 'trade' = 3, 'tick_size_change' = 4, 'status' = 5)"
      },
      {
        "name": "is_snapshot",
        "type": "UInt8"
      },
      {
        "name": "side",
        "type": "Enum8('none' = 0, 'buy' = 1, 'sell' = 2)"
      },
      {
        "name": "price",
        "type": "Decimal(9, 4)"
      },
      {
        "name": "size",
        "type": "Decimal(18, 6)"
      },
      {
        "name": "best_bid",
        "type": "Decimal(9, 4)"
      },
      {
        "name": "best_ask",
        "type": "Decimal(9, 4)"
      },
      {
        "name": "bids",
        "type": "String"
      },
      {
        "name": "asks",
        "type": "String"
      },
      {
        "name": "tick_size",
        "type": "Decimal(9, 4)"
      },
      {
        "name": "status",
        "type": "LowCardinality(String)"
      }
    ],
    "trades": [
      {
        "name": "token_id",
        "type": "String"
      },
      {
        "name": "condition_id",
        "type": "String"
      },
      {
        "name": "ts",
        "type": "Int64"
      },
      {
        "name": "local_ts",
        "type": "Int64"
      },
      {
        "name": "seq",
        "type": "UInt64"
      },
      {
        "name": "price",
        "type": "Float64"
      },
      {
        "name": "size",
        "type": "Float64"
      },
      {
        "name": "side",
        "type": "String"
      }
    ],
    "l1_quotes": [
      {
        "name": "token_id",
        "type": "String"
      },
      {
        "name": "condition_id",
        "type": "String"
      },
      {
        "name": "ts",
        "type": "Int64"
      },
      {
        "name": "local_ts",
        "type": "Int64"
      },
      {
        "name": "bid",
        "type": "Decimal(9, 4)"
      },
      {
        "name": "ask",
        "type": "Decimal(9, 4)"
      },
      {
        "name": "bid_size",
        "type": "Decimal(18, 6)"
      },
      {
        "name": "ask_size",
        "type": "Decimal(18, 6)"
      }
    ]
  },
  "auth": {
    "scheme": "header",
    "header": "X-API-Key",
    "how_to_get_a_key": "Request access via vike.io — the same account/API-key system that gates data.vike.io/v1 and data.vike.io/mcp."
  },
  "range_requests": true,
  "free_sample": {
    "path": "/archive/samples/",
    "readme": "/archive/samples/README.txt",
    "note": "One full crypto up/down 5-minute market (both outcome tokens, open through resolution), regenerated daily — no key required."
  },
  "dates": [
    {
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 307245726,
          "bytes": 4826341757
        },
        "trades": {
          "rows": 1100045,
          "bytes": 13459739
        },
        "l1_quotes": {
          "rows": 32065417,
          "bytes": 335196889
        }
      }
    },
    {
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 274183623,
          "bytes": 4353346997
        },
        "trades": {
          "rows": 1015696,
          "bytes": 12399959
        },
        "l1_quotes": {
          "rows": 31136417,
          "bytes": 328163355
        }
      }
    },
    {
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 311973978,
          "bytes": 5086918010
        },
        "trades": {
          "rows": 1050213,
          "bytes": 13295103
        },
        "l1_quotes": {
          "rows": 34129103,
          "bytes": 360783057
        }
      }
    },
    {
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 259164516,
          "bytes": 4218579479
        },
        "trades": {
          "rows": 868227,
          "bytes": 11581865
        },
        "l1_quotes": {
          "rows": 30477488,
          "bytes": 327731032
        }
      }
    },
    {
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 358000084,
          "bytes": 5810519695
        },
        "trades": {
          "rows": 1155228,
          "bytes": 13841348
        },
        "l1_quotes": {
          "rows": 41977424,
          "bytes": 438721302
        }
      }
    },
    {
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 379974930,
          "bytes": 6077213473
        },
        "trades": {
          "rows": 1232516,
          "bytes": 14919051
        },
        "l1_quotes": {
          "rows": 46471629,
          "bytes": 469308041
        }
      }
    },
    {
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 343033716,
          "bytes": 5530867504
        },
        "trades": {
          "rows": 1089660,
          "bytes": 13431535
        },
        "l1_quotes": {
          "rows": 39922531,
          "bytes": 415740850
        }
      }
    },
    {
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 401581547,
          "bytes": 6477257599
        },
        "trades": {
          "rows": 1299494,
          "bytes": 15289891
        },
        "l1_quotes": {
          "rows": 45492046,
          "bytes": 472867410
        }
      }
    },
    {
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 394787067,
          "bytes": 6345182610
        },
        "trades": {
          "rows": 1297742,
          "bytes": 15186446
        },
        "l1_quotes": {
          "rows": 47410827,
          "bytes": 493004331
        }
      }
    },
    {
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 399704887,
          "bytes": 6386903798
        },
        "trades": {
          "rows": 1320930,
          "bytes": 15736059
        },
        "l1_quotes": {
          "rows": 47171528,
          "bytes": 487409518
        }
      }
    },
    {
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 414959025,
          "bytes": 6662012901
        },
        "trades": {
          "rows": 1369675,
          "bytes": 16062598
        },
        "l1_quotes": {
          "rows": 50630132,
          "bytes": 520635078
        }
      }
    },
    {
      "date": "2026-08-21",
      "streams": {
        "book_events": {
          "rows": 485751565,
          "bytes": 7740014682
        },
        "trades": {
          "rows": 1609306,
          "bytes": 18554422
        },
        "l1_quotes": {
          "rows": 65909263,
          "bytes": 669256906
        }
      }
    },
    {
      "date": "2026-08-20",
      "streams": {
        "book_events": {
          "rows": 482305379,
          "bytes": 7686798361
        },
        "trades": {
          "rows": 1489149,
          "bytes": 18193718
        },
        "l1_quotes": {
          "rows": 63183159,
          "bytes": 634510247
        }
      }
    },
    {
      "date": "2026-08-19",
      "streams": {
        "book_events": {
          "rows": 349600820,
          "bytes": 5604875521
        },
        "trades": {
          "rows": 1278254,
          "bytes": 15400380
        },
        "l1_quotes": {
          "rows": 42124201,
          "bytes": 440264884
        }
      }
    },
    {
      "date": "2026-08-18",
      "streams": {
        "book_events": {
          "rows": 330385966,
          "bytes": 5277710517
        },
        "trades": {
          "rows": 1121281,
          "bytes": 14389577
        },
        "l1_quotes": {
          "rows": 34792246,
          "bytes": 372791306
        }
      }
    },
    {
      "date": "2026-08-17",
      "streams": {
        "book_events": {
          "rows": 332742976,
          "bytes": 5285998045
        },
        "trades": {
          "rows": 1144253,
          "bytes": 14005247
        },
        "l1_quotes": {
          "rows": 38633361,
          "bytes": 421276283
        }
      }
    },
    {
      "date": "2026-08-16",
      "streams": {
        "book_events": {
          "rows": 331106356,
          "bytes": 5372458625
        },
        "trades": {
          "rows": 1001832,
          "bytes": 12679678
        },
        "l1_quotes": {
          "rows": 39499795,
          "bytes": 422458491
        }
      }
    },
    {
      "date": "2026-08-15",
      "streams": {
        "book_events": {
          "rows": 325513011,
          "bytes": 5211317746
        },
        "trades": {
          "rows": 958912,
          "bytes": 12385264
        },
        "l1_quotes": {
          "rows": 37361813,
          "bytes": 396547998
        }
      }
    },
    {
      "date": "2026-08-14",
      "streams": {
        "book_events": {
          "rows": 367265608,
          "bytes": 5761101898
        },
        "trades": {
          "rows": 1137507,
          "bytes": 14247363
        },
        "l1_quotes": {
          "rows": 45247026,
          "bytes": 488482540
        }
      }
    },
    {
      "date": "2026-08-13",
      "streams": {
        "book_events": {
          "rows": 309939754,
          "bytes": 4950803580
        },
        "trades": {
          "rows": 953989,
          "bytes": 12052714
        },
        "l1_quotes": {
          "rows": 37029995,
          "bytes": 414789409
        }
      }
    },
    {
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 357400863,
          "bytes": 5692056688
        },
        "trades": {
          "rows": 1152354,
          "bytes": 14170044
        },
        "l1_quotes": {
          "rows": 41515188,
          "bytes": 463687342
        }
      }
    },
    {
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 342265742,
          "bytes": 5405649239
        },
        "trades": {
          "rows": 1113217,
          "bytes": 14243046
        },
        "l1_quotes": {
          "rows": 40924976,
          "bytes": 445209088
        }
      }
    },
    {
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 364422411,
          "bytes": 5668477002
        },
        "trades": {
          "rows": 1148888,
          "bytes": 13957174
        },
        "l1_quotes": {
          "rows": 42394728,
          "bytes": 449555102
        }
      }
    },
    {
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 324462147,
          "bytes": 5038471819
        },
        "trades": {
          "rows": 951469,
          "bytes": 12230906
        },
        "l1_quotes": {
          "rows": 35580360,
          "bytes": 368712116
        }
      }
    },
    {
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 350394047,
          "bytes": 5409588981
        },
        "trades": {
          "rows": 944822,
          "bytes": 12200648
        },
        "l1_quotes": {
          "rows": 37079506,
          "bytes": 387098102
        }
      }
    },
    {
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 384529482,
          "bytes": 6025954645
        },
        "trades": {
          "rows": 1112307,
          "bytes": 14235029
        },
        "l1_quotes": {
          "rows": 47211517,
          "bytes": 516502097
        }
      }
    },
    {
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 399747455,
          "bytes": 6363771017
        },
        "trades": {
          "rows": 1171894,
          "bytes": 14314846
        },
        "l1_quotes": {
          "rows": 49204856,
          "bytes": 537816277
        }
      }
    },
    {
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 418030596,
          "bytes": 6658889997
        },
        "trades": {
          "rows": 1184176,
          "bytes": 14587045
        },
        "l1_quotes": {
          "rows": 52496679,
          "bytes": 573834304
        }
      }
    },
    {
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 424443304,
          "bytes": 6724414772
        },
        "trades": {
          "rows": 1198035,
          "bytes": 14551710
        },
        "l1_quotes": {
          "rows": 49929248,
          "bytes": 543157520
        }
      }
    },
    {
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 404493031,
          "bytes": 6235721423
        },
        "trades": {
          "rows": 1195927,
          "bytes": 14637775
        },
        "l1_quotes": {
          "rows": 51501845,
          "bytes": 540732509
        }
      }
    },
    {
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 374354267,
          "bytes": 5780666501
        },
        "trades": {
          "rows": 1061544,
          "bytes": 13853135
        },
        "l1_quotes": {
          "rows": 43217047,
          "bytes": 447349459
        }
      }
    },
    {
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 362583372,
          "bytes": 5682495452
        },
        "trades": {
          "rows": 1115743,
          "bytes": 14687028
        },
        "l1_quotes": {
          "rows": 40146062,
          "bytes": 421042768
        }
      }
    },
    {
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 414925240,
          "bytes": 6547145790
        },
        "trades": {
          "rows": 1234373,
          "bytes": 15387050
        },
        "l1_quotes": {
          "rows": 53825973,
          "bytes": 582352929
        }
      }
    },
    {
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 420722918,
          "bytes": 6562167303
        },
        "trades": {
          "rows": 1139040,
          "bytes": 14335828
        },
        "l1_quotes": {
          "rows": 53222741,
          "bytes": 572349465
        }
      }
    },
    {
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 339566424,
          "bytes": 5338236177
        },
        "trades": {
          "rows": 1022462,
          "bytes": 12785229
        },
        "l1_quotes": {
          "rows": 46038648,
          "bytes": 501474749
        }
      }
    },
    {
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 416011604,
          "bytes": 6610543200
        },
        "trades": {
          "rows": 1134186,
          "bytes": 14190047
        },
        "l1_quotes": {
          "rows": 56012981,
          "bytes": 592424353
        }
      }
    },
    {
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": null,
          "bytes": 7402961414
        },
        "trades": {
          "rows": null,
          "bytes": 15490280
        },
        "l1_quotes": {
          "rows": null,
          "bytes": 617280628
        }
      }
    },
    {
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": null,
          "bytes": 6537528677
        },
        "trades": {
          "rows": null,
          "bytes": 14202938
        },
        "l1_quotes": {
          "rows": null,
          "bytes": 466315902
        }
      }
    },
    {
      "date": "2026-07-25",
      "streams": {
        "book_events": {
          "rows": null,
          "bytes": 5235801848
        },
        "trades": {
          "rows": null,
          "bytes": 12139041
        },
        "l1_quotes": {
          "rows": null,
          "bytes": 357730559
        }
      }
    }
  ],
  "family_partitioning": "venue=polymarket/asset=<asset>/tenor=<tenor>/date=YYYY-MM-DD/{book_events,trades,l1_quotes}.parquet",
  "family_partitioning_note": "ADDITIVE alternative layout (poly_export_family.sh) grouping the crypto up/down families (asset x tenor, e.g. asset=btc/tenor=5m) into their own small files so a single-family customer does not download the whole token-sorted date= file. asset=other/tenor=other is the catch-all for every market that is not a recognized up/down family (sports, politics, one-off events) — never silently dropped. Same schema as the date= layout (see `schema` above); not every (asset,tenor,date) is guaranteed present for every stream (a family with zero rows in a stream that day has no file for it).",
  "families": [
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 7852908,
          "bytes": 99223946
        },
        "trades": {
          "rows": 33015,
          "bytes": 544739
        },
        "l1_quotes": {
          "rows": 986897,
          "bytes": 7096420
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 5656544,
          "bytes": 70927661
        },
        "trades": {
          "rows": 25838,
          "bytes": 462095
        },
        "l1_quotes": {
          "rows": 686186,
          "bytes": 5173756
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 5690668,
          "bytes": 70871698
        },
        "trades": {
          "rows": 26528,
          "bytes": 480950
        },
        "l1_quotes": {
          "rows": 652726,
          "bytes": 4944560
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 4076124,
          "bytes": 47563907
        },
        "trades": {
          "rows": 19093,
          "bytes": 331867
        },
        "l1_quotes": {
          "rows": 526925,
          "bytes": 3842613
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 8012307,
          "bytes": 102495844
        },
        "trades": {
          "rows": 40151,
          "bytes": 620958
        },
        "l1_quotes": {
          "rows": 1112951,
          "bytes": 8418405
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 6596108,
          "bytes": 83157676
        },
        "trades": {
          "rows": 38212,
          "bytes": 597968
        },
        "l1_quotes": {
          "rows": 916966,
          "bytes": 6884154
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 6210874,
          "bytes": 76378900
        },
        "trades": {
          "rows": 35876,
          "bytes": 562887
        },
        "l1_quotes": {
          "rows": 838854,
          "bytes": 6535017
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 7182162,
          "bytes": 92068671
        },
        "trades": {
          "rows": 44084,
          "bytes": 652437
        },
        "l1_quotes": {
          "rows": 931690,
          "bytes": 7072238
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 8308647,
          "bytes": 111170065
        },
        "trades": {
          "rows": 48872,
          "bytes": 685807
        },
        "l1_quotes": {
          "rows": 1300794,
          "bytes": 10215449
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 9219591,
          "bytes": 123682911
        },
        "trades": {
          "rows": 50895,
          "bytes": 852993
        },
        "l1_quotes": {
          "rows": 1520901,
          "bytes": 11205340
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 9746851,
          "bytes": 128445808
        },
        "trades": {
          "rows": 60050,
          "bytes": 942827
        },
        "l1_quotes": {
          "rows": 1406493,
          "bytes": 10356192
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 9433655,
          "bytes": 117264140
        },
        "trades": {
          "rows": 26571,
          "bytes": 497279
        },
        "l1_quotes": {
          "rows": 1253815,
          "bytes": 9709685
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 11606436,
          "bytes": 148312281
        },
        "trades": {
          "rows": 29663,
          "bytes": 546625
        },
        "l1_quotes": {
          "rows": 1842823,
          "bytes": 14124194
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 12896907,
          "bytes": 160145964
        },
        "trades": {
          "rows": 33646,
          "bytes": 592391
        },
        "l1_quotes": {
          "rows": 1658418,
          "bytes": 12872143
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 9141665,
          "bytes": 114914593
        },
        "trades": {
          "rows": 20327,
          "bytes": 363392
        },
        "l1_quotes": {
          "rows": 931598,
          "bytes": 6536120
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 12179268,
          "bytes": 146111385
        },
        "trades": {
          "rows": 20101,
          "bytes": 364443
        },
        "l1_quotes": {
          "rows": 1335687,
          "bytes": 9675948
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 11808645,
          "bytes": 144709785
        },
        "trades": {
          "rows": 27820,
          "bytes": 521495
        },
        "l1_quotes": {
          "rows": 1647653,
          "bytes": 12758513
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 11144335,
          "bytes": 145921670
        },
        "trades": {
          "rows": 32245,
          "bytes": 573366
        },
        "l1_quotes": {
          "rows": 1713705,
          "bytes": 12817445
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 10381312,
          "bytes": 136170018
        },
        "trades": {
          "rows": 31376,
          "bytes": 560819
        },
        "l1_quotes": {
          "rows": 1684743,
          "bytes": 12603925
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 10478659,
          "bytes": 136827721
        },
        "trades": {
          "rows": 29128,
          "bytes": 538013
        },
        "l1_quotes": {
          "rows": 1780586,
          "bytes": 12863397
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 10907109,
          "bytes": 144410545
        },
        "trades": {
          "rows": 31961,
          "bytes": 568111
        },
        "l1_quotes": {
          "rows": 2188918,
          "bytes": 16103636
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 9504654,
          "bytes": 127514245
        },
        "trades": {
          "rows": 24282,
          "bytes": 422067
        },
        "l1_quotes": {
          "rows": 1835768,
          "bytes": 12579548
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 9640865,
          "bytes": 127781699
        },
        "trades": {
          "rows": 22448,
          "bytes": 394642
        },
        "l1_quotes": {
          "rows": 1951170,
          "bytes": 12861175
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 11508930,
          "bytes": 150301340
        },
        "trades": {
          "rows": 32110,
          "bytes": 566282
        },
        "l1_quotes": {
          "rows": 2061780,
          "bytes": 14325502
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 12324618,
          "bytes": 152537885
        },
        "trades": {
          "rows": 30540,
          "bytes": 553692
        },
        "l1_quotes": {
          "rows": 1988383,
          "bytes": 13829927
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 9081593,
          "bytes": 111401388
        },
        "trades": {
          "rows": 28352,
          "bytes": 515359
        },
        "l1_quotes": {
          "rows": 2209089,
          "bytes": 15152540
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 11002307,
          "bytes": 143094749
        },
        "trades": {
          "rows": 29355,
          "bytes": 538274
        },
        "l1_quotes": {
          "rows": 2300569,
          "bytes": 16176608
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 13995057,
          "bytes": 178915207
        },
        "trades": {
          "rows": 31295,
          "bytes": 560861
        },
        "l1_quotes": {
          "rows": 2619767,
          "bytes": 18463717
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "5m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 12635910,
          "bytes": 161880003
        },
        "trades": {
          "rows": 19076,
          "bytes": 354456
        },
        "l1_quotes": {
          "rows": 3223386,
          "bytes": 25857252
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 529033,
          "bytes": 6125701
        },
        "trades": {
          "rows": 556,
          "bytes": 14528
        },
        "l1_quotes": {
          "rows": 77486,
          "bytes": 721921
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 430825,
          "bytes": 5570299
        },
        "trades": {
          "rows": 395,
          "bytes": 12732
        },
        "l1_quotes": {
          "rows": 61862,
          "bytes": 552560
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 359376,
          "bytes": 4008696
        },
        "trades": {
          "rows": 489,
          "bytes": 14578
        },
        "l1_quotes": {
          "rows": 65625,
          "bytes": 619736
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 386159,
          "bytes": 3930988
        },
        "trades": {
          "rows": 265,
          "bytes": 10478
        },
        "l1_quotes": {
          "rows": 102512,
          "bytes": 892215
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 565561,
          "bytes": 7113061
        },
        "trades": {
          "rows": 508,
          "bytes": 13816
        },
        "l1_quotes": {
          "rows": 114139,
          "bytes": 967687
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 518455,
          "bytes": 6418627
        },
        "trades": {
          "rows": 597,
          "bytes": 15750
        },
        "l1_quotes": {
          "rows": 89685,
          "bytes": 658434
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 385755,
          "bytes": 4586622
        },
        "trades": {
          "rows": 512,
          "bytes": 14132
        },
        "l1_quotes": {
          "rows": 71352,
          "bytes": 597645
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 467325,
          "bytes": 5610346
        },
        "trades": {
          "rows": 671,
          "bytes": 15779
        },
        "l1_quotes": {
          "rows": 86791,
          "bytes": 789951
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 707702,
          "bytes": 8612472
        },
        "trades": {
          "rows": 784,
          "bytes": 18648
        },
        "l1_quotes": {
          "rows": 138790,
          "bytes": 1358561
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 690589,
          "bytes": 8915786
        },
        "trades": {
          "rows": 732,
          "bytes": 17195
        },
        "l1_quotes": {
          "rows": 126554,
          "bytes": 1157574
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 687104,
          "bytes": 7993735
        },
        "trades": {
          "rows": 856,
          "bytes": 21868
        },
        "l1_quotes": {
          "rows": 183400,
          "bytes": 1624774
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 536577,
          "bytes": 5460408
        },
        "trades": {
          "rows": 320,
          "bytes": 10724
        },
        "l1_quotes": {
          "rows": 120676,
          "bytes": 1138812
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 477888,
          "bytes": 5280938
        },
        "trades": {
          "rows": 664,
          "bytes": 15249
        },
        "l1_quotes": {
          "rows": 96707,
          "bytes": 812977
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 493119,
          "bytes": 5512859
        },
        "trades": {
          "rows": 565,
          "bytes": 14162
        },
        "l1_quotes": {
          "rows": 100647,
          "bytes": 955579
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 511544,
          "bytes": 5679044
        },
        "trades": {
          "rows": 1164,
          "bytes": 23070
        },
        "l1_quotes": {
          "rows": 105134,
          "bytes": 939874
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 383002,
          "bytes": 3783169
        },
        "trades": {
          "rows": 1009,
          "bytes": 20600
        },
        "l1_quotes": {
          "rows": 81128,
          "bytes": 739151
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 597569,
          "bytes": 6616137
        },
        "trades": {
          "rows": 785,
          "bytes": 18802
        },
        "l1_quotes": {
          "rows": 282941,
          "bytes": 1663769
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 413548,
          "bytes": 3596762
        },
        "trades": {
          "rows": 326,
          "bytes": 10786
        },
        "l1_quotes": {
          "rows": 101265,
          "bytes": 729466
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 397903,
          "bytes": 3660600
        },
        "trades": {
          "rows": 562,
          "bytes": 13840
        },
        "l1_quotes": {
          "rows": 99887,
          "bytes": 824903
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 517757,
          "bytes": 5193069
        },
        "trades": {
          "rows": 182,
          "bytes": 8938
        },
        "l1_quotes": {
          "rows": 149897,
          "bytes": 1671790
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 406732,
          "bytes": 3759482
        },
        "trades": {
          "rows": 173,
          "bytes": 8173
        },
        "l1_quotes": {
          "rows": 113416,
          "bytes": 965514
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 351163,
          "bytes": 3157934
        },
        "trades": {
          "rows": 170,
          "bytes": 8082
        },
        "l1_quotes": {
          "rows": 110119,
          "bytes": 900860
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 309265,
          "bytes": 2702744
        },
        "trades": {
          "rows": 179,
          "bytes": 8838
        },
        "l1_quotes": {
          "rows": 85915,
          "bytes": 759299
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 396974,
          "bytes": 3644296
        },
        "trades": {
          "rows": 368,
          "bytes": 10910
        },
        "l1_quotes": {
          "rows": 106857,
          "bytes": 1044575
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 410859,
          "bytes": 4011786
        },
        "trades": {
          "rows": 400,
          "bytes": 12307
        },
        "l1_quotes": {
          "rows": 98557,
          "bytes": 892445
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 270714,
          "bytes": 3562364
        },
        "trades": {
          "rows": 310,
          "bytes": 10375
        },
        "l1_quotes": {
          "rows": 66547,
          "bytes": 581052
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 515233,
          "bytes": 5542182
        },
        "trades": {
          "rows": 483,
          "bytes": 12730
        },
        "l1_quotes": {
          "rows": 138627,
          "bytes": 1347786
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 630566,
          "bytes": 6057610
        },
        "trades": {
          "rows": 282,
          "bytes": 10195
        },
        "l1_quotes": {
          "rows": 171911,
          "bytes": 1426748
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "4h",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 591154,
          "bytes": 5575989
        },
        "trades": {
          "rows": 425,
          "bytes": 12702
        },
        "l1_quotes": {
          "rows": 125960,
          "bytes": 1136236
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 7894945,
          "bytes": 106784280
        },
        "trades": {
          "rows": 4592,
          "bytes": 92115
        },
        "l1_quotes": {
          "rows": 1006146,
          "bytes": 6994686
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 7009939,
          "bytes": 93827927
        },
        "trades": {
          "rows": 4558,
          "bytes": 90813
        },
        "l1_quotes": {
          "rows": 733508,
          "bytes": 4823751
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 7589449,
          "bytes": 98440931
        },
        "trades": {
          "rows": 6171,
          "bytes": 114446
        },
        "l1_quotes": {
          "rows": 1134165,
          "bytes": 8061088
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 6380068,
          "bytes": 85092443
        },
        "trades": {
          "rows": 5129,
          "bytes": 100980
        },
        "l1_quotes": {
          "rows": 1035587,
          "bytes": 7127094
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 8497164,
          "bytes": 114382163
        },
        "trades": {
          "rows": 6331,
          "bytes": 131532
        },
        "l1_quotes": {
          "rows": 1092622,
          "bytes": 8009831
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 9120600,
          "bytes": 120293365
        },
        "trades": {
          "rows": 7965,
          "bytes": 151726
        },
        "l1_quotes": {
          "rows": 1146603,
          "bytes": 8299721
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 7809399,
          "bytes": 105476256
        },
        "trades": {
          "rows": 7673,
          "bytes": 144219
        },
        "l1_quotes": {
          "rows": 886218,
          "bytes": 6443211
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 8315193,
          "bytes": 111393969
        },
        "trades": {
          "rows": 8456,
          "bytes": 157737
        },
        "l1_quotes": {
          "rows": 840568,
          "bytes": 6344194
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 9859105,
          "bytes": 138336036
        },
        "trades": {
          "rows": 7426,
          "bytes": 143336
        },
        "l1_quotes": {
          "rows": 1135541,
          "bytes": 8438015
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 10724255,
          "bytes": 150004304
        },
        "trades": {
          "rows": 6929,
          "bytes": 139154
        },
        "l1_quotes": {
          "rows": 1643522,
          "bytes": 11578438
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 11641823,
          "bytes": 172197281
        },
        "trades": {
          "rows": 7069,
          "bytes": 141276
        },
        "l1_quotes": {
          "rows": 1622323,
          "bytes": 11903111
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 10073236,
          "bytes": 133926862
        },
        "trades": {
          "rows": 7571,
          "bytes": 151146
        },
        "l1_quotes": {
          "rows": 1673568,
          "bytes": 12983907
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 9723273,
          "bytes": 135181168
        },
        "trades": {
          "rows": 8588,
          "bytes": 164149
        },
        "l1_quotes": {
          "rows": 1544147,
          "bytes": 12163177
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 10976301,
          "bytes": 151571636
        },
        "trades": {
          "rows": 7881,
          "bytes": 154625
        },
        "l1_quotes": {
          "rows": 1449712,
          "bytes": 10401441
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 6816614,
          "bytes": 85415140
        },
        "trades": {
          "rows": 6690,
          "bytes": 138595
        },
        "l1_quotes": {
          "rows": 835834,
          "bytes": 5834899
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 8638501,
          "bytes": 105428351
        },
        "trades": {
          "rows": 7168,
          "bytes": 144300
        },
        "l1_quotes": {
          "rows": 1047623,
          "bytes": 6999630
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 9535949,
          "bytes": 126976673
        },
        "trades": {
          "rows": 8219,
          "bytes": 158440
        },
        "l1_quotes": {
          "rows": 1530779,
          "bytes": 11410238
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 7633766,
          "bytes": 98600668
        },
        "trades": {
          "rows": 9848,
          "bytes": 181902
        },
        "l1_quotes": {
          "rows": 1387885,
          "bytes": 10028904
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 7229178,
          "bytes": 89008309
        },
        "trades": {
          "rows": 9105,
          "bytes": 167607
        },
        "l1_quotes": {
          "rows": 1157151,
          "bytes": 8777896
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 7363341,
          "bytes": 93332137
        },
        "trades": {
          "rows": 9256,
          "bytes": 168973
        },
        "l1_quotes": {
          "rows": 1347706,
          "bytes": 9885661
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 8340218,
          "bytes": 111532582
        },
        "trades": {
          "rows": 10123,
          "bytes": 179893
        },
        "l1_quotes": {
          "rows": 1996743,
          "bytes": 13397405
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 6449351,
          "bytes": 83692361
        },
        "trades": {
          "rows": 10596,
          "bytes": 190030
        },
        "l1_quotes": {
          "rows": 1308161,
          "bytes": 9352967
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 6074547,
          "bytes": 76472501
        },
        "trades": {
          "rows": 9204,
          "bytes": 175191
        },
        "l1_quotes": {
          "rows": 1266291,
          "bytes": 8540711
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 8370252,
          "bytes": 111570561
        },
        "trades": {
          "rows": 8367,
          "bytes": 161546
        },
        "l1_quotes": {
          "rows": 1841735,
          "bytes": 12764884
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 8380604,
          "bytes": 114205831
        },
        "trades": {
          "rows": 8132,
          "bytes": 156025
        },
        "l1_quotes": {
          "rows": 1901154,
          "bytes": 13161095
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 6573697,
          "bytes": 86917580
        },
        "trades": {
          "rows": 7232,
          "bytes": 139462
        },
        "l1_quotes": {
          "rows": 1472209,
          "bytes": 9908378
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 9712127,
          "bytes": 135403328
        },
        "trades": {
          "rows": 9044,
          "bytes": 165055
        },
        "l1_quotes": {
          "rows": 2095773,
          "bytes": 14364289
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 10662628,
          "bytes": 147529401
        },
        "trades": {
          "rows": 9600,
          "bytes": 174556
        },
        "l1_quotes": {
          "rows": 1977826,
          "bytes": 13761140
        }
      }
    },
    {
      "asset": "xrp",
      "tenor": "15m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 7458071,
          "bytes": 99478920
        },
        "trades": {
          "rows": 10018,
          "bytes": 179787
        },
        "l1_quotes": {
          "rows": 1353563,
          "bytes": 9351957
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 8962856,
          "bytes": 117711791
        },
        "trades": {
          "rows": 36147,
          "bytes": 613064
        },
        "l1_quotes": {
          "rows": 1123869,
          "bytes": 8856288
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 7697325,
          "bytes": 102214127
        },
        "trades": {
          "rows": 31637,
          "bytes": 556144
        },
        "l1_quotes": {
          "rows": 1147239,
          "bytes": 8834499
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 7425021,
          "bytes": 97975198
        },
        "trades": {
          "rows": 35248,
          "bytes": 616941
        },
        "l1_quotes": {
          "rows": 979486,
          "bytes": 7318237
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 5254359,
          "bytes": 65765554
        },
        "trades": {
          "rows": 27861,
          "bytes": 524878
        },
        "l1_quotes": {
          "rows": 726930,
          "bytes": 5579314
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 8312541,
          "bytes": 110840388
        },
        "trades": {
          "rows": 43291,
          "bytes": 691929
        },
        "l1_quotes": {
          "rows": 1271484,
          "bytes": 9442333
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 8670699,
          "bytes": 117658136
        },
        "trades": {
          "rows": 50804,
          "bytes": 908883
        },
        "l1_quotes": {
          "rows": 1395877,
          "bytes": 10620327
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 7636062,
          "bytes": 103776021
        },
        "trades": {
          "rows": 39907,
          "bytes": 655890
        },
        "l1_quotes": {
          "rows": 1057590,
          "bytes": 7889220
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 10285989,
          "bytes": 141122148
        },
        "trades": {
          "rows": 52665,
          "bytes": 931399
        },
        "l1_quotes": {
          "rows": 1352958,
          "bytes": 11013037
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 10598742,
          "bytes": 145408887
        },
        "trades": {
          "rows": 51789,
          "bytes": 924648
        },
        "l1_quotes": {
          "rows": 1425905,
          "bytes": 11193048
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 9761386,
          "bytes": 130913145
        },
        "trades": {
          "rows": 47924,
          "bytes": 750946
        },
        "l1_quotes": {
          "rows": 1228744,
          "bytes": 9376846
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 10536792,
          "bytes": 141471302
        },
        "trades": {
          "rows": 48932,
          "bytes": 762796
        },
        "l1_quotes": {
          "rows": 1512195,
          "bytes": 10994497
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 13674555,
          "bytes": 183559895
        },
        "trades": {
          "rows": 42699,
          "bytes": 708567
        },
        "l1_quotes": {
          "rows": 2473125,
          "bytes": 21817575
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 14240409,
          "bytes": 186681636
        },
        "trades": {
          "rows": 43322,
          "bytes": 713764
        },
        "l1_quotes": {
          "rows": 2551913,
          "bytes": 23196260
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 15219388,
          "bytes": 198492808
        },
        "trades": {
          "rows": 45382,
          "bytes": 735804
        },
        "l1_quotes": {
          "rows": 2151004,
          "bytes": 17625352
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 11165663,
          "bytes": 151975097
        },
        "trades": {
          "rows": 31280,
          "bytes": 573172
        },
        "l1_quotes": {
          "rows": 1568904,
          "bytes": 10824912
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 13951214,
          "bytes": 176456900
        },
        "trades": {
          "rows": 34070,
          "bytes": 614570
        },
        "l1_quotes": {
          "rows": 1691872,
          "bytes": 13363765
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 14533123,
          "bytes": 194184160
        },
        "trades": {
          "rows": 41860,
          "bytes": 700529
        },
        "l1_quotes": {
          "rows": 2297145,
          "bytes": 18697396
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 15544892,
          "bytes": 210794348
        },
        "trades": {
          "rows": 48433,
          "bytes": 778568
        },
        "l1_quotes": {
          "rows": 2527944,
          "bytes": 19206592
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 15540274,
          "bytes": 217757917
        },
        "trades": {
          "rows": 52363,
          "bytes": 967542
        },
        "l1_quotes": {
          "rows": 2607044,
          "bytes": 22376149
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 15097499,
          "bytes": 210163208
        },
        "trades": {
          "rows": 52504,
          "bytes": 975624
        },
        "l1_quotes": {
          "rows": 2350812,
          "bytes": 20311248
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 16224223,
          "bytes": 226569068
        },
        "trades": {
          "rows": 56619,
          "bytes": 1016581
        },
        "l1_quotes": {
          "rows": 2761826,
          "bytes": 25222446
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 13632011,
          "bytes": 188748860
        },
        "trades": {
          "rows": 43320,
          "bytes": 722859
        },
        "l1_quotes": {
          "rows": 1938182,
          "bytes": 15256529
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 13393079,
          "bytes": 185477710
        },
        "trades": {
          "rows": 40862,
          "bytes": 695439
        },
        "l1_quotes": {
          "rows": 1969516,
          "bytes": 15362865
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 16708678,
          "bytes": 234956076
        },
        "trades": {
          "rows": 52633,
          "bytes": 952386
        },
        "l1_quotes": {
          "rows": 2744231,
          "bytes": 23049244
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 17577813,
          "bytes": 239935443
        },
        "trades": {
          "rows": 51207,
          "bytes": 939295
        },
        "l1_quotes": {
          "rows": 2569817,
          "bytes": 21860645
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 12570991,
          "bytes": 178283273
        },
        "trades": {
          "rows": 45138,
          "bytes": 726704
        },
        "l1_quotes": {
          "rows": 2262670,
          "bytes": 18472545
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 14605731,
          "bytes": 203004005
        },
        "trades": {
          "rows": 48480,
          "bytes": 780396
        },
        "l1_quotes": {
          "rows": 2628752,
          "bytes": 20948854
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 17318374,
          "bytes": 239167254
        },
        "trades": {
          "rows": 49676,
          "bytes": 795929
        },
        "l1_quotes": {
          "rows": 2849494,
          "bytes": 23383143
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "5m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 14035453,
          "bytes": 191337017
        },
        "trades": {
          "rows": 36563,
          "bytes": 658738
        },
        "l1_quotes": {
          "rows": 2228485,
          "bytes": 16719622
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 434353,
          "bytes": 4551664
        },
        "trades": {
          "rows": 375,
          "bytes": 11423
        },
        "l1_quotes": {
          "rows": 55882,
          "bytes": 577699
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 383412,
          "bytes": 4206791
        },
        "trades": {
          "rows": 353,
          "bytes": 11630
        },
        "l1_quotes": {
          "rows": 53871,
          "bytes": 515656
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 352868,
          "bytes": 3880486
        },
        "trades": {
          "rows": 438,
          "bytes": 14018
        },
        "l1_quotes": {
          "rows": 53041,
          "bytes": 556325
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 346863,
          "bytes": 4070741
        },
        "trades": {
          "rows": 340,
          "bytes": 11240
        },
        "l1_quotes": {
          "rows": 64968,
          "bytes": 677676
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 540496,
          "bytes": 6777084
        },
        "trades": {
          "rows": 463,
          "bytes": 13380
        },
        "l1_quotes": {
          "rows": 71848,
          "bytes": 627727
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 467593,
          "bytes": 5577535
        },
        "trades": {
          "rows": 649,
          "bytes": 16333
        },
        "l1_quotes": {
          "rows": 72627,
          "bytes": 662195
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 342200,
          "bytes": 4163882
        },
        "trades": {
          "rows": 476,
          "bytes": 13765
        },
        "l1_quotes": {
          "rows": 48022,
          "bytes": 471990
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 485366,
          "bytes": 5662720
        },
        "trades": {
          "rows": 611,
          "bytes": 15287
        },
        "l1_quotes": {
          "rows": 73001,
          "bytes": 637273
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 523140,
          "bytes": 6628138
        },
        "trades": {
          "rows": 657,
          "bytes": 15802
        },
        "l1_quotes": {
          "rows": 81139,
          "bytes": 650551
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 474976,
          "bytes": 5674226
        },
        "trades": {
          "rows": 748,
          "bytes": 17606
        },
        "l1_quotes": {
          "rows": 74762,
          "bytes": 652353
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 393194,
          "bytes": 4357480
        },
        "trades": {
          "rows": 930,
          "bytes": 21862
        },
        "l1_quotes": {
          "rows": 71499,
          "bytes": 574629
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 486752,
          "bytes": 4623521
        },
        "trades": {
          "rows": 255,
          "bytes": 9985
        },
        "l1_quotes": {
          "rows": 105297,
          "bytes": 919919
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 444599,
          "bytes": 4263488
        },
        "trades": {
          "rows": 696,
          "bytes": 15386
        },
        "l1_quotes": {
          "rows": 98796,
          "bytes": 858978
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 532553,
          "bytes": 5312609
        },
        "trades": {
          "rows": 558,
          "bytes": 14207
        },
        "l1_quotes": {
          "rows": 121517,
          "bytes": 1052567
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 400381,
          "bytes": 3494577
        },
        "trades": {
          "rows": 861,
          "bytes": 19074
        },
        "l1_quotes": {
          "rows": 101348,
          "bytes": 810799
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 353591,
          "bytes": 3361088
        },
        "trades": {
          "rows": 820,
          "bytes": 19588
        },
        "l1_quotes": {
          "rows": 61977,
          "bytes": 644004
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 404311,
          "bytes": 3491306
        },
        "trades": {
          "rows": 833,
          "bytes": 19868
        },
        "l1_quotes": {
          "rows": 164520,
          "bytes": 1506555
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 406869,
          "bytes": 3729501
        },
        "trades": {
          "rows": 264,
          "bytes": 10153
        },
        "l1_quotes": {
          "rows": 115820,
          "bytes": 970560
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 485160,
          "bytes": 4787266
        },
        "trades": {
          "rows": 311,
          "bytes": 10623
        },
        "l1_quotes": {
          "rows": 140556,
          "bytes": 1402924
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 515021,
          "bytes": 5145340
        },
        "trades": {
          "rows": 205,
          "bytes": 9793
        },
        "l1_quotes": {
          "rows": 165904,
          "bytes": 1814801
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 313281,
          "bytes": 2869126
        },
        "trades": {
          "rows": 269,
          "bytes": 10113
        },
        "l1_quotes": {
          "rows": 87460,
          "bytes": 805226
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 286430,
          "bytes": 3540772
        },
        "trades": {
          "rows": 240,
          "bytes": 9499
        },
        "l1_quotes": {
          "rows": 93140,
          "bytes": 661202
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 264739,
          "bytes": 3017401
        },
        "trades": {
          "rows": 199,
          "bytes": 9235
        },
        "l1_quotes": {
          "rows": 86210,
          "bytes": 764172
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 379269,
          "bytes": 3313702
        },
        "trades": {
          "rows": 238,
          "bytes": 9860
        },
        "l1_quotes": {
          "rows": 116768,
          "bytes": 1096427
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 422514,
          "bytes": 3821550
        },
        "trades": {
          "rows": 201,
          "bytes": 9608
        },
        "l1_quotes": {
          "rows": 132045,
          "bytes": 1252684
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 294774,
          "bytes": 2870012
        },
        "trades": {
          "rows": 472,
          "bytes": 13318
        },
        "l1_quotes": {
          "rows": 79042,
          "bytes": 637068
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 560861,
          "bytes": 5986095
        },
        "trades": {
          "rows": 395,
          "bytes": 12385
        },
        "l1_quotes": {
          "rows": 134973,
          "bytes": 1161880
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 742400,
          "bytes": 7590753
        },
        "trades": {
          "rows": 667,
          "bytes": 15153
        },
        "l1_quotes": {
          "rows": 141165,
          "bytes": 1220694
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "4h",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 654751,
          "bytes": 6674986
        },
        "trades": {
          "rows": 678,
          "bytes": 15170
        },
        "l1_quotes": {
          "rows": 96257,
          "bytes": 814455
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 8075206,
          "bytes": 111480723
        },
        "trades": {
          "rows": 8718,
          "bytes": 160266
        },
        "l1_quotes": {
          "rows": 991276,
          "bytes": 7240823
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 7114896,
          "bytes": 103036717
        },
        "trades": {
          "rows": 7815,
          "bytes": 147539
        },
        "l1_quotes": {
          "rows": 694940,
          "bytes": 4932128
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 7963443,
          "bytes": 111846131
        },
        "trades": {
          "rows": 10507,
          "bytes": 190800
        },
        "l1_quotes": {
          "rows": 1113753,
          "bytes": 8186356
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 5785098,
          "bytes": 79485601
        },
        "trades": {
          "rows": 10083,
          "bytes": 178763
        },
        "l1_quotes": {
          "rows": 859401,
          "bytes": 6528522
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 9665648,
          "bytes": 141689448
        },
        "trades": {
          "rows": 12612,
          "bytes": 245661
        },
        "l1_quotes": {
          "rows": 1291036,
          "bytes": 9781457
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 9054257,
          "bytes": 129620790
        },
        "trades": {
          "rows": 11264,
          "bytes": 197341
        },
        "l1_quotes": {
          "rows": 967485,
          "bytes": 7278403
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 7048611,
          "bytes": 100000875
        },
        "trades": {
          "rows": 11218,
          "bytes": 186927
        },
        "l1_quotes": {
          "rows": 729374,
          "bytes": 5467505
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 8369057,
          "bytes": 119779127
        },
        "trades": {
          "rows": 14019,
          "bytes": 260257
        },
        "l1_quotes": {
          "rows": 854383,
          "bytes": 6757717
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 9020773,
          "bytes": 130704744
        },
        "trades": {
          "rows": 13321,
          "bytes": 254137
        },
        "l1_quotes": {
          "rows": 971628,
          "bytes": 7447120
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 9880921,
          "bytes": 145417270
        },
        "trades": {
          "rows": 12839,
          "bytes": 252405
        },
        "l1_quotes": {
          "rows": 1148658,
          "bytes": 8710963
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 11081162,
          "bytes": 161520106
        },
        "trades": {
          "rows": 14722,
          "bytes": 272153
        },
        "l1_quotes": {
          "rows": 1388628,
          "bytes": 10417536
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 10089827,
          "bytes": 145126741
        },
        "trades": {
          "rows": 17670,
          "bytes": 303717
        },
        "l1_quotes": {
          "rows": 1253425,
          "bytes": 9932951
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 10177957,
          "bytes": 145386786
        },
        "trades": {
          "rows": 17291,
          "bytes": 306097
        },
        "l1_quotes": {
          "rows": 1523701,
          "bytes": 12287808
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 10635842,
          "bytes": 148799436
        },
        "trades": {
          "rows": 17223,
          "bytes": 296037
        },
        "l1_quotes": {
          "rows": 1237685,
          "bytes": 9000736
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 7582287,
          "bytes": 103121902
        },
        "trades": {
          "rows": 12578,
          "bytes": 243227
        },
        "l1_quotes": {
          "rows": 1001826,
          "bytes": 6576750
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 9486084,
          "bytes": 120993236
        },
        "trades": {
          "rows": 12116,
          "bytes": 207926
        },
        "l1_quotes": {
          "rows": 1057379,
          "bytes": 7411184
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 10682440,
          "bytes": 149039152
        },
        "trades": {
          "rows": 11452,
          "bytes": 199911
        },
        "l1_quotes": {
          "rows": 1521282,
          "bytes": 11635241
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 8451927,
          "bytes": 112522171
        },
        "trades": {
          "rows": 14171,
          "bytes": 267691
        },
        "l1_quotes": {
          "rows": 1323775,
          "bytes": 9719571
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 9102814,
          "bytes": 129804760
        },
        "trades": {
          "rows": 15644,
          "bytes": 286302
        },
        "l1_quotes": {
          "rows": 1553049,
          "bytes": 11244385
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 9119284,
          "bytes": 124467100
        },
        "trades": {
          "rows": 15338,
          "bytes": 282222
        },
        "l1_quotes": {
          "rows": 1644549,
          "bytes": 12042378
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 10115951,
          "bytes": 142854602
        },
        "trades": {
          "rows": 17324,
          "bytes": 310169
        },
        "l1_quotes": {
          "rows": 1959838,
          "bytes": 13441943
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 8448797,
          "bytes": 113719015
        },
        "trades": {
          "rows": 15088,
          "bytes": 279617
        },
        "l1_quotes": {
          "rows": 1238806,
          "bytes": 8699540
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 8216759,
          "bytes": 109642865
        },
        "trades": {
          "rows": 16325,
          "bytes": 296238
        },
        "l1_quotes": {
          "rows": 1135712,
          "bytes": 8294268
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 10418864,
          "bytes": 150937141
        },
        "trades": {
          "rows": 15508,
          "bytes": 285255
        },
        "l1_quotes": {
          "rows": 1694040,
          "bytes": 12614348
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 10583580,
          "bytes": 152309137
        },
        "trades": {
          "rows": 14703,
          "bytes": 276998
        },
        "l1_quotes": {
          "rows": 1827249,
          "bytes": 13244567
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 8412123,
          "bytes": 121753014
        },
        "trades": {
          "rows": 13017,
          "bytes": 249958
        },
        "l1_quotes": {
          "rows": 1522030,
          "bytes": 10530962
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 11627053,
          "bytes": 170049987
        },
        "trades": {
          "rows": 15911,
          "bytes": 284441
        },
        "l1_quotes": {
          "rows": 2318921,
          "bytes": 16542605
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 12560352,
          "bytes": 183338607
        },
        "trades": {
          "rows": 16213,
          "bytes": 290303
        },
        "l1_quotes": {
          "rows": 2487900,
          "bytes": 17244686
        }
      }
    },
    {
      "asset": "sol",
      "tenor": "15m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 8596353,
          "bytes": 118535079
        },
        "trades": {
          "rows": 14117,
          "bytes": 268017
        },
        "l1_quotes": {
          "rows": 1716066,
          "bytes": 11779301
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 124729338,
          "bytes": 2041216839
        },
        "trades": {
          "rows": 210486,
          "bytes": 2958212
        },
        "l1_quotes": {
          "rows": 11441392,
          "bytes": 126592676
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 114356644,
          "bytes": 1902893244
        },
        "trades": {
          "rows": 213454,
          "bytes": 3062866
        },
        "l1_quotes": {
          "rows": 12355459,
          "bytes": 137202518
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 157706173,
          "bytes": 2751828326
        },
        "trades": {
          "rows": 264818,
          "bytes": 3555055
        },
        "l1_quotes": {
          "rows": 17094648,
          "bytes": 188405098
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 139240293,
          "bytes": 2399925211
        },
        "trades": {
          "rows": 234364,
          "bytes": 3221299
        },
        "l1_quotes": {
          "rows": 15721823,
          "bytes": 176522535
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 154737644,
          "bytes": 2670398342
        },
        "trades": {
          "rows": 247176,
          "bytes": 3361326
        },
        "l1_quotes": {
          "rows": 16464538,
          "bytes": 180935282
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 164426323,
          "bytes": 2778392668
        },
        "trades": {
          "rows": 240899,
          "bytes": 3232163
        },
        "l1_quotes": {
          "rows": 19568034,
          "bytes": 200633044
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 153743784,
          "bytes": 2644143396
        },
        "trades": {
          "rows": 218801,
          "bytes": 3088202
        },
        "l1_quotes": {
          "rows": 17297375,
          "bytes": 176009775
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 172890361,
          "bytes": 2971432931
        },
        "trades": {
          "rows": 205513,
          "bytes": 2985661
        },
        "l1_quotes": {
          "rows": 19235481,
          "bytes": 204605024
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 156156427,
          "bytes": 2670615371
        },
        "trades": {
          "rows": 206800,
          "bytes": 2946191
        },
        "l1_quotes": {
          "rows": 18490428,
          "bytes": 190166283
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 174848368,
          "bytes": 2970153401
        },
        "trades": {
          "rows": 320857,
          "bytes": 3966658
        },
        "l1_quotes": {
          "rows": 21039227,
          "bytes": 226840163
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 178584810,
          "bytes": 3051570040
        },
        "trades": {
          "rows": 307041,
          "bytes": 3864810
        },
        "l1_quotes": {
          "rows": 21956738,
          "bytes": 232608204
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 163734067,
          "bytes": 2749923096
        },
        "trades": {
          "rows": 309858,
          "bytes": 3858278
        },
        "l1_quotes": {
          "rows": 15038526,
          "bytes": 174519397
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 145247348,
          "bytes": 2425161357
        },
        "trades": {
          "rows": 228495,
          "bytes": 3123837
        },
        "l1_quotes": {
          "rows": 12785344,
          "bytes": 147072910
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 148995259,
          "bytes": 2427262860
        },
        "trades": {
          "rows": 218885,
          "bytes": 3005920
        },
        "l1_quotes": {
          "rows": 13865333,
          "bytes": 149296624
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 171641349,
          "bytes": 2818770581
        },
        "trades": {
          "rows": 249690,
          "bytes": 3300834
        },
        "l1_quotes": {
          "rows": 16985228,
          "bytes": 187200127
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 189970672,
          "bytes": 3109998872
        },
        "trades": {
          "rows": 262363,
          "bytes": 3470716
        },
        "l1_quotes": {
          "rows": 18547571,
          "bytes": 198188384
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 175999210,
          "bytes": 2875573882
        },
        "trades": {
          "rows": 259807,
          "bytes": 3459638
        },
        "l1_quotes": {
          "rows": 17658840,
          "bytes": 192731573
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 196321843,
          "bytes": 3233249760
        },
        "trades": {
          "rows": 275573,
          "bytes": 3633445
        },
        "l1_quotes": {
          "rows": 18896770,
          "bytes": 209480042
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 209795555,
          "bytes": 3453872588
        },
        "trades": {
          "rows": 292031,
          "bytes": 3824281
        },
        "l1_quotes": {
          "rows": 20876126,
          "bytes": 228400816
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 213675130,
          "bytes": 3453698580
        },
        "trades": {
          "rows": 261131,
          "bytes": 3548435
        },
        "l1_quotes": {
          "rows": 20225526,
          "bytes": 219443467
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 190507755,
          "bytes": 2931913796
        },
        "trades": {
          "rows": 166508,
          "bytes": 2362086
        },
        "l1_quotes": {
          "rows": 17974069,
          "bytes": 186288016
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 200145275,
          "bytes": 3150631387
        },
        "trades": {
          "rows": 226994,
          "bytes": 3390018
        },
        "l1_quotes": {
          "rows": 19790230,
          "bytes": 209702647
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 197094784,
          "bytes": 3180276612
        },
        "trades": {
          "rows": 284256,
          "bytes": 3706532
        },
        "l1_quotes": {
          "rows": 18124138,
          "bytes": 196361729
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 189051608,
          "bytes": 3029832517
        },
        "trades": {
          "rows": 204143,
          "bytes": 3281811
        },
        "l1_quotes": {
          "rows": 19021574,
          "bytes": 203843961
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 187648662,
          "bytes": 2987364642
        },
        "trades": {
          "rows": 186465,
          "bytes": 2680527
        },
        "l1_quotes": {
          "rows": 19407608,
          "bytes": 205507352
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 149062179,
          "bytes": 2345987473
        },
        "trades": {
          "rows": 178977,
          "bytes": 2586993
        },
        "l1_quotes": {
          "rows": 15747863,
          "bytes": 169167705
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 190477593,
          "bytes": 3115842446
        },
        "trades": {
          "rows": 176998,
          "bytes": 2600959
        },
        "l1_quotes": {
          "rows": 20993298,
          "bytes": 215650023
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 207419537,
          "bytes": 3356695367
        },
        "trades": {
          "rows": 187426,
          "bytes": 2589718
        },
        "l1_quotes": {
          "rows": 18526196,
          "bytes": 196113002
        }
      }
    },
    {
      "asset": "other",
      "tenor": "other",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 226593668,
          "bytes": 3628984377
        },
        "trades": {
          "rows": 247194,
          "bytes": 3704025
        },
        "l1_quotes": {
          "rows": 18435642,
          "bytes": 198555046
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 1562224,
          "bytes": 18377480
        },
        "trades": {
          "rows": 27504,
          "bytes": 440610
        },
        "l1_quotes": {
          "rows": 531351,
          "bytes": 3773816
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 1178987,
          "bytes": 13930166
        },
        "trades": {
          "rows": 18081,
          "bytes": 283947
        },
        "l1_quotes": {
          "rows": 395333,
          "bytes": 2891755
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 1034928,
          "bytes": 11859132
        },
        "trades": {
          "rows": 21051,
          "bytes": 322514
        },
        "l1_quotes": {
          "rows": 308235,
          "bytes": 2130221
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 785514,
          "bytes": 8484638
        },
        "trades": {
          "rows": 18827,
          "bytes": 290752
        },
        "l1_quotes": {
          "rows": 282772,
          "bytes": 2012692
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 1974618,
          "bytes": 22954638
        },
        "trades": {
          "rows": 31137,
          "bytes": 476185
        },
        "l1_quotes": {
          "rows": 760301,
          "bytes": 5237156
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 1607106,
          "bytes": 18652554
        },
        "trades": {
          "rows": 35301,
          "bytes": 525376
        },
        "l1_quotes": {
          "rows": 670404,
          "bytes": 5090688
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 1516661,
          "bytes": 17858358
        },
        "trades": {
          "rows": 31449,
          "bytes": 474308
        },
        "l1_quotes": {
          "rows": 551231,
          "bytes": 3815042
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 1725232,
          "bytes": 20728142
        },
        "trades": {
          "rows": 34594,
          "bytes": 513670
        },
        "l1_quotes": {
          "rows": 639981,
          "bytes": 4422772
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 2149950,
          "bytes": 25338972
        },
        "trades": {
          "rows": 36988,
          "bytes": 536160
        },
        "l1_quotes": {
          "rows": 720427,
          "bytes": 5426206
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 2930208,
          "bytes": 33930459
        },
        "trades": {
          "rows": 36997,
          "bytes": 541703
        },
        "l1_quotes": {
          "rows": 781536,
          "bytes": 5425014
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 3048410,
          "bytes": 34615633
        },
        "trades": {
          "rows": 34435,
          "bytes": 511588
        },
        "l1_quotes": {
          "rows": 776279,
          "bytes": 5355372
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 953277,
          "bytes": 10236230
        },
        "trades": {
          "rows": 14677,
          "bytes": 255810
        },
        "l1_quotes": {
          "rows": 216308,
          "bytes": 1980156
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 2603312,
          "bytes": 27529121
        },
        "trades": {
          "rows": 15431,
          "bytes": 269769
        },
        "l1_quotes": {
          "rows": 830237,
          "bytes": 5281246
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 2864775,
          "bytes": 30775568
        },
        "trades": {
          "rows": 21492,
          "bytes": 329454
        },
        "l1_quotes": {
          "rows": 930370,
          "bytes": 6249411
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 2112802,
          "bytes": 22397403
        },
        "trades": {
          "rows": 10607,
          "bytes": 190211
        },
        "l1_quotes": {
          "rows": 606881,
          "bytes": 3817143
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 1859591,
          "bytes": 19975578
        },
        "trades": {
          "rows": 10722,
          "bytes": 185703
        },
        "l1_quotes": {
          "rows": 534849,
          "bytes": 3368163
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 2212827,
          "bytes": 24828032
        },
        "trades": {
          "rows": 20789,
          "bytes": 313071
        },
        "l1_quotes": {
          "rows": 665522,
          "bytes": 4673076
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 2203936,
          "bytes": 25116816
        },
        "trades": {
          "rows": 25919,
          "bytes": 430029
        },
        "l1_quotes": {
          "rows": 488396,
          "bytes": 3353190
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 3054653,
          "bytes": 36000747
        },
        "trades": {
          "rows": 28690,
          "bytes": 464848
        },
        "l1_quotes": {
          "rows": 570572,
          "bytes": 4031454
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 2859191,
          "bytes": 34140751
        },
        "trades": {
          "rows": 26519,
          "bytes": 447584
        },
        "l1_quotes": {
          "rows": 520133,
          "bytes": 3735399
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 2770034,
          "bytes": 33584555
        },
        "trades": {
          "rows": 28371,
          "bytes": 461077
        },
        "l1_quotes": {
          "rows": 549572,
          "bytes": 3933993
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 2116037,
          "bytes": 25299140
        },
        "trades": {
          "rows": 23101,
          "bytes": 347231
        },
        "l1_quotes": {
          "rows": 470780,
          "bytes": 3509843
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 2476469,
          "bytes": 29171435
        },
        "trades": {
          "rows": 22389,
          "bytes": 340623
        },
        "l1_quotes": {
          "rows": 553485,
          "bytes": 3941716
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 3738244,
          "bytes": 44396612
        },
        "trades": {
          "rows": 33207,
          "bytes": 513918
        },
        "l1_quotes": {
          "rows": 693189,
          "bytes": 5255016
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 3522357,
          "bytes": 41559766
        },
        "trades": {
          "rows": 30626,
          "bytes": 475982
        },
        "l1_quotes": {
          "rows": 648472,
          "bytes": 4928964
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 2562288,
          "bytes": 30100709
        },
        "trades": {
          "rows": 25651,
          "bytes": 417855
        },
        "l1_quotes": {
          "rows": 518827,
          "bytes": 3662278
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 2959719,
          "bytes": 34854614
        },
        "trades": {
          "rows": 27991,
          "bytes": 451777
        },
        "l1_quotes": {
          "rows": 638171,
          "bytes": 4875779
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 2834005,
          "bytes": 33213888
        },
        "trades": {
          "rows": 26521,
          "bytes": 437444
        },
        "l1_quotes": {
          "rows": 915636,
          "bytes": 6805345
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "5m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 1563770,
          "bytes": 18544538
        },
        "trades": {
          "rows": 16621,
          "bytes": 280440
        },
        "l1_quotes": {
          "rows": 485678,
          "bytes": 3582313
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 190374,
          "bytes": 2683925
        },
        "trades": {
          "rows": 206,
          "bytes": 9585
        },
        "l1_quotes": {
          "rows": 44803,
          "bytes": 460472
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 136673,
          "bytes": 1900747
        },
        "trades": {
          "rows": 123,
          "bytes": 7789
        },
        "l1_quotes": {
          "rows": 26815,
          "bytes": 264928
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 132651,
          "bytes": 1748278
        },
        "trades": {
          "rows": 131,
          "bytes": 7776
        },
        "l1_quotes": {
          "rows": 33532,
          "bytes": 312345
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 126244,
          "bytes": 1738417
        },
        "trades": {
          "rows": 123,
          "bytes": 7800
        },
        "l1_quotes": {
          "rows": 34746,
          "bytes": 350715
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 162346,
          "bytes": 2292427
        },
        "trades": {
          "rows": 112,
          "bytes": 7604
        },
        "l1_quotes": {
          "rows": 36303,
          "bytes": 340654
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 167630,
          "bytes": 2311253
        },
        "trades": {
          "rows": 104,
          "bytes": 7483
        },
        "l1_quotes": {
          "rows": 41486,
          "bytes": 366181
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 139963,
          "bytes": 2040560
        },
        "trades": {
          "rows": 115,
          "bytes": 7506
        },
        "l1_quotes": {
          "rows": 32624,
          "bytes": 311986
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 169586,
          "bytes": 2436293
        },
        "trades": {
          "rows": 206,
          "bytes": 9392
        },
        "l1_quotes": {
          "rows": 43433,
          "bytes": 448094
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 201557,
          "bytes": 2985851
        },
        "trades": {
          "rows": 169,
          "bytes": 8410
        },
        "l1_quotes": {
          "rows": 49307,
          "bytes": 477799
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 161802,
          "bytes": 2238156
        },
        "trades": {
          "rows": 167,
          "bytes": 8173
        },
        "l1_quotes": {
          "rows": 34728,
          "bytes": 331445
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 156903,
          "bytes": 2184253
        },
        "trades": {
          "rows": 134,
          "bytes": 7982
        },
        "l1_quotes": {
          "rows": 47383,
          "bytes": 431096
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 132523,
          "bytes": 1666590
        },
        "trades": {
          "rows": 85,
          "bytes": 6626
        },
        "l1_quotes": {
          "rows": 45303,
          "bytes": 467032
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 213346,
          "bytes": 2814883
        },
        "trades": {
          "rows": 107,
          "bytes": 6977
        },
        "l1_quotes": {
          "rows": 66908,
          "bytes": 560629
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 151857,
          "bytes": 2017096
        },
        "trades": {
          "rows": 147,
          "bytes": 7448
        },
        "l1_quotes": {
          "rows": 24973,
          "bytes": 237205
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 90617,
          "bytes": 1005510
        },
        "trades": {
          "rows": 100,
          "bytes": 6989
        },
        "l1_quotes": {
          "rows": 21620,
          "bytes": 230554
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 89940,
          "bytes": 1083688
        },
        "trades": {
          "rows": 65,
          "bytes": 6574
        },
        "l1_quotes": {
          "rows": 22915,
          "bytes": 240604
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 90011,
          "bytes": 930971
        },
        "trades": {
          "rows": 36,
          "bytes": 5703
        },
        "l1_quotes": {
          "rows": 54591,
          "bytes": 407799
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 79812,
          "bytes": 928810
        },
        "trades": {
          "rows": 21,
          "bytes": 5303
        },
        "l1_quotes": {
          "rows": 41540,
          "bytes": 420760
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 82967,
          "bytes": 1007519
        },
        "trades": {
          "rows": 81,
          "bytes": 6525
        },
        "l1_quotes": {
          "rows": 37225,
          "bytes": 360298
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 119619,
          "bytes": 1513759
        },
        "trades": {
          "rows": 35,
          "bytes": 5720
        },
        "l1_quotes": {
          "rows": 60025,
          "bytes": 605430
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 98153,
          "bytes": 1138263
        },
        "trades": {
          "rows": 26,
          "bytes": 5380
        },
        "l1_quotes": {
          "rows": 54156,
          "bytes": 542181
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 74480,
          "bytes": 783805
        },
        "trades": {
          "rows": 21,
          "bytes": 5163
        },
        "l1_quotes": {
          "rows": 42658,
          "bytes": 374949
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 88770,
          "bytes": 1101781
        },
        "trades": {
          "rows": 22,
          "bytes": 5194
        },
        "l1_quotes": {
          "rows": 55905,
          "bytes": 602536
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 94127,
          "bytes": 1068336
        },
        "trades": {
          "rows": 16,
          "bytes": 5077
        },
        "l1_quotes": {
          "rows": 46274,
          "bytes": 468746
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 96167,
          "bytes": 1107499
        },
        "trades": {
          "rows": 18,
          "bytes": 5194
        },
        "l1_quotes": {
          "rows": 50010,
          "bytes": 504828
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 80029,
          "bytes": 848162
        },
        "trades": {
          "rows": 52,
          "bytes": 5663
        },
        "l1_quotes": {
          "rows": 41210,
          "bytes": 350135
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 142258,
          "bytes": 1623624
        },
        "trades": {
          "rows": 10,
          "bytes": 4834
        },
        "l1_quotes": {
          "rows": 73234,
          "bytes": 574403
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 99943,
          "bytes": 1093402
        },
        "trades": {
          "rows": 18,
          "bytes": 5156
        },
        "l1_quotes": {
          "rows": 52042,
          "bytes": 475316
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "4h",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 111011,
          "bytes": 1195080
        },
        "trades": {
          "rows": 18,
          "bytes": 5170
        },
        "l1_quotes": {
          "rows": 62682,
          "bytes": 560201
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 3590715,
          "bytes": 40741267
        },
        "trades": {
          "rows": 2968,
          "bytes": 60207
        },
        "l1_quotes": {
          "rows": 750826,
          "bytes": 5268089
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 3014425,
          "bytes": 33440725
        },
        "trades": {
          "rows": 2074,
          "bytes": 48879
        },
        "l1_quotes": {
          "rows": 650641,
          "bytes": 4217960
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 2877061,
          "bytes": 33259617
        },
        "trades": {
          "rows": 2411,
          "bytes": 55305
        },
        "l1_quotes": {
          "rows": 582135,
          "bytes": 3965954
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 2462597,
          "bytes": 27939825
        },
        "trades": {
          "rows": 1756,
          "bytes": 45551
        },
        "l1_quotes": {
          "rows": 578542,
          "bytes": 4073272
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 3854047,
          "bytes": 45890079
        },
        "trades": {
          "rows": 2459,
          "bytes": 54699
        },
        "l1_quotes": {
          "rows": 876121,
          "bytes": 6380949
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 3706901,
          "bytes": 43252371
        },
        "trades": {
          "rows": 2287,
          "bytes": 54108
        },
        "l1_quotes": {
          "rows": 805948,
          "bytes": 5594750
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 3596810,
          "bytes": 41258016
        },
        "trades": {
          "rows": 2231,
          "bytes": 51428
        },
        "l1_quotes": {
          "rows": 752666,
          "bytes": 5146966
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 3846399,
          "bytes": 43182585
        },
        "trades": {
          "rows": 2688,
          "bytes": 58935
        },
        "l1_quotes": {
          "rows": 809034,
          "bytes": 5521016
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 4612927,
          "bytes": 52742190
        },
        "trades": {
          "rows": 2787,
          "bytes": 59888
        },
        "l1_quotes": {
          "rows": 903746,
          "bytes": 6349445
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 5337376,
          "bytes": 60312526
        },
        "trades": {
          "rows": 2657,
          "bytes": 59451
        },
        "l1_quotes": {
          "rows": 1012332,
          "bytes": 6961534
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 5072647,
          "bytes": 60259217
        },
        "trades": {
          "rows": 2312,
          "bytes": 55243
        },
        "l1_quotes": {
          "rows": 870327,
          "bytes": 6239175
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 2009452,
          "bytes": 22691103
        },
        "trades": {
          "rows": 859,
          "bytes": 31510
        },
        "l1_quotes": {
          "rows": 551105,
          "bytes": 3742534
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 1930257,
          "bytes": 19141617
        },
        "trades": {
          "rows": 1816,
          "bytes": 49437
        },
        "l1_quotes": {
          "rows": 694332,
          "bytes": 3932992
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 2002019,
          "bytes": 21183855
        },
        "trades": {
          "rows": 2008,
          "bytes": 51671
        },
        "l1_quotes": {
          "rows": 686499,
          "bytes": 3968743
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 1499578,
          "bytes": 13165371
        },
        "trades": {
          "rows": 1213,
          "bytes": 37984
        },
        "l1_quotes": {
          "rows": 498196,
          "bytes": 3133306
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 1197724,
          "bytes": 11352417
        },
        "trades": {
          "rows": 1476,
          "bytes": 40990
        },
        "l1_quotes": {
          "rows": 418604,
          "bytes": 2708424
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 968735,
          "bytes": 10587102
        },
        "trades": {
          "rows": 2273,
          "bytes": 52794
        },
        "l1_quotes": {
          "rows": 308241,
          "bytes": 1853052
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 723650,
          "bytes": 7095033
        },
        "trades": {
          "rows": 1504,
          "bytes": 39254
        },
        "l1_quotes": {
          "rows": 121321,
          "bytes": 992946
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 1040642,
          "bytes": 11154472
        },
        "trades": {
          "rows": 1653,
          "bytes": 46426
        },
        "l1_quotes": {
          "rows": 180012,
          "bytes": 1833315
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 987783,
          "bytes": 10524062
        },
        "trades": {
          "rows": 1834,
          "bytes": 49422
        },
        "l1_quotes": {
          "rows": 152972,
          "bytes": 1514741
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 931812,
          "bytes": 9372434
        },
        "trades": {
          "rows": 1802,
          "bytes": 48139
        },
        "l1_quotes": {
          "rows": 163227,
          "bytes": 1598415
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 473970,
          "bytes": 4576811
        },
        "trades": {
          "rows": 1561,
          "bytes": 44617
        },
        "l1_quotes": {
          "rows": 79060,
          "bytes": 663686
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 679295,
          "bytes": 5862688
        },
        "trades": {
          "rows": 1517,
          "bytes": 41334
        },
        "l1_quotes": {
          "rows": 118546,
          "bytes": 1140552
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 1176079,
          "bytes": 12892446
        },
        "trades": {
          "rows": 2079,
          "bytes": 52443
        },
        "l1_quotes": {
          "rows": 184308,
          "bytes": 1872494
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 1209674,
          "bytes": 13072014
        },
        "trades": {
          "rows": 1828,
          "bytes": 48056
        },
        "l1_quotes": {
          "rows": 171996,
          "bytes": 1663852
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 940340,
          "bytes": 9951394
        },
        "trades": {
          "rows": 7628,
          "bytes": 117923
        },
        "l1_quotes": {
          "rows": 139574,
          "bytes": 1405358
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 984843,
          "bytes": 11057420
        },
        "trades": {
          "rows": 21765,
          "bytes": 278527
        },
        "l1_quotes": {
          "rows": 186784,
          "bytes": 1760364
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 544036,
          "bytes": 6389106
        },
        "trades": {
          "rows": 17183,
          "bytes": 238455
        },
        "l1_quotes": {
          "rows": 169631,
          "bytes": 1719095
        }
      }
    },
    {
      "asset": "hype",
      "tenor": "15m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 306018,
          "bytes": 4228555
        },
        "trades": {
          "rows": 15511,
          "bytes": 217442
        },
        "l1_quotes": {
          "rows": 92088,
          "bytes": 832159
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 17376461,
          "bytes": 243258003
        },
        "trades": {
          "rows": 87893,
          "bytes": 1351225
        },
        "l1_quotes": {
          "rows": 1747183,
          "bytes": 15170331
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 13383293,
          "bytes": 187805720
        },
        "trades": {
          "rows": 84355,
          "bytes": 1312072
        },
        "l1_quotes": {
          "rows": 1531968,
          "bytes": 11622813
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 12364131,
          "bytes": 171943616
        },
        "trades": {
          "rows": 80961,
          "bytes": 1288217
        },
        "l1_quotes": {
          "rows": 1237098,
          "bytes": 9695026
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 8762390,
          "bytes": 123935545
        },
        "trades": {
          "rows": 64975,
          "bytes": 1104307
        },
        "l1_quotes": {
          "rows": 1031378,
          "bytes": 8248856
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 16180551,
          "bytes": 233031698
        },
        "trades": {
          "rows": 91156,
          "bytes": 1382269
        },
        "l1_quotes": {
          "rows": 1803077,
          "bytes": 14111350
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 17102813,
          "bytes": 243407802
        },
        "trades": {
          "rows": 111126,
          "bytes": 1862043
        },
        "l1_quotes": {
          "rows": 1976868,
          "bytes": 15080249
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 15927322,
          "bytes": 226078785
        },
        "trades": {
          "rows": 101517,
          "bytes": 1752162
        },
        "l1_quotes": {
          "rows": 1677328,
          "bytes": 13825224
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 22067371,
          "bytes": 322049380
        },
        "trades": {
          "rows": 119424,
          "bytes": 1939723
        },
        "l1_quotes": {
          "rows": 2458689,
          "bytes": 22274121
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 22453648,
          "bytes": 331297319
        },
        "trades": {
          "rows": 119920,
          "bytes": 1977912
        },
        "l1_quotes": {
          "rows": 2587722,
          "bytes": 25070030
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 19985761,
          "bytes": 276830621
        },
        "trades": {
          "rows": 101826,
          "bytes": 1801967
        },
        "l1_quotes": {
          "rows": 2077998,
          "bytes": 16736744
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 22117834,
          "bytes": 312492333
        },
        "trades": {
          "rows": 104062,
          "bytes": 1789281
        },
        "l1_quotes": {
          "rows": 2500287,
          "bytes": 23095235
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 18122815,
          "bytes": 266430564
        },
        "trades": {
          "rows": 88686,
          "bytes": 1386604
        },
        "l1_quotes": {
          "rows": 2895626,
          "bytes": 26340541
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 19191120,
          "bytes": 275154181
        },
        "trades": {
          "rows": 87607,
          "bytes": 1378190
        },
        "l1_quotes": {
          "rows": 2874701,
          "bytes": 24757045
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 22045633,
          "bytes": 321889223
        },
        "trades": {
          "rows": 94611,
          "bytes": 1445840
        },
        "l1_quotes": {
          "rows": 2766963,
          "bytes": 26226339
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 15062620,
          "bytes": 198431552
        },
        "trades": {
          "rows": 63830,
          "bytes": 1088452
        },
        "l1_quotes": {
          "rows": 2308614,
          "bytes": 18519941
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 15141456,
          "bytes": 199648204
        },
        "trades": {
          "rows": 57309,
          "bytes": 1024308
        },
        "l1_quotes": {
          "rows": 1768301,
          "bytes": 14630176
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 23074835,
          "bytes": 344009039
        },
        "trades": {
          "rows": 83703,
          "bytes": 1327853
        },
        "l1_quotes": {
          "rows": 3346963,
          "bytes": 29627930
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 24274453,
          "bytes": 365312445
        },
        "trades": {
          "rows": 97993,
          "bytes": 1502022
        },
        "l1_quotes": {
          "rows": 3619349,
          "bytes": 30634950
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 23958119,
          "bytes": 367944906
        },
        "trades": {
          "rows": 96769,
          "bytes": 1517189
        },
        "l1_quotes": {
          "rows": 3440879,
          "bytes": 29988500
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 25161746,
          "bytes": 388702015
        },
        "trades": {
          "rows": 99266,
          "bytes": 1521246
        },
        "l1_quotes": {
          "rows": 3504986,
          "bytes": 29720204
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 25813436,
          "bytes": 401045374
        },
        "trades": {
          "rows": 108439,
          "bytes": 1880020
        },
        "l1_quotes": {
          "rows": 3590765,
          "bytes": 32799638
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 21340749,
          "bytes": 318384681
        },
        "trades": {
          "rows": 86898,
          "bytes": 1387593
        },
        "l1_quotes": {
          "rows": 2477194,
          "bytes": 21663197
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 18652203,
          "bytes": 277254179
        },
        "trades": {
          "rows": 91506,
          "bytes": 1453841
        },
        "l1_quotes": {
          "rows": 2259971,
          "bytes": 18044000
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 31435455,
          "bytes": 512536972
        },
        "trades": {
          "rows": 111576,
          "bytes": 1905194
        },
        "l1_quotes": {
          "rows": 4466262,
          "bytes": 41175812
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 33397987,
          "bytes": 539739143
        },
        "trades": {
          "rows": 110196,
          "bytes": 1891714
        },
        "l1_quotes": {
          "rows": 4607699,
          "bytes": 40289024
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 28403759,
          "bytes": 459419370
        },
        "trades": {
          "rows": 103874,
          "bytes": 1792976
        },
        "l1_quotes": {
          "rows": 4508307,
          "bytes": 41252763
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 30722461,
          "bytes": 501624549
        },
        "trades": {
          "rows": 107279,
          "bytes": 1849576
        },
        "l1_quotes": {
          "rows": 4463213,
          "bytes": 40676387
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 36289004,
          "bytes": 603452463
        },
        "trades": {
          "rows": 123822,
          "bytes": 2043564
        },
        "l1_quotes": {
          "rows": 5054327,
          "bytes": 47004471
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "5m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 24215175,
          "bytes": 374827737
        },
        "trades": {
          "rows": 96345,
          "bytes": 1487154
        },
        "l1_quotes": {
          "rows": 2567124,
          "bytes": 20482379
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 890488,
          "bytes": 11491834
        },
        "trades": {
          "rows": 809,
          "bytes": 20642
        },
        "l1_quotes": {
          "rows": 146758,
          "bytes": 1478377
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 679069,
          "bytes": 8832475
        },
        "trades": {
          "rows": 727,
          "bytes": 18049
        },
        "l1_quotes": {
          "rows": 130973,
          "bytes": 1171236
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 580630,
          "bytes": 7055618
        },
        "trades": {
          "rows": 1029,
          "bytes": 24629
        },
        "l1_quotes": {
          "rows": 100797,
          "bytes": 914513
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 585890,
          "bytes": 7876765
        },
        "trades": {
          "rows": 787,
          "bytes": 21553
        },
        "l1_quotes": {
          "rows": 130972,
          "bytes": 1232982
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 865432,
          "bytes": 11354218
        },
        "trades": {
          "rows": 1232,
          "bytes": 26758
        },
        "l1_quotes": {
          "rows": 156483,
          "bytes": 1763852
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 1032783,
          "bytes": 13416064
        },
        "trades": {
          "rows": 1703,
          "bytes": 35871
        },
        "l1_quotes": {
          "rows": 227751,
          "bytes": 1873496
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 691959,
          "bytes": 9724811
        },
        "trades": {
          "rows": 1635,
          "bytes": 34056
        },
        "l1_quotes": {
          "rows": 136341,
          "bytes": 1432143
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 1336420,
          "bytes": 17716148
        },
        "trades": {
          "rows": 3006,
          "bytes": 49512
        },
        "l1_quotes": {
          "rows": 248104,
          "bytes": 2516314
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 977168,
          "bytes": 13281786
        },
        "trades": {
          "rows": 2354,
          "bytes": 43506
        },
        "l1_quotes": {
          "rows": 186459,
          "bytes": 1876858
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 907262,
          "bytes": 12575546
        },
        "trades": {
          "rows": 2832,
          "bytes": 51262
        },
        "l1_quotes": {
          "rows": 175456,
          "bytes": 1580356
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 1008210,
          "bytes": 12472610
        },
        "trades": {
          "rows": 2516,
          "bytes": 47242
        },
        "l1_quotes": {
          "rows": 241776,
          "bytes": 2108762
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 1005355,
          "bytes": 12323004
        },
        "trades": {
          "rows": 1142,
          "bytes": 24460
        },
        "l1_quotes": {
          "rows": 248243,
          "bytes": 2576688
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 1231505,
          "bytes": 17200927
        },
        "trades": {
          "rows": 1291,
          "bytes": 26024
        },
        "l1_quotes": {
          "rows": 240338,
          "bytes": 2615512
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 1092065,
          "bytes": 14401743
        },
        "trades": {
          "rows": 1486,
          "bytes": 28117
        },
        "l1_quotes": {
          "rows": 202944,
          "bytes": 2163337
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 775627,
          "bytes": 9977718
        },
        "trades": {
          "rows": 2392,
          "bytes": 43985
        },
        "l1_quotes": {
          "rows": 117661,
          "bytes": 1095416
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 777026,
          "bytes": 10227219
        },
        "trades": {
          "rows": 2499,
          "bytes": 46681
        },
        "l1_quotes": {
          "rows": 107675,
          "bytes": 1093859
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 795118,
          "bytes": 9126992
        },
        "trades": {
          "rows": 1741,
          "bytes": 37176
        },
        "l1_quotes": {
          "rows": 166580,
          "bytes": 1645262
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 683567,
          "bytes": 8583313
        },
        "trades": {
          "rows": 738,
          "bytes": 16941
        },
        "l1_quotes": {
          "rows": 158845,
          "bytes": 1527583
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 620980,
          "bytes": 7796990
        },
        "trades": {
          "rows": 786,
          "bytes": 19674
        },
        "l1_quotes": {
          "rows": 152752,
          "bytes": 1701951
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 791696,
          "bytes": 9108873
        },
        "trades": {
          "rows": 494,
          "bytes": 14888
        },
        "l1_quotes": {
          "rows": 179568,
          "bytes": 1627886
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 508399,
          "bytes": 5587355
        },
        "trades": {
          "rows": 620,
          "bytes": 15213
        },
        "l1_quotes": {
          "rows": 110159,
          "bytes": 1022293
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 453056,
          "bytes": 5132048
        },
        "trades": {
          "rows": 375,
          "bytes": 11703
        },
        "l1_quotes": {
          "rows": 114445,
          "bytes": 1105359
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 327029,
          "bytes": 3290944
        },
        "trades": {
          "rows": 487,
          "bytes": 14298
        },
        "l1_quotes": {
          "rows": 79455,
          "bytes": 820968
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 464288,
          "bytes": 5050380
        },
        "trades": {
          "rows": 927,
          "bytes": 20976
        },
        "l1_quotes": {
          "rows": 94160,
          "bytes": 822361
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 613756,
          "bytes": 6877834
        },
        "trades": {
          "rows": 581,
          "bytes": 16080
        },
        "l1_quotes": {
          "rows": 146748,
          "bytes": 1442918
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 429818,
          "bytes": 5557000
        },
        "trades": {
          "rows": 972,
          "bytes": 21250
        },
        "l1_quotes": {
          "rows": 99721,
          "bytes": 865519
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 1140179,
          "bytes": 14508617
        },
        "trades": {
          "rows": 727,
          "bytes": 17178
        },
        "l1_quotes": {
          "rows": 286096,
          "bytes": 1867127
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 934975,
          "bytes": 11903352
        },
        "trades": {
          "rows": 1197,
          "bytes": 23658
        },
        "l1_quotes": {
          "rows": 221709,
          "bytes": 2137048
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "4h",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 901657,
          "bytes": 10358920
        },
        "trades": {
          "rows": 825,
          "bytes": 20225
        },
        "l1_quotes": {
          "rows": 195684,
          "bytes": 1744740
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 14963605,
          "bytes": 229452998
        },
        "trades": {
          "rows": 30560,
          "bytes": 498076
        },
        "l1_quotes": {
          "rows": 1154512,
          "bytes": 9015523
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 14701381,
          "bytes": 220498442
        },
        "trades": {
          "rows": 26935,
          "bytes": 462941
        },
        "l1_quotes": {
          "rows": 1205192,
          "bytes": 9722557
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 13137389,
          "bytes": 205230734
        },
        "trades": {
          "rows": 27813,
          "bytes": 481704
        },
        "l1_quotes": {
          "rows": 988517,
          "bytes": 7775996
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 9368066,
          "bytes": 143352608
        },
        "trades": {
          "rows": 21661,
          "bytes": 348741
        },
        "l1_quotes": {
          "rows": 799840,
          "bytes": 6202101
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 15855472,
          "bytes": 245840505
        },
        "trades": {
          "rows": 30898,
          "bytes": 514489
        },
        "l1_quotes": {
          "rows": 1367705,
          "bytes": 11011741
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 16484015,
          "bytes": 256444760
        },
        "trades": {
          "rows": 45886,
          "bytes": 669041
        },
        "l1_quotes": {
          "rows": 1374313,
          "bytes": 11149705
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 14860484,
          "bytes": 225083853
        },
        "trades": {
          "rows": 36682,
          "bytes": 570263
        },
        "l1_quotes": {
          "rows": 1207643,
          "bytes": 9551659
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 16622933,
          "bytes": 257147274
        },
        "trades": {
          "rows": 44269,
          "bytes": 662294
        },
        "l1_quotes": {
          "rows": 1453502,
          "bytes": 11643489
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 18897266,
          "bytes": 293993790
        },
        "trades": {
          "rows": 43096,
          "bytes": 650781
        },
        "l1_quotes": {
          "rows": 1635809,
          "bytes": 13670918
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 16451212,
          "bytes": 254963596
        },
        "trades": {
          "rows": 41139,
          "bytes": 632926
        },
        "l1_quotes": {
          "rows": 1363462,
          "bytes": 10926319
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 18629849,
          "bytes": 285455766
        },
        "trades": {
          "rows": 40791,
          "bytes": 616366
        },
        "l1_quotes": {
          "rows": 1913116,
          "bytes": 15994871
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 17757796,
          "bytes": 270396036
        },
        "trades": {
          "rows": 39759,
          "bytes": 623595
        },
        "l1_quotes": {
          "rows": 1839888,
          "bytes": 14397838
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 15514429,
          "bytes": 240506985
        },
        "trades": {
          "rows": 38055,
          "bytes": 603492
        },
        "l1_quotes": {
          "rows": 1770138,
          "bytes": 13953143
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 16206068,
          "bytes": 243799291
        },
        "trades": {
          "rows": 41787,
          "bytes": 640840
        },
        "l1_quotes": {
          "rows": 1845557,
          "bytes": 14182223
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 11298627,
          "bytes": 171028695
        },
        "trades": {
          "rows": 29366,
          "bytes": 505492
        },
        "l1_quotes": {
          "rows": 1085076,
          "bytes": 8142864
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 12614235,
          "bytes": 179200394
        },
        "trades": {
          "rows": 26075,
          "bytes": 478196
        },
        "l1_quotes": {
          "rows": 1188978,
          "bytes": 9092055
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 17531540,
          "bytes": 255537021
        },
        "trades": {
          "rows": 34202,
          "bytes": 571168
        },
        "l1_quotes": {
          "rows": 2300158,
          "bytes": 18376952
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 14747831,
          "bytes": 230168776
        },
        "trades": {
          "rows": 32566,
          "bytes": 555732
        },
        "l1_quotes": {
          "rows": 2198916,
          "bytes": 17370168
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 14874977,
          "bytes": 225036074
        },
        "trades": {
          "rows": 32784,
          "bytes": 554946
        },
        "l1_quotes": {
          "rows": 2288040,
          "bytes": 18696940
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 14772873,
          "bytes": 229015622
        },
        "trades": {
          "rows": 32494,
          "bytes": 530996
        },
        "l1_quotes": {
          "rows": 2304058,
          "bytes": 18471118
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 15952281,
          "bytes": 246971181
        },
        "trades": {
          "rows": 36441,
          "bytes": 601134
        },
        "l1_quotes": {
          "rows": 2506182,
          "bytes": 18931450
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 12494175,
          "bytes": 189804756
        },
        "trades": {
          "rows": 30452,
          "bytes": 521468
        },
        "l1_quotes": {
          "rows": 1657111,
          "bytes": 13290796
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 11864065,
          "bytes": 179506227
        },
        "trades": {
          "rows": 29429,
          "bytes": 522862
        },
        "l1_quotes": {
          "rows": 1436198,
          "bytes": 11161545
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 15566624,
          "bytes": 239892874
        },
        "trades": {
          "rows": 35650,
          "bytes": 585392
        },
        "l1_quotes": {
          "rows": 2462622,
          "bytes": 19941153
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 16550615,
          "bytes": 256084235
        },
        "trades": {
          "rows": 33748,
          "bytes": 574490
        },
        "l1_quotes": {
          "rows": 2671353,
          "bytes": 21783702
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 13555192,
          "bytes": 205195161
        },
        "trades": {
          "rows": 31124,
          "bytes": 524257
        },
        "l1_quotes": {
          "rows": 2451030,
          "bytes": 18456105
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 17069538,
          "bytes": 259769032
        },
        "trades": {
          "rows": 36781,
          "bytes": 601545
        },
        "l1_quotes": {
          "rows": 2851368,
          "bytes": 21544843
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 18273478,
          "bytes": 282898197
        },
        "trades": {
          "rows": 40462,
          "bytes": 649937
        },
        "l1_quotes": {
          "rows": 2932735,
          "bytes": 21803266
        }
      }
    },
    {
      "asset": "eth",
      "tenor": "15m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 12369764,
          "bytes": 193937633
        },
        "trades": {
          "rows": 32680,
          "bytes": 557985
        },
        "l1_quotes": {
          "rows": 1721155,
          "bytes": 13564566
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 3610835,
          "bytes": 40102603
        },
        "trades": {
          "rows": 19879,
          "bytes": 322839
        },
        "l1_quotes": {
          "rows": 494828,
          "bytes": 3564620
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 3232985,
          "bytes": 36075967
        },
        "trades": {
          "rows": 16642,
          "bytes": 287534
        },
        "l1_quotes": {
          "rows": 442708,
          "bytes": 3323336
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 3308584,
          "bytes": 36062047
        },
        "trades": {
          "rows": 17040,
          "bytes": 304359
        },
        "l1_quotes": {
          "rows": 382319,
          "bytes": 2762968
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 2819255,
          "bytes": 32109144
        },
        "trades": {
          "rows": 13875,
          "bytes": 269090
        },
        "l1_quotes": {
          "rows": 312472,
          "bytes": 2451010
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 4959613,
          "bytes": 60792466
        },
        "trades": {
          "rows": 27586,
          "bytes": 468744
        },
        "l1_quotes": {
          "rows": 778549,
          "bytes": 5474307
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 4767207,
          "bytes": 55833948
        },
        "trades": {
          "rows": 28823,
          "bytes": 488287
        },
        "l1_quotes": {
          "rows": 786498,
          "bytes": 5606911
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 4436197,
          "bytes": 53887888
        },
        "trades": {
          "rows": 26583,
          "bytes": 455281
        },
        "l1_quotes": {
          "rows": 704108,
          "bytes": 5062939
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 4480707,
          "bytes": 52769865
        },
        "trades": {
          "rows": 31167,
          "bytes": 496353
        },
        "l1_quotes": {
          "rows": 667159,
          "bytes": 4971069
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 4966280,
          "bytes": 60564066
        },
        "trades": {
          "rows": 36790,
          "bytes": 552812
        },
        "l1_quotes": {
          "rows": 665182,
          "bytes": 5043376
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 5790419,
          "bytes": 68004093
        },
        "trades": {
          "rows": 32811,
          "bytes": 519056
        },
        "l1_quotes": {
          "rows": 922701,
          "bytes": 6732079
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 7140611,
          "bytes": 86932686
        },
        "trades": {
          "rows": 40314,
          "bytes": 606447
        },
        "l1_quotes": {
          "rows": 1030492,
          "bytes": 7346276
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 5211246,
          "bytes": 59477062
        },
        "trades": {
          "rows": 17116,
          "bytes": 315963
        },
        "l1_quotes": {
          "rows": 849333,
          "bytes": 6598156
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 6041613,
          "bytes": 71534926
        },
        "trades": {
          "rows": 17784,
          "bytes": 323926
        },
        "l1_quotes": {
          "rows": 945996,
          "bytes": 6844223
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 7191522,
          "bytes": 88051429
        },
        "trades": {
          "rows": 19054,
          "bytes": 333355
        },
        "l1_quotes": {
          "rows": 1000432,
          "bytes": 7048639
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 5138139,
          "bytes": 61570872
        },
        "trades": {
          "rows": 11314,
          "bytes": 215781
        },
        "l1_quotes": {
          "rows": 588602,
          "bytes": 3926593
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 5420363,
          "bytes": 65493593
        },
        "trades": {
          "rows": 10044,
          "bytes": 201344
        },
        "l1_quotes": {
          "rows": 660700,
          "bytes": 4829708
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 5685386,
          "bytes": 70890078
        },
        "trades": {
          "rows": 16352,
          "bytes": 293613
        },
        "l1_quotes": {
          "rows": 711144,
          "bytes": 5162268
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 6106178,
          "bytes": 74584431
        },
        "trades": {
          "rows": 19269,
          "bytes": 329732
        },
        "l1_quotes": {
          "rows": 696218,
          "bytes": 5164830
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 6300308,
          "bytes": 78728301
        },
        "trades": {
          "rows": 21403,
          "bytes": 352488
        },
        "l1_quotes": {
          "rows": 594840,
          "bytes": 4223203
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 6223377,
          "bytes": 80030933
        },
        "trades": {
          "rows": 22842,
          "bytes": 373679
        },
        "l1_quotes": {
          "rows": 604100,
          "bytes": 4256836
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 6784201,
          "bytes": 87480122
        },
        "trades": {
          "rows": 26293,
          "bytes": 478463
        },
        "l1_quotes": {
          "rows": 651174,
          "bytes": 5116442
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 5748988,
          "bytes": 75087908
        },
        "trades": {
          "rows": 17499,
          "bytes": 320598
        },
        "l1_quotes": {
          "rows": 533199,
          "bytes": 3933394
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 6441106,
          "bytes": 82914138
        },
        "trades": {
          "rows": 16276,
          "bytes": 308006
        },
        "l1_quotes": {
          "rows": 595269,
          "bytes": 4783140
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 7249126,
          "bytes": 93555563
        },
        "trades": {
          "rows": 22604,
          "bytes": 373483
        },
        "l1_quotes": {
          "rows": 802558,
          "bytes": 5832612
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 6954035,
          "bytes": 89712967
        },
        "trades": {
          "rows": 20540,
          "bytes": 355424
        },
        "l1_quotes": {
          "rows": 739630,
          "bytes": 5448086
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 5462924,
          "bytes": 70152105
        },
        "trades": {
          "rows": 16813,
          "bytes": 295714
        },
        "l1_quotes": {
          "rows": 595336,
          "bytes": 4199551
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 7012770,
          "bytes": 88795552
        },
        "trades": {
          "rows": 18198,
          "bytes": 325327
        },
        "l1_quotes": {
          "rows": 727137,
          "bytes": 5352257
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 7536660,
          "bytes": 95198612
        },
        "trades": {
          "rows": 18882,
          "bytes": 334407
        },
        "l1_quotes": {
          "rows": 829890,
          "bytes": 6464448
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "5m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 6632346,
          "bytes": 88644276
        },
        "trades": {
          "rows": 14711,
          "bytes": 280703
        },
        "l1_quotes": {
          "rows": 655568,
          "bytes": 4631451
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 354541,
          "bytes": 3470429
        },
        "trades": {
          "rows": 268,
          "bytes": 9900
        },
        "l1_quotes": {
          "rows": 40628,
          "bytes": 439317
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 393914,
          "bytes": 3577276
        },
        "trades": {
          "rows": 178,
          "bytes": 8311
        },
        "l1_quotes": {
          "rows": 53529,
          "bytes": 521210
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 350035,
          "bytes": 3369732
        },
        "trades": {
          "rows": 192,
          "bytes": 8875
        },
        "l1_quotes": {
          "rows": 42988,
          "bytes": 445801
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 394033,
          "bytes": 3577053
        },
        "trades": {
          "rows": 143,
          "bytes": 7871
        },
        "l1_quotes": {
          "rows": 46186,
          "bytes": 453405
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 436374,
          "bytes": 5598543
        },
        "trades": {
          "rows": 237,
          "bytes": 9524
        },
        "l1_quotes": {
          "rows": 60703,
          "bytes": 613943
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 468639,
          "bytes": 5355939
        },
        "trades": {
          "rows": 241,
          "bytes": 9814
        },
        "l1_quotes": {
          "rows": 60261,
          "bytes": 606837
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 305129,
          "bytes": 3050267
        },
        "trades": {
          "rows": 193,
          "bytes": 7975
        },
        "l1_quotes": {
          "rows": 44439,
          "bytes": 446988
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 362778,
          "bytes": 3367966
        },
        "trades": {
          "rows": 188,
          "bytes": 8348
        },
        "l1_quotes": {
          "rows": 53788,
          "bytes": 543278
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 468654,
          "bytes": 6074301
        },
        "trades": {
          "rows": 296,
          "bytes": 10113
        },
        "l1_quotes": {
          "rows": 68859,
          "bytes": 560127
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 534484,
          "bytes": 6374538
        },
        "trades": {
          "rows": 184,
          "bytes": 8266
        },
        "l1_quotes": {
          "rows": 81952,
          "bytes": 598835
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 373986,
          "bytes": 3554964
        },
        "trades": {
          "rows": 167,
          "bytes": 8371
        },
        "l1_quotes": {
          "rows": 60862,
          "bytes": 577161
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 354406,
          "bytes": 3135686
        },
        "trades": {
          "rows": 193,
          "bytes": 8434
        },
        "l1_quotes": {
          "rows": 70708,
          "bytes": 624768
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 456686,
          "bytes": 4376811
        },
        "trades": {
          "rows": 223,
          "bytes": 9398
        },
        "l1_quotes": {
          "rows": 105357,
          "bytes": 935604
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 552442,
          "bytes": 5219524
        },
        "trades": {
          "rows": 158,
          "bytes": 8122
        },
        "l1_quotes": {
          "rows": 154627,
          "bytes": 1469369
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 636962,
          "bytes": 6101255
        },
        "trades": {
          "rows": 188,
          "bytes": 8246
        },
        "l1_quotes": {
          "rows": 188942,
          "bytes": 1553397
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 614676,
          "bytes": 5100262
        },
        "trades": {
          "rows": 176,
          "bytes": 8297
        },
        "l1_quotes": {
          "rows": 177962,
          "bytes": 1485581
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 512447,
          "bytes": 5301745
        },
        "trades": {
          "rows": 119,
          "bytes": 7454
        },
        "l1_quotes": {
          "rows": 197027,
          "bytes": 1694797
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 445641,
          "bytes": 3725306
        },
        "trades": {
          "rows": 167,
          "bytes": 7945
        },
        "l1_quotes": {
          "rows": 151147,
          "bytes": 1337400
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 517614,
          "bytes": 4601391
        },
        "trades": {
          "rows": 88,
          "bytes": 6531
        },
        "l1_quotes": {
          "rows": 225981,
          "bytes": 2236098
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 576563,
          "bytes": 5318114
        },
        "trades": {
          "rows": 102,
          "bytes": 7050
        },
        "l1_quotes": {
          "rows": 219074,
          "bytes": 1838393
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 442439,
          "bytes": 4120755
        },
        "trades": {
          "rows": 154,
          "bytes": 7743
        },
        "l1_quotes": {
          "rows": 147840,
          "bytes": 1310568
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 384048,
          "bytes": 3163044
        },
        "trades": {
          "rows": 125,
          "bytes": 7031
        },
        "l1_quotes": {
          "rows": 165263,
          "bytes": 1457718
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 481543,
          "bytes": 4428434
        },
        "trades": {
          "rows": 106,
          "bytes": 6872
        },
        "l1_quotes": {
          "rows": 232911,
          "bytes": 1855140
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 412835,
          "bytes": 3688033
        },
        "trades": {
          "rows": 202,
          "bytes": 8384
        },
        "l1_quotes": {
          "rows": 161693,
          "bytes": 1475946
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 434495,
          "bytes": 3916106
        },
        "trades": {
          "rows": 93,
          "bytes": 6728
        },
        "l1_quotes": {
          "rows": 159246,
          "bytes": 1640473
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 316035,
          "bytes": 2990823
        },
        "trades": {
          "rows": 87,
          "bytes": 6374
        },
        "l1_quotes": {
          "rows": 109200,
          "bytes": 842505
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 323671,
          "bytes": 2899200
        },
        "trades": {
          "rows": 75,
          "bytes": 6568
        },
        "l1_quotes": {
          "rows": 129268,
          "bytes": 942011
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 258629,
          "bytes": 3320813
        },
        "trades": {
          "rows": 87,
          "bytes": 6514
        },
        "l1_quotes": {
          "rows": 90770,
          "bytes": 605835
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "4h",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 293982,
          "bytes": 3018886
        },
        "trades": {
          "rows": 124,
          "bytes": 7165
        },
        "l1_quotes": {
          "rows": 116859,
          "bytes": 894148
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 5188462,
          "bytes": 63869400
        },
        "trades": {
          "rows": 10989,
          "bytes": 165266
        },
        "l1_quotes": {
          "rows": 539693,
          "bytes": 3696671
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 4702646,
          "bytes": 57561866
        },
        "trades": {
          "rows": 7966,
          "bytes": 132210
        },
        "l1_quotes": {
          "rows": 450782,
          "bytes": 3270457
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 4941795,
          "bytes": 61133500
        },
        "trades": {
          "rows": 8728,
          "bytes": 147259
        },
        "l1_quotes": {
          "rows": 535678,
          "bytes": 3643524
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 3981529,
          "bytes": 50990421
        },
        "trades": {
          "rows": 6125,
          "bytes": 102425
        },
        "l1_quotes": {
          "rows": 385212,
          "bytes": 2763843
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 5805599,
          "bytes": 73229420
        },
        "trades": {
          "rows": 13131,
          "bytes": 219730
        },
        "l1_quotes": {
          "rows": 663189,
          "bytes": 4248199
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 5960395,
          "bytes": 74577345
        },
        "trades": {
          "rows": 13664,
          "bytes": 223714
        },
        "l1_quotes": {
          "rows": 698246,
          "bytes": 4405344
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 5252246,
          "bytes": 63769524
        },
        "trades": {
          "rows": 11941,
          "bytes": 173410
        },
        "l1_quotes": {
          "rows": 601292,
          "bytes": 4072659
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 5859764,
          "bytes": 74664009
        },
        "trades": {
          "rows": 14329,
          "bytes": 230559
        },
        "l1_quotes": {
          "rows": 665638,
          "bytes": 4811476
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 7108252,
          "bytes": 90693971
        },
        "trades": {
          "rows": 15615,
          "bytes": 242472
        },
        "l1_quotes": {
          "rows": 863582,
          "bytes": 6248964
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 7731172,
          "bytes": 99491411
        },
        "trades": {
          "rows": 17022,
          "bytes": 258739
        },
        "l1_quotes": {
          "rows": 825092,
          "bytes": 6090442
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 8394467,
          "bytes": 107700635
        },
        "trades": {
          "rows": 19069,
          "bytes": 275908
        },
        "l1_quotes": {
          "rows": 927760,
          "bytes": 6597172
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 5034573,
          "bytes": 59191065
        },
        "trades": {
          "rows": 5805,
          "bytes": 102748
        },
        "l1_quotes": {
          "rows": 576250,
          "bytes": 3914480
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 5021714,
          "bytes": 60258734
        },
        "trades": {
          "rows": 6245,
          "bytes": 114145
        },
        "l1_quotes": {
          "rows": 600780,
          "bytes": 3652159
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 6418006,
          "bytes": 79311718
        },
        "trades": {
          "rows": 8048,
          "bytes": 142382
        },
        "l1_quotes": {
          "rows": 733287,
          "bytes": 4949674
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 4528807,
          "bytes": 50381023
        },
        "trades": {
          "rows": 5241,
          "bytes": 98829
        },
        "l1_quotes": {
          "rows": 422539,
          "bytes": 2962679
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 3974011,
          "bytes": 42175228
        },
        "trades": {
          "rows": 4365,
          "bytes": 88024
        },
        "l1_quotes": {
          "rows": 412941,
          "bytes": 2732750
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 4491180,
          "bytes": 49189255
        },
        "trades": {
          "rows": 5724,
          "bytes": 100340
        },
        "l1_quotes": {
          "rows": 508082,
          "bytes": 3316281
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 4228081,
          "bytes": 51009408
        },
        "trades": {
          "rows": 5277,
          "bytes": 93728
        },
        "l1_quotes": {
          "rows": 270999,
          "bytes": 1783613
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 4235762,
          "bytes": 52543841
        },
        "trades": {
          "rows": 5410,
          "bytes": 94433
        },
        "l1_quotes": {
          "rows": 297643,
          "bytes": 1885876
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 4027466,
          "bytes": 49553506
        },
        "trades": {
          "rows": 5966,
          "bytes": 101336
        },
        "l1_quotes": {
          "rows": 264326,
          "bytes": 2201301
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 4042328,
          "bytes": 47424534
        },
        "trades": {
          "rows": 6298,
          "bytes": 121516
        },
        "l1_quotes": {
          "rows": 271512,
          "bytes": 2247124
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 3403223,
          "bytes": 40757910
        },
        "trades": {
          "rows": 4943,
          "bytes": 90498
        },
        "l1_quotes": {
          "rows": 171281,
          "bytes": 1819293
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 3346161,
          "bytes": 39540138
        },
        "trades": {
          "rows": 4697,
          "bytes": 90493
        },
        "l1_quotes": {
          "rows": 192656,
          "bytes": 1885753
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 3976855,
          "bytes": 47906757
        },
        "trades": {
          "rows": 7085,
          "bytes": 130021
        },
        "l1_quotes": {
          "rows": 248045,
          "bytes": 2068479
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 4218803,
          "bytes": 50757421
        },
        "trades": {
          "rows": 6620,
          "bytes": 122220
        },
        "l1_quotes": {
          "rows": 324770,
          "bytes": 2294983
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 3593264,
          "bytes": 40713418
        },
        "trades": {
          "rows": 7794,
          "bytes": 130146
        },
        "l1_quotes": {
          "rows": 288666,
          "bytes": 1849211
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 4201311,
          "bytes": 48961035
        },
        "trades": {
          "rows": 10271,
          "bytes": 155778
        },
        "l1_quotes": {
          "rows": 340870,
          "bytes": 2120413
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 4254984,
          "bytes": 50840928
        },
        "trades": {
          "rows": 9928,
          "bytes": 153068
        },
        "l1_quotes": {
          "rows": 443526,
          "bytes": 3339735
        }
      }
    },
    {
      "asset": "doge",
      "tenor": "15m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 3804193,
          "bytes": 45445173
        },
        "trades": {
          "rows": 8320,
          "bytes": 137069
        },
        "l1_quotes": {
          "rows": 516825,
          "bytes": 3697606
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 58481624,
          "bytes": 935079610
        },
        "trades": {
          "rows": 490669,
          "bytes": 5448402
        },
        "l1_quotes": {
          "rows": 7502388,
          "bytes": 66717918
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 51372433,
          "bytes": 799218051
        },
        "trades": {
          "rows": 449695,
          "bytes": 5058220
        },
        "l1_quotes": {
          "rows": 7083507,
          "bytes": 62777796
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 48238546,
          "bytes": 725158932
        },
        "trades": {
          "rows": 427563,
          "bytes": 5122410
        },
        "l1_quotes": {
          "rows": 5770591,
          "bytes": 47672989
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 38548755,
          "bytes": 601832029
        },
        "trades": {
          "rows": 347021,
          "bytes": 3600341
        },
        "l1_quotes": {
          "rows": 5076868,
          "bytes": 42805049
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 64345131,
          "bytes": 1024326370
        },
        "trades": {
          "rows": 465248,
          "bytes": 5293407
        },
        "l1_quotes": {
          "rows": 9083236,
          "bytes": 83051713
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 73891963,
          "bytes": 1170755658
        },
        "trades": {
          "rows": 474096,
          "bytes": 5379890
        },
        "l1_quotes": {
          "rows": 10280968,
          "bytes": 91158815
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 64891538,
          "bytes": 1048634829
        },
        "trades": {
          "rows": 422799,
          "bytes": 4980644
        },
        "l1_quotes": {
          "rows": 8422590,
          "bytes": 78196474
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 81141274,
          "bytes": 1316222405
        },
        "trades": {
          "rows": 557401,
          "bytes": 5881919
        },
        "l1_quotes": {
          "rows": 10105127,
          "bytes": 90428930
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 80093813,
          "bytes": 1307998821
        },
        "trades": {
          "rows": 550940,
          "bytes": 5735241
        },
        "l1_quotes": {
          "rows": 10672028,
          "bytes": 103322333
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 68328788,
          "bytes": 1070164159
        },
        "trades": {
          "rows": 490337,
          "bytes": 5496144
        },
        "l1_quotes": {
          "rows": 7540901,
          "bytes": 73143755
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 73378539,
          "bytes": 1165920425
        },
        "trades": {
          "rows": 530022,
          "bytes": 5619607
        },
        "l1_quotes": {
          "rows": 8777588,
          "bytes": 86476602
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 61553727,
          "bytes": 1010527922
        },
        "trades": {
          "rows": 449759,
          "bytes": 5261276
        },
        "l1_quotes": {
          "rows": 7898311,
          "bytes": 82698863
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 61742840,
          "bytes": 1010686039
        },
        "trades": {
          "rows": 493099,
          "bytes": 5455884
        },
        "l1_quotes": {
          "rows": 7830694,
          "bytes": 80531478
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 68392983,
          "bytes": 1128681319
        },
        "trades": {
          "rows": 514205,
          "bytes": 5620549
        },
        "l1_quotes": {
          "rows": 8757332,
          "bytes": 93470601
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 49061315,
          "bytes": 795760431
        },
        "trades": {
          "rows": 410954,
          "bytes": 5061107
        },
        "l1_quotes": {
          "rows": 5533652,
          "bytes": 55645995
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 47734374,
          "bytes": 782929613
        },
        "trades": {
          "rows": 403201,
          "bytes": 4510299
        },
        "l1_quotes": {
          "rows": 5512204,
          "bytes": 54686203
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 69049337,
          "bytes": 1133191086
        },
        "trades": {
          "rows": 486627,
          "bytes": 5439385
        },
        "l1_quotes": {
          "rows": 9240406,
          "bytes": 94744488
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 70290422,
          "bytes": 1157457849
        },
        "trades": {
          "rows": 494355,
          "bytes": 5526228
        },
        "l1_quotes": {
          "rows": 11102829,
          "bytes": 111858092
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 74689188,
          "bytes": 1236126962
        },
        "trades": {
          "rows": 478769,
          "bytes": 5429334
        },
        "l1_quotes": {
          "rows": 12137114,
          "bytes": 122029353
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 75982038,
          "bytes": 1240969542
        },
        "trades": {
          "rows": 523288,
          "bytes": 5704563
        },
        "l1_quotes": {
          "rows": 10372848,
          "bytes": 106580477
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 73984244,
          "bytes": 1223183477
        },
        "trades": {
          "rows": 578621,
          "bytes": 6045980
        },
        "l1_quotes": {
          "rows": 11387100,
          "bytes": 116425567
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 60047264,
          "bytes": 945990777
        },
        "trades": {
          "rows": 470022,
          "bytes": 5601163
        },
        "l1_quotes": {
          "rows": 7839204,
          "bytes": 77592191
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 55801209,
          "bytes": 889873329
        },
        "trades": {
          "rows": 466835,
          "bytes": 5562920
        },
        "l1_quotes": {
          "rows": 7184773,
          "bytes": 71811839
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 75408683,
          "bytes": 1266702110
        },
        "trades": {
          "rows": 577526,
          "bytes": 5905635
        },
        "l1_quotes": {
          "rows": 11736449,
          "bytes": 121379034
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 77075989,
          "bytes": 1285728379
        },
        "trades": {
          "rows": 521207,
          "bytes": 5649235
        },
        "l1_quotes": {
          "rows": 10588664,
          "bytes": 114492656
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 67104494,
          "bytes": 1146825090
        },
        "trades": {
          "rows": 450121,
          "bytes": 5138063
        },
        "l1_quotes": {
          "rows": 9614221,
          "bytes": 96597966
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 74938525,
          "bytes": 1263476425
        },
        "trades": {
          "rows": 517723,
          "bytes": 5539893
        },
        "l1_quotes": {
          "rows": 10822943,
          "bytes": 110666926
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 86945860,
          "bytes": 1477132119
        },
        "trades": {
          "rows": 578893,
          "bytes": 5967327
        },
        "l1_quotes": {
          "rows": 12374865,
          "bytes": 127652339
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "5m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 63279929,
          "bytes": 1016383496
        },
        "trades": {
          "rows": 483815,
          "bytes": 5404610
        },
        "l1_quotes": {
          "rows": 7569004,
          "bytes": 82922435
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 751576,
          "bytes": 10046555
        },
        "trades": {
          "rows": 2796,
          "bytes": 50441
        },
        "l1_quotes": {
          "rows": 119085,
          "bytes": 1118408
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 719738,
          "bytes": 10056116
        },
        "trades": {
          "rows": 2249,
          "bytes": 44445
        },
        "l1_quotes": {
          "rows": 119208,
          "bytes": 1139766
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 615005,
          "bytes": 8847098
        },
        "trades": {
          "rows": 3245,
          "bytes": 63948
        },
        "l1_quotes": {
          "rows": 92285,
          "bytes": 896541
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 534809,
          "bytes": 7887178
        },
        "trades": {
          "rows": 3417,
          "bytes": 65478
        },
        "l1_quotes": {
          "rows": 84943,
          "bytes": 792698
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 1039888,
          "bytes": 14916054
        },
        "trades": {
          "rows": 3444,
          "bytes": 65063
        },
        "l1_quotes": {
          "rows": 148904,
          "bytes": 1609331
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 969032,
          "bytes": 13690238
        },
        "trades": {
          "rows": 3298,
          "bytes": 65347
        },
        "l1_quotes": {
          "rows": 155876,
          "bytes": 1573908
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 1120211,
          "bytes": 14020047
        },
        "trades": {
          "rows": 2924,
          "bytes": 51775
        },
        "l1_quotes": {
          "rows": 482782,
          "bytes": 2763792
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 1121428,
          "bytes": 16829727
        },
        "trades": {
          "rows": 5044,
          "bytes": 84695
        },
        "l1_quotes": {
          "rows": 218159,
          "bytes": 2034341
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 977760,
          "bytes": 14228838
        },
        "trades": {
          "rows": 4860,
          "bytes": 82341
        },
        "l1_quotes": {
          "rows": 156771,
          "bytes": 1802034
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 805640,
          "bytes": 11726924
        },
        "trades": {
          "rows": 5692,
          "bytes": 93517
        },
        "l1_quotes": {
          "rows": 139328,
          "bytes": 1430625
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 1026780,
          "bytes": 13517593
        },
        "trades": {
          "rows": 4206,
          "bytes": 79632
        },
        "l1_quotes": {
          "rows": 211926,
          "bytes": 1972901
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 908245,
          "bytes": 12035126
        },
        "trades": {
          "rows": 2268,
          "bytes": 45415
        },
        "l1_quotes": {
          "rows": 203418,
          "bytes": 1984452
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 1343304,
          "bytes": 19175030
        },
        "trades": {
          "rows": 3056,
          "bytes": 54669
        },
        "l1_quotes": {
          "rows": 281298,
          "bytes": 2632155
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 1127118,
          "bytes": 17021635
        },
        "trades": {
          "rows": 3322,
          "bytes": 65227
        },
        "l1_quotes": {
          "rows": 270262,
          "bytes": 2839137
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 504010,
          "bytes": 7546601
        },
        "trades": {
          "rows": 3553,
          "bytes": 67082
        },
        "l1_quotes": {
          "rows": 85904,
          "bytes": 915165
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 569223,
          "bytes": 7591297
        },
        "trades": {
          "rows": 4319,
          "bytes": 79541
        },
        "l1_quotes": {
          "rows": 88882,
          "bytes": 1065292
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 933645,
          "bytes": 12767913
        },
        "trades": {
          "rows": 4250,
          "bytes": 77187
        },
        "l1_quotes": {
          "rows": 197885,
          "bytes": 2019907
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 682130,
          "bytes": 9114532
        },
        "trades": {
          "rows": 1944,
          "bytes": 40795
        },
        "l1_quotes": {
          "rows": 121651,
          "bytes": 1207745
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 654264,
          "bytes": 8619325
        },
        "trades": {
          "rows": 2278,
          "bytes": 46601
        },
        "l1_quotes": {
          "rows": 139516,
          "bytes": 1461808
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 841589,
          "bytes": 11466923
        },
        "trades": {
          "rows": 1742,
          "bytes": 39418
        },
        "l1_quotes": {
          "rows": 169219,
          "bytes": 1880347
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 669450,
          "bytes": 8878934
        },
        "trades": {
          "rows": 2081,
          "bytes": 42415
        },
        "l1_quotes": {
          "rows": 136549,
          "bytes": 1441357
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 629005,
          "bytes": 8200056
        },
        "trades": {
          "rows": 2130,
          "bytes": 41134
        },
        "l1_quotes": {
          "rows": 119751,
          "bytes": 1180711
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 453019,
          "bytes": 5535892
        },
        "trades": {
          "rows": 2191,
          "bytes": 42040
        },
        "l1_quotes": {
          "rows": 82224,
          "bytes": 870395
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 591319,
          "bytes": 8030394
        },
        "trades": {
          "rows": 2163,
          "bytes": 41635
        },
        "l1_quotes": {
          "rows": 100635,
          "bytes": 955656
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 710685,
          "bytes": 9724925
        },
        "trades": {
          "rows": 1907,
          "bytes": 39299
        },
        "l1_quotes": {
          "rows": 130915,
          "bytes": 1260746
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 527876,
          "bytes": 7016705
        },
        "trades": {
          "rows": 1632,
          "bytes": 35689
        },
        "l1_quotes": {
          "rows": 99249,
          "bytes": 868515
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 1293331,
          "bytes": 16004336
        },
        "trades": {
          "rows": 1880,
          "bytes": 40295
        },
        "l1_quotes": {
          "rows": 232144,
          "bytes": 2224036
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 1244891,
          "bytes": 15288864
        },
        "trades": {
          "rows": 2137,
          "bytes": 43724
        },
        "l1_quotes": {
          "rows": 175988,
          "bytes": 1825831
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "4h",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 1031832,
          "bytes": 12613428
        },
        "trades": {
          "rows": 2482,
          "bytes": 45436
        },
        "l1_quotes": {
          "rows": 117508,
          "bytes": 1077227
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 35796671,
          "bytes": 586329156
        },
        "trades": {
          "rows": 94347,
          "bytes": 1426372
        },
        "l1_quotes": {
          "rows": 2379944,
          "bytes": 22835785
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 31734750,
          "bytes": 527796617
        },
        "trades": {
          "rows": 89271,
          "bytes": 1372653
        },
        "l1_quotes": {
          "rows": 2428665,
          "bytes": 19696973
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 31254948,
          "bytes": 513978924
        },
        "trades": {
          "rows": 83736,
          "bytes": 1305531
        },
        "l1_quotes": {
          "rows": 2207257,
          "bytes": 18968438
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 24724765,
          "bytes": 395349708
        },
        "trades": {
          "rows": 67688,
          "bytes": 1115475
        },
        "l1_quotes": {
          "rows": 1975537,
          "bytes": 15072738
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 43576346,
          "bytes": 709037795
        },
        "trades": {
          "rows": 94188,
          "bytes": 1433047
        },
        "l1_quotes": {
          "rows": 3523461,
          "bytes": 29956707
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 44775640,
          "bytes": 716048296
        },
        "trades": {
          "rows": 122140,
          "bytes": 2021216
        },
        "l1_quotes": {
          "rows": 3740114,
          "bytes": 33529829
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 38097305,
          "bytes": 595995160
        },
        "trades": {
          "rows": 97745,
          "bytes": 1457748
        },
        "l1_quotes": {
          "rows": 3111949,
          "bytes": 25006243
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 44210996,
          "bytes": 693633274
        },
        "trades": {
          "rows": 106720,
          "bytes": 1842871
        },
        "l1_quotes": {
          "rows": 3226580,
          "bytes": 29326094
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 45722968,
          "bytes": 724946166
        },
        "trades": {
          "rows": 98727,
          "bytes": 1477453
        },
        "l1_quotes": {
          "rows": 3519879,
          "bytes": 32090599
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 43760420,
          "bytes": 692394986
        },
        "trades": {
          "rows": 96091,
          "bytes": 1440278
        },
        "l1_quotes": {
          "rows": 3531734,
          "bytes": 28844164
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 39344128,
          "bytes": 654131851
        },
        "trades": {
          "rows": 96735,
          "bytes": 1454627
        },
        "l1_quotes": {
          "rows": 3257605,
          "bytes": 27899012
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 27914836,
          "bytes": 431176030
        },
        "trades": {
          "rows": 99178,
          "bytes": 1475662
        },
        "l1_quotes": {
          "rows": 2936471,
          "bytes": 30122778
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 24892363,
          "bytes": 382388960
        },
        "trades": {
          "rows": 90638,
          "bytes": 1377819
        },
        "l1_quotes": {
          "rows": 2529257,
          "bytes": 24956064
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 24416447,
          "bytes": 360094860
        },
        "trades": {
          "rows": 84011,
          "bytes": 1326100
        },
        "l1_quotes": {
          "rows": 2612216,
          "bytes": 23762270
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 17003073,
          "bytes": 248313418
        },
        "trades": {
          "rows": 71658,
          "bytes": 1185066
        },
        "l1_quotes": {
          "rows": 1335982,
          "bytes": 10868866
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 16167282,
          "bytes": 241166739
        },
        "trades": {
          "rows": 68102,
          "bytes": 1138605
        },
        "l1_quotes": {
          "rows": 1244057,
          "bytes": 10294117
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 26014272,
          "bytes": 398352369
        },
        "trades": {
          "rows": 78900,
          "bytes": 1267271
        },
        "l1_quotes": {
          "rows": 3225594,
          "bytes": 33961609
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 25967962,
          "bytes": 391424064
        },
        "trades": {
          "rows": 84466,
          "bytes": 1340131
        },
        "l1_quotes": {
          "rows": 3350321,
          "bytes": 31539571
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 26132565,
          "bytes": 395913671
        },
        "trades": {
          "rows": 84368,
          "bytes": 1343702
        },
        "l1_quotes": {
          "rows": 3559971,
          "bytes": 32744655
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 27032357,
          "bytes": 405416058
        },
        "trades": {
          "rows": 86736,
          "bytes": 1359604
        },
        "l1_quotes": {
          "rows": 3236671,
          "bytes": 30722281
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 26765528,
          "bytes": 409971317
        },
        "trades": {
          "rows": 91226,
          "bytes": 1411662
        },
        "l1_quotes": {
          "rows": 4029467,
          "bytes": 36235091
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 20413637,
          "bytes": 296519136
        },
        "trades": {
          "rows": 80511,
          "bytes": 1304345
        },
        "l1_quotes": {
          "rows": 2463084,
          "bytes": 20925544
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 19395756,
          "bytes": 281614698
        },
        "trades": {
          "rows": 86095,
          "bytes": 1371496
        },
        "l1_quotes": {
          "rows": 2138327,
          "bytes": 17191829
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 28605273,
          "bytes": 441451040
        },
        "trades": {
          "rows": 94728,
          "bytes": 1442011
        },
        "l1_quotes": {
          "rows": 4421356,
          "bytes": 44032210
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 29293274,
          "bytes": 453435670
        },
        "trades": {
          "rows": 86921,
          "bytes": 1361538
        },
        "l1_quotes": {
          "rows": 4223435,
          "bytes": 42186483
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 23090105,
          "bytes": 367120492
        },
        "trades": {
          "rows": 72752,
          "bytes": 1188008
        },
        "l1_quotes": {
          "rows": 3545711,
          "bytes": 34854459
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 28166857,
          "bytes": 446844907
        },
        "trades": {
          "rows": 79895,
          "bytes": 1274971
        },
        "l1_quotes": {
          "rows": 3716776,
          "bytes": 38258262
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 34193226,
          "bytes": 541341166
        },
        "trades": {
          "rows": 97077,
          "bytes": 1473867
        },
        "l1_quotes": {
          "rows": 4202323,
          "bytes": 44509557
        }
      }
    },
    {
      "asset": "btc",
      "tenor": "15m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 23445694,
          "bytes": 340863490
        },
        "trades": {
          "rows": 71022,
          "bytes": 1187015
        },
        "l1_quotes": {
          "rows": 2070026,
          "bytes": 16405632
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 3218622,
          "bytes": 37761367
        },
        "trades": {
          "rows": 25760,
          "bytes": 442149
        },
        "l1_quotes": {
          "rows": 490133,
          "bytes": 3606828
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 3212916,
          "bytes": 39308777
        },
        "trades": {
          "rows": 22618,
          "bytes": 347892
        },
        "l1_quotes": {
          "rows": 482032,
          "bytes": 3689977
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 3193859,
          "bytes": 38633599
        },
        "trades": {
          "rows": 20978,
          "bytes": 344167
        },
        "l1_quotes": {
          "rows": 410927,
          "bytes": 3094869
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 2559520,
          "bytes": 30547259
        },
        "trades": {
          "rows": 15494,
          "bytes": 285455
        },
        "l1_quotes": {
          "rows": 356770,
          "bytes": 2835073
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 4090191,
          "bytes": 49769690
        },
        "trades": {
          "rows": 29767,
          "bytes": 488157
        },
        "l1_quotes": {
          "rows": 649709,
          "bytes": 5161297
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 3948439,
          "bytes": 47695361
        },
        "trades": {
          "rows": 29229,
          "bytes": 485450
        },
        "l1_quotes": {
          "rows": 680045,
          "bytes": 5458987
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 3390464,
          "bytes": 41439274
        },
        "trades": {
          "rows": 25479,
          "bytes": 435770
        },
        "l1_quotes": {
          "rows": 581201,
          "bytes": 4333054
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 3989135,
          "bytes": 49953211
        },
        "trades": {
          "rows": 34731,
          "bytes": 536054
        },
        "l1_quotes": {
          "rows": 713319,
          "bytes": 5648384
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 3701452,
          "bytes": 45775568
        },
        "trades": {
          "rows": 34390,
          "bytes": 529322
        },
        "l1_quotes": {
          "rows": 816559,
          "bytes": 6789408
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 4357518,
          "bytes": 51094208
        },
        "trades": {
          "rows": 31544,
          "bytes": 509439
        },
        "l1_quotes": {
          "rows": 995031,
          "bytes": 7542153
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 5012949,
          "bytes": 62513628
        },
        "trades": {
          "rows": 33789,
          "bytes": 543047
        },
        "l1_quotes": {
          "rows": 899571,
          "bytes": 6776422
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 3537238,
          "bytes": 40573786
        },
        "trades": {
          "rows": 19321,
          "bytes": 328829
        },
        "l1_quotes": {
          "rows": 706566,
          "bytes": 5661670
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 5782189,
          "bytes": 73110441
        },
        "trades": {
          "rows": 21435,
          "bytes": 360322
        },
        "l1_quotes": {
          "rows": 965783,
          "bytes": 7055531
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 7118427,
          "bytes": 92848278
        },
        "trades": {
          "rows": 25171,
          "bytes": 459779
        },
        "l1_quotes": {
          "rows": 1081361,
          "bytes": 7755490
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 4940930,
          "bytes": 59235185
        },
        "trades": {
          "rows": 12403,
          "bytes": 225111
        },
        "l1_quotes": {
          "rows": 699938,
          "bytes": 4977453
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 4990102,
          "bytes": 62416390
        },
        "trades": {
          "rows": 13051,
          "bytes": 267329
        },
        "l1_quotes": {
          "rows": 610375,
          "bytes": 4144861
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 5017642,
          "bytes": 59759581
        },
        "trades": {
          "rows": 19315,
          "bytes": 323186
        },
        "l1_quotes": {
          "rows": 594891,
          "bytes": 4114881
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 4767849,
          "bytes": 60777613
        },
        "trades": {
          "rows": 19280,
          "bytes": 319449
        },
        "l1_quotes": {
          "rows": 435556,
          "bytes": 3349768
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 4342594,
          "bytes": 50961825
        },
        "trades": {
          "rows": 20569,
          "bytes": 331996
        },
        "l1_quotes": {
          "rows": 359057,
          "bytes": 2681559
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 3869458,
          "bytes": 46161733
        },
        "trades": {
          "rows": 20515,
          "bytes": 333719
        },
        "l1_quotes": {
          "rows": 276162,
          "bytes": 2086849
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 4478554,
          "bytes": 56621886
        },
        "trades": {
          "rows": 23157,
          "bytes": 362282
        },
        "l1_quotes": {
          "rows": 440003,
          "bytes": 3441676
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 4249828,
          "bytes": 53540668
        },
        "trades": {
          "rows": 15647,
          "bytes": 285291
        },
        "l1_quotes": {
          "rows": 471618,
          "bytes": 3530444
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 4081836,
          "bytes": 48685672
        },
        "trades": {
          "rows": 13796,
          "bytes": 270264
        },
        "l1_quotes": {
          "rows": 364201,
          "bytes": 2777012
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 4976985,
          "bytes": 61436178
        },
        "trades": {
          "rows": 23606,
          "bytes": 362337
        },
        "l1_quotes": {
          "rows": 465205,
          "bytes": 3600876
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 4768381,
          "bytes": 56918393
        },
        "trades": {
          "rows": 23450,
          "bytes": 362959
        },
        "l1_quotes": {
          "rows": 430712,
          "bytes": 3318718
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 3580841,
          "bytes": 39592053
        },
        "trades": {
          "rows": 21272,
          "bytes": 324981
        },
        "l1_quotes": {
          "rows": 314013,
          "bytes": 2172039
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 4110147,
          "bytes": 46206609
        },
        "trades": {
          "rows": 21598,
          "bytes": 337330
        },
        "l1_quotes": {
          "rows": 406688,
          "bytes": 2887064
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 4201642,
          "bytes": 53384437
        },
        "trades": {
          "rows": 22952,
          "bytes": 351494
        },
        "l1_quotes": {
          "rows": 438661,
          "bytes": 3409515
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "5m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 3756974,
          "bytes": 44436359
        },
        "trades": {
          "rows": 12826,
          "bytes": 257144
        },
        "l1_quotes": {
          "rows": 492934,
          "bytes": 3702788
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 248278,
          "bytes": 2871473
        },
        "trades": {
          "rows": 286,
          "bytes": 10334
        },
        "l1_quotes": {
          "rows": 27909,
          "bytes": 308318
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 301125,
          "bytes": 2825050
        },
        "trades": {
          "rows": 128,
          "bytes": 7473
        },
        "l1_quotes": {
          "rows": 42525,
          "bytes": 359718
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 216999,
          "bytes": 3059734
        },
        "trades": {
          "rows": 299,
          "bytes": 10625
        },
        "l1_quotes": {
          "rows": 48226,
          "bytes": 459937
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 189653,
          "bytes": 2651469
        },
        "trades": {
          "rows": 165,
          "bytes": 8235
        },
        "l1_quotes": {
          "rows": 50895,
          "bytes": 489152
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 302850,
          "bytes": 2894434
        },
        "trades": {
          "rows": 231,
          "bytes": 9819
        },
        "l1_quotes": {
          "rows": 67902,
          "bytes": 545031
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 350972,
          "bytes": 3515875
        },
        "trades": {
          "rows": 234,
          "bytes": 9658
        },
        "l1_quotes": {
          "rows": 68449,
          "bytes": 532507
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 241489,
          "bytes": 2834576
        },
        "trades": {
          "rows": 162,
          "bytes": 8071
        },
        "l1_quotes": {
          "rows": 51802,
          "bytes": 513791
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 328247,
          "bytes": 3142594
        },
        "trades": {
          "rows": 221,
          "bytes": 9147
        },
        "l1_quotes": {
          "rows": 61311,
          "bytes": 570335
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 427280,
          "bytes": 5045183
        },
        "trades": {
          "rows": 299,
          "bytes": 10306
        },
        "l1_quotes": {
          "rows": 85838,
          "bytes": 765693
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 341228,
          "bytes": 3738087
        },
        "trades": {
          "rows": 272,
          "bytes": 10055
        },
        "l1_quotes": {
          "rows": 73539,
          "bytes": 575240
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 281771,
          "bytes": 2832358
        },
        "trades": {
          "rows": 127,
          "bytes": 7701
        },
        "l1_quotes": {
          "rows": 50935,
          "bytes": 495000
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 346641,
          "bytes": 2958661
        },
        "trades": {
          "rows": 185,
          "bytes": 8395
        },
        "l1_quotes": {
          "rows": 77467,
          "bytes": 770886
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 329810,
          "bytes": 3126705
        },
        "trades": {
          "rows": 196,
          "bytes": 9042
        },
        "l1_quotes": {
          "rows": 79164,
          "bytes": 656106
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 331802,
          "bytes": 3051879
        },
        "trades": {
          "rows": 176,
          "bytes": 8371
        },
        "l1_quotes": {
          "rows": 71975,
          "bytes": 609676
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 275746,
          "bytes": 3413043
        },
        "trades": {
          "rows": 197,
          "bytes": 8908
        },
        "l1_quotes": {
          "rows": 53854,
          "bytes": 539507
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 260990,
          "bytes": 3300843
        },
        "trades": {
          "rows": 174,
          "bytes": 8318
        },
        "l1_quotes": {
          "rows": 60606,
          "bytes": 543038
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 274944,
          "bytes": 3134939
        },
        "trades": {
          "rows": 200,
          "bytes": 8780
        },
        "l1_quotes": {
          "rows": 96318,
          "bytes": 806224
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 379597,
          "bytes": 3202526
        },
        "trades": {
          "rows": 125,
          "bytes": 7496
        },
        "l1_quotes": {
          "rows": 122720,
          "bytes": 1121590
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 281894,
          "bytes": 3336219
        },
        "trades": {
          "rows": 128,
          "bytes": 7480
        },
        "l1_quotes": {
          "rows": 89114,
          "bytes": 661993
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 417632,
          "bytes": 3726862
        },
        "trades": {
          "rows": 123,
          "bytes": 7707
        },
        "l1_quotes": {
          "rows": 132349,
          "bytes": 1194141
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 329354,
          "bytes": 2961182
        },
        "trades": {
          "rows": 163,
          "bytes": 7874
        },
        "l1_quotes": {
          "rows": 86218,
          "bytes": 629673
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 268568,
          "bytes": 3356470
        },
        "trades": {
          "rows": 194,
          "bytes": 7115
        },
        "l1_quotes": {
          "rows": 93062,
          "bytes": 648084
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 253281,
          "bytes": 2706054
        },
        "trades": {
          "rows": 94,
          "bytes": 6887
        },
        "l1_quotes": {
          "rows": 81328,
          "bytes": 750930
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 316810,
          "bytes": 2788969
        },
        "trades": {
          "rows": 65,
          "bytes": 6386
        },
        "l1_quotes": {
          "rows": 117188,
          "bytes": 1079277
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 244767,
          "bytes": 2907154
        },
        "trades": {
          "rows": 128,
          "bytes": 7302
        },
        "l1_quotes": {
          "rows": 76880,
          "bytes": 620545
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 239763,
          "bytes": 3110289
        },
        "trades": {
          "rows": 96,
          "bytes": 6362
        },
        "l1_quotes": {
          "rows": 80068,
          "bytes": 593401
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 372182,
          "bytes": 3407418
        },
        "trades": {
          "rows": 140,
          "bytes": 7220
        },
        "l1_quotes": {
          "rows": 145009,
          "bytes": 1388646
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 353152,
          "bytes": 3016669
        },
        "trades": {
          "rows": 106,
          "bytes": 6874
        },
        "l1_quotes": {
          "rows": 133175,
          "bytes": 954797
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "4h",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 352220,
          "bytes": 2870585
        },
        "trades": {
          "rows": 78,
          "bytes": 6423
        },
        "l1_quotes": {
          "rows": 146412,
          "bytes": 1230964
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-09-01",
      "streams": {
        "book_events": {
          "rows": 2542611,
          "bytes": 28046624
        },
        "trades": {
          "rows": 11222,
          "bytes": 163665
        },
        "l1_quotes": {
          "rows": 412428,
          "bytes": 2880461
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-31",
      "streams": {
        "book_events": {
          "rows": 2769703,
          "bytes": 34199651
        },
        "trades": {
          "rows": 10604,
          "bytes": 160933
        },
        "l1_quotes": {
          "rows": 359474,
          "bytes": 2312451
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-30",
      "streams": {
        "book_events": {
          "rows": 2640419,
          "bytes": 33222486
        },
        "trades": {
          "rows": 10837,
          "bytes": 171158
        },
        "l1_quotes": {
          "rows": 295074,
          "bytes": 2079946
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-29",
      "streams": {
        "book_events": {
          "rows": 1852532,
          "bytes": 22302914
        },
        "trades": {
          "rows": 9035,
          "bytes": 157822
        },
        "l1_quotes": {
          "rows": 292209,
          "bytes": 2209614
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-28",
      "streams": {
        "book_events": {
          "rows": 4220265,
          "bytes": 55014379
        },
        "trades": {
          "rows": 13870,
          "bytes": 226342
        },
        "l1_quotes": {
          "rows": 583163,
          "bytes": 4318012
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-27",
      "streams": {
        "book_events": {
          "rows": 5887360,
          "bytes": 76945180
        },
        "trades": {
          "rows": 13994,
          "bytes": 228671
        },
        "l1_quotes": {
          "rows": 747139,
          "bytes": 5776924
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-26",
      "streams": {
        "book_events": {
          "rows": 5389253,
          "bytes": 66688360
        },
        "trades": {
          "rows": 13742,
          "bytes": 222467
        },
        "l1_quotes": {
          "rows": 635765,
          "bytes": 4454594
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-25",
      "streams": {
        "book_events": {
          "rows": 6323824,
          "bytes": 82142829
        },
        "trades": {
          "rows": 19487,
          "bytes": 280484
        },
        "l1_quotes": {
          "rows": 753350,
          "bytes": 5700349
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-24",
      "streams": {
        "book_events": {
          "rows": 6853556,
          "bytes": 96081161
        },
        "trades": {
          "rows": 20862,
          "bytes": 296354
        },
        "l1_quotes": {
          "rows": 934434,
          "bytes": 7121789
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-23",
      "streams": {
        "book_events": {
          "rows": 6681511,
          "bytes": 91170513
        },
        "trades": {
          "rows": 20435,
          "bytes": 295524
        },
        "l1_quotes": {
          "rows": 833370,
          "bytes": 6520937
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-22",
      "streams": {
        "book_events": {
          "rows": 7300205,
          "bytes": 105459753
        },
        "trades": {
          "rows": 21396,
          "bytes": 302094
        },
        "l1_quotes": {
          "rows": 922991,
          "bytes": 6947838
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-12",
      "streams": {
        "book_events": {
          "rows": 4530064,
          "bytes": 57894375
        },
        "trades": {
          "rows": 8377,
          "bytes": 144740
        },
        "l1_quotes": {
          "rows": 481759,
          "bytes": 3473283
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-11",
      "streams": {
        "book_events": {
          "rows": 4053344,
          "bytes": 43972943
        },
        "trades": {
          "rows": 7515,
          "bytes": 133850
        },
        "l1_quotes": {
          "rows": 666580,
          "bytes": 3832915
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-10",
      "streams": {
        "book_events": {
          "rows": 4761878,
          "bytes": 56651766
        },
        "trades": {
          "rows": 9072,
          "bytes": 151136
        },
        "l1_quotes": {
          "rows": 671653,
          "bytes": 3856498
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-09",
      "streams": {
        "book_events": {
          "rows": 4273791,
          "bytes": 47456951
        },
        "trades": {
          "rows": 5863,
          "bytes": 102879
        },
        "l1_quotes": {
          "rows": 503034,
          "bytes": 3135776
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-08",
      "streams": {
        "book_events": {
          "rows": 4020722,
          "bytes": 43716825
        },
        "trades": {
          "rows": 5597,
          "bytes": 99288
        },
        "l1_quotes": {
          "rows": 447238,
          "bytes": 2866307
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-07",
      "streams": {
        "book_events": {
          "rows": 4316316,
          "bytes": 50956843
        },
        "trades": {
          "rows": 7300,
          "bytes": 129671
        },
        "l1_quotes": {
          "rows": 494973,
          "bytes": 3177526
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-06",
      "streams": {
        "book_events": {
          "rows": 4249173,
          "bytes": 51617136
        },
        "trades": {
          "rows": 7410,
          "bytes": 126118
        },
        "l1_quotes": {
          "rows": 257912,
          "bytes": 2109724
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-05",
      "streams": {
        "book_events": {
          "rows": 4311873,
          "bytes": 50742249
        },
        "trades": {
          "rows": 9008,
          "bytes": 145826
        },
        "l1_quotes": {
          "rows": 305457,
          "bytes": 1887275
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-04",
      "streams": {
        "book_events": {
          "rows": 4013225,
          "bytes": 49316585
        },
        "trades": {
          "rows": 8335,
          "bytes": 140994
        },
        "l1_quotes": {
          "rows": 267802,
          "bytes": 2215351
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-03",
      "streams": {
        "book_events": {
          "rows": 4107549,
          "bytes": 53478773
        },
        "trades": {
          "rows": 9258,
          "bytes": 151006
        },
        "l1_quotes": {
          "rows": 295701,
          "bytes": 1904112
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-02",
      "streams": {
        "book_events": {
          "rows": 3439560,
          "bytes": 41534215
        },
        "trades": {
          "rows": 7375,
          "bytes": 130044
        },
        "l1_quotes": {
          "rows": 204949,
          "bytes": 2058292
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-08-01",
      "streams": {
        "book_events": {
          "rows": 3247592,
          "bytes": 36440427
        },
        "trades": {
          "rows": 6830,
          "bytes": 124911
        },
        "l1_quotes": {
          "rows": 151861,
          "bytes": 1700241
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-07-31",
      "streams": {
        "book_events": {
          "rows": 4077962,
          "bytes": 51178912
        },
        "trades": {
          "rows": 9572,
          "bytes": 148179
        },
        "l1_quotes": {
          "rows": 239052,
          "bytes": 1997909
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-07-30",
      "streams": {
        "book_events": {
          "rows": 4283349,
          "bytes": 52979671
        },
        "trades": {
          "rows": 9529,
          "bytes": 150054
        },
        "l1_quotes": {
          "rows": 327455,
          "bytes": 2249968
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-07-29",
      "streams": {
        "book_events": {
          "rows": 3413625,
          "bytes": 35951535
        },
        "trades": {
          "rows": 9096,
          "bytes": 139695
        },
        "l1_quotes": {
          "rows": 274069,
          "bytes": 1740443
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-07-28",
      "streams": {
        "book_events": {
          "rows": 4072907,
          "bytes": 44713035
        },
        "trades": {
          "rows": 9187,
          "bytes": 141428
        },
        "l1_quotes": {
          "rows": 382369,
          "bytes": 2486100
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-07-27",
      "streams": {
        "book_events": {
          "rows": 4114962,
          "bytes": 50776267
        },
        "trades": {
          "rows": 9488,
          "bytes": 147953
        },
        "l1_quotes": {
          "rows": 388204,
          "bytes": 2691098
        }
      }
    },
    {
      "asset": "bnb",
      "tenor": "15m",
      "date": "2026-07-26",
      "streams": {
        "book_events": {
          "rows": 3638820,
          "bytes": 43673609
        },
        "trades": {
          "rows": 5808,
          "bytes": 98601
        },
        "l1_quotes": {
          "rows": 449125,
          "bytes": 3354732
        }
      }
    }
  ]
}
