Metrics V2 Data Samples
Explore sample Metrics V2 flat file data, including preview rows and downloadable datasets for testing.
Metrics V2 Data Samples
The Metrics V2 flat files contain 1-minute aggregates of CoinAPI Metrics V2 observations for each exchange. Each row summarises one metric series (for example mark price, funding rate, or open interest) within a UTC minute.
These samples let you:
- Inspect the file layout and header schema.
- Preview real metric aggregate rows.
- Download a sample file (100 rows) to test your ETL pipeline.
File Structure
Metrics V2 files are stored only in the coinapi bucket. Current files use hourly partitions and one 1-minute file per exchange.
T-METRICS-V2/
└── D-YYYYMMDDHH/
└── E-[EXCHANGE]/
└── TP-1MIN.csv.gzExample path for BINANCEFTS at 13:00 UTC on 10 Sep 2026:
T-METRICS-V2/D-2026091013/E-BINANCEFTS/TP-1MIN.csv.gz
Data Samples (First 10 Rows – 1-MIN)
File Location: T-METRICS-V2/D-2026091013/E-BINANCEFTS/TP-1MIN.csv.gz
asset_id;exchange_id;exchange_metric_id;coinapi_metric_id;exchange_symbol_id;coinapi_symbol_id;chain_id;network_id;time;first;last;min;max;sum;count;minTime;maxTime
;BINANCEFTS;/fapi/v1/openInterest.openInterest;DERIVATIVES_OPEN_INTEREST;AAOIUSDT;BINANCEFTS_PERP_AAOI_USDT;;;2026-09-10T13:12:00.000;125583.32;125583.32;125583.32;125583.32;125583.32;1;2026-09-10T13:12:23.143;2026-09-10T13:12:23.143
;BINANCEFTS;/fapi/v1/openInterest.openInterest;DERIVATIVES_OPEN_INTEREST;AAPLUSDT;BINANCEFTS_PERP_AAPL_USDT;;;2026-09-10T13:06:00.000;82279.99;82279.99;82279.99;82279.99;82279.99;1;2026-09-10T13:06:59.992;2026-09-10T13:06:59.992
;BINANCEFTS;/fapi/v1/openInterest.openInterest;DERIVATIVES_OPEN_INTEREST;ACUUSDT;BINANCEFTS_PERP_ACU_USDT;;;2026-09-10T13:03:00.000;20989433;20989433;20989433;20989433;20989433;1;2026-09-10T13:03:14.914;2026-09-10T13:03:14.914
;BINANCEFTS;/fapi/v1/openInterest.openInterest;DERIVATIVES_OPEN_INTEREST;ADBEUSDT;BINANCEFTS_PERP_ADBE_USDT;;;2026-09-10T13:14:00.000;8078.47;8078.47;8078.47;8078.47;8078.47;1;2026-09-10T13:14:04.478;2026-09-10T13:14:04.478
;BINANCEFTS;/fapi/v1/openInterest.openInterest;DERIVATIVES_OPEN_INTEREST;AIAUSDT;BINANCEFTS_PERP_AIA_USDT;;;2026-09-10T13:03:00.000;60858560;60858560;60858560;60858560;60858560;1;2026-09-10T13:03:13.549;2026-09-10T13:03:13.549
;BINANCEFTS;/fapi/v1/openInterest.openInterest;DERIVATIVES_OPEN_INTEREST;AIGENSYNUSDT;BINANCEFTS_PERP_AIGENSYN_USDT;;;2026-09-10T13:07:00.000;82996946;82996946;82996946;82996946;82996946;1;2026-09-10T13:07:53.952;2026-09-10T13:07:53.952
;BINANCEFTS;/fapi/v1/openInterest.openInterest;DERIVATIVES_OPEN_INTEREST;ALABUSDT;BINANCEFTS_PERP_ALAB_USDT;;;2026-09-10T13:14:00.000;2238.89;2238.89;2238.89;2238.89;2238.89;1;2026-09-10T13:14:36.969;2026-09-10T13:14:36.969
;BINANCEFTS;/fapi/v1/openInterest.openInterest;DERIVATIVES_OPEN_INTEREST;ALLOUSDT;BINANCEFTS_PERP_ALLO_USDT;;;2026-09-10T13:00:00.000;37150243;37150243;37150243;37150243;37150243;1;2026-09-10T13:00:14.039;2026-09-10T13:00:14.039
;BINANCEFTS;/fapi/v1/openInterest.openInterest;DERIVATIVES_OPEN_INTEREST;AMATUSDT;BINANCEFTS_PERP_AMAT_USDT;;;2026-09-10T13:12:00.000;21333;21333;21333;21333;21333;1;2026-09-10T13:12:08.357;2026-09-10T13:12:08.357
;BINANCEFTS;/fapi/v1/openInterest.openInterest;DERIVATIVES_OPEN_INTEREST;AMDUSDT;BINANCEFTS_PERP_AMD_USDT;;;2026-09-10T13:07:00.000;18145.95;18145.95;18145.95;18145.95;18145.95;1;2026-09-10T13:07:55.020;2026-09-10T13:07:55.020A larger sample file (100 rows) is available for download here: Download Sample (100 rows)
The downloadable file is a subset designed for quick experiments; it is not the full hourly file.
coinapi_metric_id corresponds to the metric identifiers returned by GET /v2/metrics/listing and GET /v2/metrics/exchange/listing in the Market Data REST API.