File size: 177,049 Bytes
9518d08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-01-01T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:00Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2023-01-28T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:17Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-02-25T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:01Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-03-24T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:01Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2023-03-24T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:42:59Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-04-21T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:01Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-05-18T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:01Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2023-06-15T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:00Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-07-12T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:01Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2023-08-09T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:22Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2023-09-05T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:22Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2023-10-03T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:03Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2023-10-30T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:24Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2023-11-27T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:24Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-12-24T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:03Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-01-21T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:04Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-02-17T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:03Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-03-16T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:05Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2024-04-12T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:27Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2024-05-10T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:28Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-06-06T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2024-07-04T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:29Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-07-31T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2024-08-28T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:30Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-09-24T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:05Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-10-22T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-11-18T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2024-12-16T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-01-12T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:05Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-02-09T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-03-08T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:06Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-04-05T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:06Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2025-05-02T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:36Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-05-30T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2025-06-26T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:37Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-07-24T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:06Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2025-08-20T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:38Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-09-17T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-10-14T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-11-11T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2025-12-08T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:41Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-01-05T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2026-02-01T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:45Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2026-03-01T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:46Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-03-28T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-04-25T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-05-22T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-06-19T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:16Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-07-15T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2026-07-16T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:51Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-01-01T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:00Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2023-01-28T12:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:17Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2023-02-24T23:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:18Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2023-03-24T11:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:18Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-03-24T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:01Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2023-04-21T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:20Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2023-05-18T12:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:20Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2023-06-15T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:21Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-07-12T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:01Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2023-08-08T23:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:22Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-09-05T11:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:02Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2023-10-02T23:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:23Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-10-30T11:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:03Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2023-11-26T23:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:24Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-12-24T11:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:03Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2024-01-20T23:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:25Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2024-02-17T11:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:26Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2024-03-15T23:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:27Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-04-12T10:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:06Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2024-05-09T22:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:28Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-06-06T10:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:04Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2024-07-03T22:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:29Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-07-31T10:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:08Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-08-27T22:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:08Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-09-24T10:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:05Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-10-21T22:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:09Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-11-18T09:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:05Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-12-15T21:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:05Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2025-01-12T09:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:33Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-02-08T21:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:10Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2025-03-08T09:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:34Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-04-04T21:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:11Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-05-02T09:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:06Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-05-29T21:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:06Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2025-06-26T09:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:37Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-07-23T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:06Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-08-20T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:07Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2025-09-16T20:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:39Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-10-14T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:13Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-11-10T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:13Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-12-08T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:07Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-01-04T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:07Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-02-01T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:10Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-02-28T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:15Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2026-03-28T07:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:47Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2026-04-24T19:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:48Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-05-22T07:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:16Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-06-18T19:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:16Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-07-15T22:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:13Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2026-07-16T07:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:51Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-01-01T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:00Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-01-28T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:00Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-02-25T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:42:59Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-03-24T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:01Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-03-24T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:42:59Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2023-04-21T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:20Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-05-18T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:00Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-06-15T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:00Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-07-12T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:01Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-08-09T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:02Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-09-05T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:02Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-10-03T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:03Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-10-30T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:03Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2023-11-26T20:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:24Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-12-24T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:03Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-01-20T20:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:25Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-02-17T08:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:26Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-03-15T20:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:27Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-04-12T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:06Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-05-09T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:06Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-06-06T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:04Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-07-03T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:04Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-07-31T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:04Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-08-27T20:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:30Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-09-24T08:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:30Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-10-21T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-11-18T08:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-12-15T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-01-12T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-02-08T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2025-03-08T08:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:34Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-04-04T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:06Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2025-05-02T08:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:36Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-05-29T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:06Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-06-26T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-07-23T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-08-20T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-09-16T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2025-10-14T04:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:40Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2025-11-10T16:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:40Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-12-08T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2026-01-04T16:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:43Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2026-02-01T04:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:45Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2026-02-28T16:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:46Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2026-03-28T04:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:47Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-04-24T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:43:16Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2026-05-22T04:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:49Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2026-06-18T16:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:50Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2026-07-15T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:42:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "aptos", "symbol": "APT_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2026-07-16T04:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:42:51Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-03-23T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-03-24T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-04-17T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-05-13T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-06-07T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2023-07-02T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:25Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-07-27T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-08-22T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-09-16T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2023-10-11T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:26Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-11-05T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2023-12-01T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:26Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-12-26T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-01-20T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:27Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-02-14T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:27Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-03-10T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:27Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-04-05T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-04-30T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-05-25T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-06-19T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:29Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-07-15T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-08-09T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:30Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-09-03T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:30Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-09-28T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:30Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-10-24T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-11-18T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-12-13T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:31Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-01-07T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-02-01T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:31Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-02-27T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-03-24T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-04-18T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-05-13T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-06-08T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-07-03T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-07-28T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-08-22T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:34Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-09-16T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:34Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-10-12T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:34Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-11-06T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-12-01T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-12-26T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:36Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-01-21T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-02-15T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-03-12T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-04-06T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-05-02T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:15Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-05-27T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:37Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-06-21T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:37Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-07-16T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:38Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-03-23T13:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:24Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-03-24T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:07Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-04-17T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:24Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-05-13T01:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:24Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-06-07T07:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:24Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-07-02T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-07-27T17:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:25Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-08-21T23:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-09-16T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:26Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-10-11T10:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-11-05T15:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:09Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-11-30T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:09Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-12-26T02:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:26Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-01-20T07:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:27Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-02-14T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:27Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-03-10T18:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:09Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-04-04T23:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-04-30T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-05-25T10:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:29Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-06-19T15:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:29Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-07-14T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-08-09T02:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:30Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-09-03T07:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-09-28T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:30Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-10-23T18:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:30Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-11-17T23:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:31Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-12-13T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:11Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-01-07T10:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:11Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-02-01T15:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:31Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-02-26T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:31Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-03-24T02:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-04-18T07:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-05-13T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-06-07T18:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:12Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-07-02T23:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:12Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-07-28T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:13Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-08-22T10:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:34Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-09-16T15:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:13Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-10-11T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:13Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-11-06T02:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:13Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-12-01T07:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:35Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-12-26T13:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:36Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-01-20T18:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:36Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-02-14T23:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:36Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-03-12T05:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:37Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-04-06T10:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:14Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-05-01T15:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:15Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-05-26T21:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:15Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-06-21T02:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:15Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-07-16T07:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:38Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-03-23T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-03-24T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-04-17T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-05-13T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-06-07T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-07-02T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:25Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-07-27T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:25Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-08-21T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-09-16T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:26Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-10-11T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:26Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-11-05T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:26Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-11-30T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:26Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-12-26T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:26Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-01-20T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:27Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-02-14T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:27Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-03-10T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:27Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-04-04T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:28Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-04-30T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-05-25T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-06-19T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-07-14T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-08-09T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:30Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-09-03T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:30Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-09-28T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:30Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-10-23T16:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-11-17T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:31Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-12-13T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:31Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-01-07T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:31Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-02-01T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-02-26T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-03-24T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-04-18T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-05-13T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-06-07T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-07-02T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-07-28T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:34Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-08-22T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-09-16T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-10-11T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-11-06T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-12-01T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-12-26T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2026-01-20T16:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2026-02-14T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2026-03-12T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-04-06T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:37Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2026-05-01T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:44:15Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-05-26T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:37Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-06-21T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:37Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "arbitrum", "symbol": "ARB_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-07-16T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:44:38Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-01-01T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:23Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2023-02-07T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:37Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-03-17T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:23Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-03-24T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:23Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2023-04-24T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:40Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-06-01T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:24Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2023-07-09T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:00Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2023-08-16T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:01Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2023-09-23T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:04Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2023-10-31T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:44Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-12-08T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:25Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2024-01-14T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-02-21T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:28Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-03-30T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:26Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2024-05-07T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2024-06-14T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:49Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2024-07-22T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-08-28T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:28Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-10-05T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:34Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2024-11-12T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:56Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-12-20T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-01-27T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-03-06T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:29Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2025-04-12T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:25Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-05-20T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:36Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-06-27T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:36Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2025-08-04T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:06Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-09-11T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:37Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2025-10-10T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2025-10-19T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-11-26T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:31Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2025-12-02T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:33Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2025-12-05T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:33Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2025-12-16T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:34Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-01-04T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-01-12T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-02-01T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-02-03T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-02-07T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-02-13T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:40Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-02-28T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:36Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-03-23T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:38Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-04-05T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:39Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-04-30T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:41Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-05-30T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:41Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-05-31T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:41Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-06-08T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:33Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-06-27T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:42Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1d", "ts": "2026-07-15T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:43Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1d", "ts": "2026-07-16T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:18Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-01-01T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:23Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-02-06T15:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:23Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2023-03-15T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:46:55Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-03-24T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:23Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-04-21T07:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:24Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-05-29T07:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:24Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-07-06T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:25Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-08-13T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:24Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-09-23T01:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:25Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-11-01T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:27Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-12-10T03:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:28Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-01-15T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:28Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2024-02-20T16:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:09Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-03-27T19:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:26Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2024-05-02T22:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:12Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2024-06-08T04:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:49Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2024-07-14T08:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:51Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-08-19T11:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:28Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2024-09-24T17:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:54Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-10-31T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:34Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2024-12-06T04:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:57Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2025-01-11T08:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:21Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-02-17T03:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:29Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2025-03-26T09:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:24Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2025-05-01T17:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:02Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-06-08T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:36Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2025-07-16T08:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:29Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2025-08-23T01:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:07Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-09-30T19:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:38Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2025-10-10T22:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:32Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2025-11-09T10:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:09Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2025-12-02T13:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:33Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2025-12-12T15:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:34Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2025-12-19T13:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:11Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-01-07T11:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-01-15T03:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-01-30T13:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:32Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-02-03T23:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-02-07T11:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-03-01T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:36Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-03-13T22:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:33Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-04-05T20:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:39Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-04-24T21:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:33Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-04-30T20:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:39Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-05-30T22:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:41Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-05-31T03:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:41Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-06-04T14:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:33Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-06-27T04:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:43Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "1h", "ts": "2026-07-15T02:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:43Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "1h", "ts": "2026-07-16T07:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:18Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-01-01T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:23Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-02-07T16:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:23Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2023-03-17T08:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:39Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-03-24T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:23Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2023-04-24T04:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:46:58Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2023-05-31T20:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:41Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2023-07-08T20:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:41Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2023-08-15T16:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:01Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-09-22T16:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:25Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-10-30T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:27Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-12-07T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:28Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-01-14T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:25Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-02-21T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:46Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2024-03-29T16:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-05-06T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:26Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-06-13T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:49Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-07-20T16:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:52Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-08-27T12:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:53Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2024-10-04T04:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:55Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2024-11-10T20:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:19Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-12-18T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:28Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2025-01-25T04:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:45:59Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2025-03-03T20:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:23Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-04-10T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:36Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2025-05-18T08:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:02Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-06-25T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:36Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-08-02T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:37Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2025-09-09T08:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2025-10-10T20:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-10-17T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:38Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2025-11-24T08:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2025-12-02T12:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:33Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2025-12-12T12:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:34Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-01-02T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:40Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-01-07T08:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-01-15T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-02-03T20:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-02-07T08:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:35Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-02-10T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:36Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2026-02-10T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:45:32Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-03-01T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:36Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-03-22T08:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:38Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-04-05T20:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:39Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2026-04-30T00:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:16Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-04-30T20:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:39Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-05-31T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:41Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-06-07T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:46:41Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-06-27T04:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:43Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "coinbase", "timeframe": "4h", "ts": "2026-07-15T00:00:00Z", "source_url": "{'rest': 'https://api.coinbase.com'}", "ingestion_ts": "2026-07-16T15:47:43Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": true, "outlier_reason": null}
{"chain": "optimism", "symbol": "OP_USDT", "exchange": "okx", "timeframe": "4h", "ts": "2026-07-16T04:00:00Z", "source_url": "{'rest': 'https://{hostname}'}", "ingestion_ts": "2026-07-16T15:46:18Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-05-03T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:47Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-05-27T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:47Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-06-20T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:47Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-07-13T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:47Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-08-06T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-08-30T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2023-09-23T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2023-10-17T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-11-10T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-12-04T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2023-12-28T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-01-21T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:49Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-02-13T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:49Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-03-08T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-04-01T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:49Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-04-25T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:49Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-05-19T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:50Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-06-12T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-07-06T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-07-30T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-08-23T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2024-09-15T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:51Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-10-09T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:10Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-11-02T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-11-26T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2024-12-20T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-01-13T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:52Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-02-06T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:52Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-03-02T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-03-25T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-04-18T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-05-12T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:53Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-06-05T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-06-29T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-07-23T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:54Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-08-16T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:54Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-09-09T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:54Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-10-03T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-10-26T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:55Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2025-11-19T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2025-12-13T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:55Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-01-06T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:55Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-01-30T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:15Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-02-23T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:56Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-03-19T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:15Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-04-12T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:56Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-05-06T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:56Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-05-29T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:16Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1d", "ts": "2026-06-22T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:57Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1d", "ts": "2026-07-16T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:16Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-05-03T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:47Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2023-05-27T09:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:06Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-06-20T06:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:47Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-07-14T03:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:47Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-08-07T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-08-30T21:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-09-23T18:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-10-17T15:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-11-10T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-12-04T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2023-12-28T05:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-01-21T02:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:08Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-02-13T23:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:08Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-03-08T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:49Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-04-01T17:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:49Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-04-25T14:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-05-19T11:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:50Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-06-12T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-07-06T05:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-07-30T02:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-08-22T23:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:51Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-09-15T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:10Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-10-09T17:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:10Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2024-11-02T14:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:52Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-11-26T11:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:11Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2024-12-20T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:11Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-01-13T05:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:11Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-02-06T02:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:52Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-03-01T23:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:12Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-03-25T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:52Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-04-18T17:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:53Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-05-12T14:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:53Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-06-05T11:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:53Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-06-29T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:53Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-07-23T05:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:54Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-08-16T02:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:13Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-09-08T23:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:54Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-10-02T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:55Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-10-26T17:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:13Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2025-11-19T14:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:14Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2025-12-13T11:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:55Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-01-06T07:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:14Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-01-30T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:56Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-02-23T01:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:56Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-03-18T22:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:15Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-04-11T19:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:15Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-05-05T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:16Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-05-29T13:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:16Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "1h", "ts": "2026-06-22T10:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:57Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "1h", "ts": "2026-07-16T07:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:16Z", "schema_version": "1.0", "clean_status": "filtered", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-05-03T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:47Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-05-27T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:47Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-06-20T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:06Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-07-14T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:06Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-08-07T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-08-30T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-09-23T16:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2023-10-17T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:48Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-11-10T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:07Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-12-04T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2023-12-28T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-01-21T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-02-14T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-03-08T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:08Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-04-01T16:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:49Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-04-25T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-05-19T12:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:50Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-06-12T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-07-06T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:50Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-07-30T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:09Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-08-22T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:51Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-09-15T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:51Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2024-10-09T16:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:51Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-11-02T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-11-26T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2024-12-20T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:11Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-01-13T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:52Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-02-06T00:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:52Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-03-01T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:52Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-03-25T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:52Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-04-18T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-05-12T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-06-05T08:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:53Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-06-29T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:12Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-07-23T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-08-16T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-09-08T20:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:54Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2025-10-02T16:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:55Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-10-26T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:13Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-11-19T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2025-12-13T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:14Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2026-01-06T04:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:55Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-01-30T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:15Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-02-23T00:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:15Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-03-18T20:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:15Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-04-11T16:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:15Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "binance", "timeframe": "4h", "ts": "2026-05-05T16:00:00Z", "source_url": "https://api.binance.com/api/v3", "ingestion_ts": "2026-07-16T15:40:56Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-05-29T12:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:16Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-06-22T08:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:16Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}
{"chain": "sui", "symbol": "SUI_USDT", "exchange": "bybit", "timeframe": "4h", "ts": "2026-07-16T04:00:00Z", "source_url": "https://api.{hostname}", "ingestion_ts": "2026-07-16T15:41:16Z", "schema_version": "1.0", "clean_status": "final", "is_outlier": false, "outlier_reason": null}