GET /crypto/history/:coin_id
Obtenga capturas históricas de precios para cualquiera de las 50 principales criptomonedas. Los precios se registran cada 10 minutos, lo que ofrece hasta 144 puntos de datos por día y moneda. Filtre por rango de fechas o limite el número de resultados. Ideal para crear gráficos de precios, hacer backtesting de estrategias y seguir las tendencias de precios a lo largo del tiempo.
limit
opcional
predeterminado: 144
Max data points (up to 1000)
start_date
opcional
Start date (YYYY-MM-DD)
end_date
opcional
End date (YYYY-MM-DD)
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
limit |
No | 144 | Max data points (up to 1000) |
start_date |
No | - | Start date (YYYY-MM-DD) |
end_date |
No | - | End date (YYYY-MM-DD) |
curl "https://nordapi.ee/api/v1/crypto/history/bitcoin?limit=10"
curl "https://nordapi.ee/api/v1/crypto/history/bitcoin?limit=10"
curl "https://nordapi.ee/api/v1/crypto/history/ethereum?start_date=2026-03-28&end_date=2026-03-28"
curl "https://nordapi.ee/api/v1/crypto/history/solana?limit=144"
{
"coin_id": "bitcoin",
"count": 169,
"data": [
{
"price_usd": 80796.52,
"recorded_at": "2026-05-15T08:01:10Z"
},
{
"price_usd": 80618.72,
"recorded_at": "2026-05-15T09:00:27Z"
},
{
"price_usd": 80436.75,
"recorded_at": "2026-05-15T10:00:47Z"
},
{
"price_usd": 80706.63,
"recorded_at": "2026-05-15T11:01:09Z"
},
{
"price_usd": 80606.09,
"recorded_at": "2026-05-15T12:00:21Z"
},
{
"price_usd": 80353.73,
"recorded_at": "2026-05-15T13:00:42Z"
},
{
"price_usd": 78742.81,
"recorded_at": "2026-05-15T14:00:42Z"
},
{
"price_usd": 79207.66,
"recorded_at": "2026-05-15T15:00:21Z"
},
{
"price_usd": 79140.6,
"recorded_at": "2026-05-15T16:00:54Z"
},
{
"price_usd": 79228.0,
"recorded_at": "2026-05-15T17:00:43Z"
},
{
"price_usd": 79414.05,
"recorded_at": "2026-05-15T18:01:00Z"
},
{
"price_usd": 79233.93,
"recorded_at": "2026-05-15T19:00:36Z"
},
{
"price_usd": 79121.18,
"recorded_at": "2026-05-15T20:00:42Z"
},
{
"price_usd": 79074.48,
"recorded_at": "2026-05-15T21:00:44Z"
},
{
"price_usd": 78960.85,
"recorded_at": "2026-05-15T22:00:48Z"
},
{
"price_usd": 79067.66,
"recorded_at": "2026-05-15T23:00:34Z"
},
{
"price_usd": 79071.54,
"recorded_at": "2026-05-16T00:00:59Z"
},
{
"price_usd": 79045.99,
"recorded_at": "2026-05-16T01:00:52Z"
},
{
"price_usd": 79124.94,
"recorded_at": "2026-05-16T02:00:28Z"
},
{
"price_usd": 79056.42,
"recorded_at": "2026-05-16T03:00:39Z"
},
{
"price_usd": 79057.82,
"recorded_at": "2026-05-16T04:00:29Z"
},
{
"price_usd": 78983.27,
"recorded_at": "2026-05-16T05:00:40Z"
},
{
"price_usd": 78943.79,
"recorded_at": "2026-05-16T06:00:43Z"
},
{
"price_usd": 78600.9,
"recorded_at": "2026-05-16T07:01:11Z"
},
{
"price_usd": 78335.78,
"recorded_at": "2026-05-16T08:00:53Z"
},
{
"price_usd": 78381.03,
"recorded_at": "2026-05-16T09:00:18Z"
},
{
"price_usd": 78054.51,
"recorded_at": "2026-05-16T10:01:00Z"
},
{
"price_usd": 77912.52,
"recorded_at": "2026-05-16T11:00:33Z"
},
{
"price_usd": 78051.94,
"recorded_at": "2026-05-16T12:00:40Z"
},
{
"price_usd": 77982.29,
"recorded_at": "2026-05-16T13:00:25Z"
},
{
"price_usd": 77959.38,
"recorded_at": "2026-05-16T14:00:38Z"
},
{
"price_usd": 78093.09,
"recorded_at": "2026-05-16T15:00:47Z"
},
{
"price_usd": 78202.92,
"recorded_at": "2026-05-16T16:00:45Z"
},
{
"price_usd": 78138.06,
"recorded_at": "2026-05-16T17:00:42Z"
},
{
"price_usd": 78180.63,
"recorded_at": "2026-05-16T18:00:43Z"
},
{
"price_usd": 78198.4,
"recorded_at": "2026-05-16T19:00:03Z"
},
{
"price_usd": 78216.82,
"recorded_at": "2026-05-16T20:00:46Z"
},
{
"price_usd": 78225.73,
"recorded_at": "2026-05-16T21:00:27Z"
},
{
"price_usd": 78257.24,
"recorded_at": "2026-05-16T22:00:42Z"
},
{
"price_usd": 78156.23,
"recorded_at": "2026-05-16T23:00:39Z"
},
{
"price_usd": 78135.01,
"recorded_at": "2026-05-17T00:00:43Z"
},
{
"price_usd": 77882.33,
"recorded_at": "2026-05-17T01:00:36Z"
},
{
"price_usd": 77727.76,
"recorded_at": "2026-05-17T02:00:45Z"
},
{
"price_usd": 77869.83,
"recorded_at": "2026-05-17T03:00:09Z"
},
{
"price_usd": 77979.88,
"recorded_at": "2026-05-17T04:00:58Z"
},
{
"price_usd": 78124.21,
"recorded_at": "2026-05-17T05:01:12Z"
},
{
"price_usd": 78087.49,
"recorded_at": "2026-05-17T06:00:34Z"
},
{
"price_usd": 78065.69,
"recorded_at": "2026-05-17T07:01:12Z"
},
{
"price_usd": 78136.11,
"recorded_at": "2026-05-17T08:00:32Z"
},
{
"price_usd": 78051.86,
"recorded_at": "2026-05-17T09:00:05Z"
},
{
"price_usd": 78233.2,
"recorded_at": "2026-05-17T10:00:27Z"
},
{
"price_usd": 78400.28,
"recorded_at": "2026-05-17T11:01:04Z"
},
{
"price_usd": 78368.62,
"recorded_at": "2026-05-17T12:01:09Z"
},
{
"price_usd": 78329.32,
"recorded_at": "2026-05-17T13:00:43Z"
},
{
"price_usd": 78180.52,
"recorded_at": "2026-05-17T14:00:22Z"
},
{
"price_usd": 78020.49,
"recorded_at": "2026-05-17T15:00:48Z"
},
{
"price_usd": 78011.09,
"recorded_at": "2026-05-17T16:00:46Z"
},
{
"price_usd": 78012.92,
"recorded_at": "2026-05-17T17:00:47Z"
},
{
"price_usd": 78035.75,
"recorded_at": "2026-05-17T18:00:36Z"
},
{
"price_usd": 78195.87,
"recorded_at": "2026-05-17T19:00:39Z"
},
{
"price_usd": 78357.07,
"recorded_at": "2026-05-17T20:00:47Z"
},
{
"price_usd": 78253.24,
"recorded_at": "2026-05-17T21:00:11Z"
},
{
"price_usd": 78381.77,
"recorded_at": "2026-05-17T22:00:30Z"
},
{
"price_usd": 77927.94,
"recorded_at": "2026-05-17T23:00:45Z"
},
{
"price_usd": 77432.5,
"recorded_at": "2026-05-18T00:00:51Z"
},
{
"price_usd": 77113.77,
"recorded_at": "2026-05-18T01:00:49Z"
},
{
"price_usd": 77081.15,
"recorded_at": "2026-05-18T02:00:43Z"
},
{
"price_usd": 76766.43,
"recorded_at": "2026-05-18T03:00:17Z"
},
{
"price_usd": 76902.4,
"recorded_at": "2026-05-18T04:00:41Z"
},
{
"price_usd": 76993.05,
"recorded_at": "2026-05-18T05:00:08Z"
},
{
"price_usd": 76859.74,
"recorded_at": "2026-05-18T06:00:07Z"
},
{
"price_usd": 76873.53,
"recorded_at": "2026-05-18T07:00:42Z"
},
{
"price_usd": 77012.12,
"recorded_at": "2026-05-18T08:00:07Z"
},
{
"price_usd": 76981.45,
"recorded_at": "2026-05-18T09:00:26Z"
},
{
"price_usd": 76885.22,
"recorded_at": "2026-05-18T10:00:35Z"
},
{
"price_usd": 76755.93,
"recorded_at": "2026-05-18T11:00:48Z"
},
{
"price_usd": 77247.09,
"recorded_at": "2026-05-18T12:00:24Z"
},
{
"price_usd": 77580.46,
"recorded_at": "2026-05-18T13:00:01Z"
},
{
"price_usd": 76900.23,
"recorded_at": "2026-05-18T14:01:18Z"
},
{
"price_usd": 76310.83,
"recorded_at": "2026-05-18T15:00:13Z"
},
{
"price_usd": 76379.7,
"recorded_at": "2026-05-18T16:00:52Z"
},
{
"price_usd": 76378.03,
"recorded_at": "2026-05-18T17:00:38Z"
},
{
"price_usd": 76644.85,
"recorded_at": "2026-05-18T18:00:24Z"
},
{
"price_usd": 76201.13,
"recorded_at": "2026-05-18T19:00:29Z"
},
{
"price_usd": 76826.81,
"recorded_at": "2026-05-18T20:00:48Z"
},
{
"price_usd": 76875.46,
"recorded_at": "2026-05-18T21:00:31Z"
},
{
"price_usd": 77059.83,
"recorded_at": "2026-05-18T22:00:37Z"
},
{
"price_usd": 76995.12,
"recorded_at": "2026-05-18T23:00:26Z"
},
{
"price_usd": 76952.21,
"recorded_at": "2026-05-19T00:00:43Z"
},
{
"price_usd": 77115.68,
"recorded_at": "2026-05-19T01:00:56Z"
},
{
"price_usd": 76662.75,
"recorded_at": "2026-05-19T02:00:32Z"
},
{
"price_usd": 76561.75,
"recorded_at": "2026-05-19T03:00:34Z"
},
{
"price_usd": 76711.84,
"recorded_at": "2026-05-19T04:00:32Z"
},
{
"price_usd": 76853.64,
"recorded_at": "2026-05-19T05:00:38Z"
},
{
"price_usd": 76866.66,
"recorded_at": "2026-05-19T06:00:38Z"
},
{
"price_usd": 76972.81,
"recorded_at": "2026-05-19T07:00:29Z"
},
{
"price_usd": 77163.07,
"recorded_at": "2026-05-19T08:00:13Z"
},
{
"price_usd": 77016.71,
"recorded_at": "2026-05-19T09:00:51Z"
},
{
"price_usd": 76761.03,
"recorded_at": "2026-05-19T10:00:57Z"
},
{
"price_usd": 76990.21,
"recorded_at": "2026-05-19T11:00:23Z"
},
{
"price_usd": 76669.25,
"recorded_at": "2026-05-19T12:00:19Z"
},
{
"price_usd": 76895.93,
"recorded_at": "2026-05-19T13:00:48Z"
},
{
"price_usd": 76817.61,
"recorded_at": "2026-05-19T14:00:28Z"
},
{
"price_usd": 76303.17,
"recorded_at": "2026-05-19T15:00:51Z"
},
{
"price_usd": 76435.08,
"recorded_at": "2026-05-19T16:00:12Z"
},
{
"price_usd": 76836.2,
"recorded_at": "2026-05-19T17:01:11Z"
},
{
"price_usd": 76764.16,
"recorded_at": "2026-05-19T18:00:35Z"
},
{
"price_usd": 76748.13,
"recorded_at": "2026-05-19T19:00:43Z"
},
{
"price_usd": 76749.63,
"recorded_at": "2026-05-19T20:00:10Z"
},
{
"price_usd": 76964.23,
"recorded_at": "2026-05-19T21:00:36Z"
},
{
"price_usd": 76941.07,
"recorded_at": "2026-05-19T22:00:50Z"
},
{
"price_usd": 76657.71,
"recorded_at": "2026-05-19T23:00:30Z"
},
{
"price_usd": 76752.95,
"recorded_at": "2026-05-20T00:00:09Z"
},
{
"price_usd": 76694.16,
"recorded_at": "2026-05-20T01:00:33Z"
},
{
"price_usd": 76752.77,
"recorded_at": "2026-05-20T02:01:08Z"
},
{
"price_usd": 76618.81,
"recorded_at": "2026-05-20T03:00:23Z"
},
{
"price_usd": 76660.11,
"recorded_at": "2026-05-20T04:00:30Z"
},
{
"price_usd": 76695.08,
"recorded_at": "2026-05-20T05:00:34Z"
},
{
"price_usd": 77109.63,
"recorded_at": "2026-05-20T06:00:51Z"
},
{
"price_usd": 77317.87,
"recorded_at": "2026-05-20T07:00:27Z"
},
{
"price_usd": 77197.77,
"recorded_at": "2026-05-20T08:00:35Z"
},
{
"price_usd": 77374.81,
"recorded_at": "2026-05-20T09:00:06Z"
},
{
"price_usd": 77391.9,
"recorded_at": "2026-05-20T10:00:22Z"
},
{
"price_usd": 77440.4,
"recorded_at": "2026-05-20T11:00:51Z"
},
{
"price_usd": 77317.01,
"recorded_at": "2026-05-20T12:00:09Z"
},
{
"price_usd": 77555.79,
"recorded_at": "2026-05-20T13:00:45Z"
},
{
"price_usd": 77095.28,
"recorded_at": "2026-05-20T14:00:50Z"
},
{
"price_usd": 77426.29,
"recorded_at": "2026-05-20T15:00:25Z"
},
{
"price_usd": 77358.59,
"recorded_at": "2026-05-20T16:00:06Z"
},
{
"price_usd": 77216.25,
"recorded_at": "2026-05-20T17:00:59Z"
},
{
"price_usd": 77488.36,
"recorded_at": "2026-05-20T18:00:35Z"
},
{
"price_usd": 77341.85,
"recorded_at": "2026-05-20T19:00:58Z"
},
{
"price_usd": 77612.84,
"recorded_at": "2026-05-20T20:00:44Z"
},
{
"price_usd": 77653.42,
"recorded_at": "2026-05-20T21:00:20Z"
},
{
"price_usd": 77459.83,
"recorded_at": "2026-05-20T22:00:10Z"
},
{
"price_usd": 77407.42,
"recorded_at": "2026-05-20T23:00:38Z"
},
{
"price_usd": 77459.94,
"recorded_at": "2026-05-21T00:00:50Z"
},
{
"price_usd": 77897.99,
"recorded_at": "2026-05-21T01:00:46Z"
},
{
"price_usd": 77787.12,
"recorded_at": "2026-05-21T02:00:08Z"
},
{
"price_usd": 77906.16,
"recorded_at": "2026-05-21T03:00:07Z"
},
{
"price_usd": 77998.92,
"recorded_at": "2026-05-21T04:00:55Z"
},
{
"price_usd": 77955.18,
"recorded_at": "2026-05-21T05:00:06Z"
},
{
"price_usd": 77708.76,
"recorded_at": "2026-05-21T06:00:09Z"
},
{
"price_usd": 77538.08,
"recorded_at": "2026-05-21T07:00:18Z"
},
{
"price_usd": 77801.71,
"recorded_at": "2026-05-21T08:00:16Z"
},
{
"price_usd": 77854.87,
"recorded_at": "2026-05-21T09:01:05Z"
},
{
"price_usd": 77590.61,
"recorded_at": "2026-05-21T10:00:06Z"
},
{
"price_usd": 77160.09,
"recorded_at": "2026-05-21T11:00:00Z"
},
{
"price_usd": 77129.22,
"recorded_at": "2026-05-21T12:01:14Z"
},
{
"price_usd": 77220.34,
"recorded_at": "2026-05-21T13:00:38Z"
},
{
"price_usd": 77004.92,
"recorded_at": "2026-05-21T14:00:09Z"
},
{
"price_usd": 76923.31,
"recorded_at": "2026-05-21T15:00:37Z"
},
{
"price_usd": 77180.17,
"recorded_at": "2026-05-21T16:01:03Z"
},
{
"price_usd": 77091.57,
"recorded_at": "2026-05-21T17:00:32Z"
},
{
"price_usd": 77879.95,
"recorded_at": "2026-05-21T18:01:03Z"
},
{
"price_usd": 77268.25,
"recorded_at": "2026-05-21T19:00:15Z"
},
{
"price_usd": 77629.66,
"recorded_at": "2026-05-21T20:00:40Z"
},
{
"price_usd": 77623.58,
"recorded_at": "2026-05-21T21:00:35Z"
},
{
"price_usd": 77593.42,
"recorded_at": "2026-05-21T22:00:43Z"
},
{
"price_usd": 77549.3,
"recorded_at": "2026-05-21T23:00:44Z"
},
{
"price_usd": 77546.34,
"recorded_at": "2026-05-22T00:00:40Z"
},
{
"price_usd": 77329.75,
"recorded_at": "2026-05-22T01:00:39Z"
},
{
"price_usd": 77519.1,
"recorded_at": "2026-05-22T02:00:57Z"
},
{
"price_usd": 77575.27,
"recorded_at": "2026-05-22T03:00:39Z"
},
{
"price_usd": 77689.65,
"recorded_at": "2026-05-22T04:01:16Z"
},
{
"price_usd": 77576.11,
"recorded_at": "2026-05-22T05:00:44Z"
},
{
"price_usd": 77434.45,
"recorded_at": "2026-05-22T06:00:24Z"
},
{
"price_usd": 77338.68,
"recorded_at": "2026-05-22T07:00:53Z"
},
{
"price_usd": 77312.98,
"recorded_at": "2026-05-22T08:10:17Z"
}
],
"days": 7,
"success": true
}