Skip to main content

Timeseries periods

GET /v1/exchangerate/history/periods

You can also obtain historical exchange rates of any asset pair, grouped into time periods. Get full list of supported time periods available for requesting exchange rates historical timeseries data.

Timeseries periods

Time unitPeriod identifiers
Second1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC
Minute1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN
Hour1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS
Day1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY
Responses

successful operation

Schema
  • Array [
  • period_id string nullable

    The period ID.

  • length_seconds int32

    The length of the period in seconds.

  • length_months int32

    The length of the period in months.

  • unit_count int32 nullable

    The unit count.

  • unit_name string nullable

    The unit name.

  • display_name string nullable

    The display name of the timeseries period.

  • ]
Loading...