Operating Principles
General info about Crypto Data Service:

Our platform collects cryptocurrency price data with 1-minute precision—allowing you to track every market movement with maximum granularity.
All prices are pegged to USDT (Tether USD), ensuring comparability with the US dollar.
The project launch is scheduled for January 1, 2026, but for key assets (Bitcoin and Ethereum), we're ready to provide historical data dating back to 2020. Five years of market history at your fingertips.
Data collection runs continuously: each day is automatically closed in complete 24-hour blocks that can be divided into portions.
You receive fresh information without gaps or delays.

Query Parameters
Data export from Crypto Data Service:
  • Export Period
    Time period (date and time) for data export.
  • Data Aggregation Step
    Aggregation step specification for the export period.
  • Cryptocurrency
    Asset code selection for data export.
  • Data Export Format
    Export file generation in user-specified format.
Data Structure
Set of data fields in Crypto Data Service:
Pair
Cryptocurrency identifier consisting of base and quote assets supported by the service.
Storage Format
Data organization in Crypto Data Service:
Data Export Format
XLSX – modern open-standard format for spreadsheets developed by Microsoft.

CSV – simple text format for storing tabular data, where each line in the file represents a table row, and fields (columns) are separated by a delimiter.

XML – universal text format for structured storage, transmission, and description of data using self-defining tags.

JSON – lightweight text format for data storage and exchange, based on key-value pairs and lists (arrays).
.
  • XLSX
  • CSV
  • XML
  • JSON
Visual Preview
Processing result of Crypto Data Service:
The representation of export results depends on the export file format specified by the user.

In general, the retrieved data can be represented as a table that fully corresponds to the service-side data storage format, with the exception of the "pair" and "timestamp" fields.

On the service side, a " / " delimiter is added to the "pair" field value, and the "timestamp" field value is converted to a human-readable format depending on the user's locale. This is done for your convenience.