📊 Data Samples

Introduction

Explore sample flat files provided to help you understand structure, formatting, and usage for CoinAPI's Flat Files.

Data Samples for Flat Files

This section provides sample data sets from CoinAPI's Flat Files. Sample object keys use the same path structure documented in Data Types and File Structure. Prefix requests with the appropriate bucket (coinapi or coinapi-daily-tail) when listing or downloading through the S3 API.

These examples are designed to help you:

  • Understand file naming conventions and directory structures
  • Validate your ingestion pipeline with real examples
  • Get a quick preview of what's included before integrating at scale

Available Samples

  • Trades Individual transactions that have occurred on an exchange for a specific trading pair.

  • Quotes Best bid and ask prices for a specific trading pair on an exchange.

  • Full Limit Order Book Comprehensive view of the order book for a specific trading pair on an exchange.

  • OHLCV (Candles) Aggregated open-high-low-close-volume information across standard time intervals.


Usage Notes

  • Format: Compressed CSV (.csv.gz) for both readability and efficiency.
  • Timestamps: All records include synchronized timestamps (both exchange and CoinAPI-received) for consistency across datasets.
Service StatusGitHub SDK