GET /crypto/history/:coin_id
获取前 50 种加密货币中任意一种的历史价格快照。每 10 分钟记录一次价格,每种代币每天最多 144 个数据点。可按日期范围筛选或限制结果数量。适用于构建价格图表、回测策略和追踪价格随时间的趋势。
limit
可选
默认: 144
Max data points (up to 1000)
start_date
可选
Start date (YYYY-MM-DD)
end_date
可选
End date (YYYY-MM-DD)
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
limit |
否 | 144 | Max data points (up to 1000) |
start_date |
否 | - | Start date (YYYY-MM-DD) |
end_date |
否 | - | 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": 67140.17,
"recorded_at": "2026-06-03T08:00:05Z"
},
{
"price_usd": 66933.36,
"recorded_at": "2026-06-03T09:00:57Z"
},
{
"price_usd": 67022.31,
"recorded_at": "2026-06-03T10:01:12Z"
},
{
"price_usd": 67188.43,
"recorded_at": "2026-06-03T11:00:39Z"
},
{
"price_usd": 66977.29,
"recorded_at": "2026-06-03T12:00:21Z"
},
{
"price_usd": 66995.05,
"recorded_at": "2026-06-03T13:00:01Z"
},
{
"price_usd": 66787.45,
"recorded_at": "2026-06-03T14:01:05Z"
},
{
"price_usd": 66773.0,
"recorded_at": "2026-06-03T15:00:29Z"
},
{
"price_usd": 66021.95,
"recorded_at": "2026-06-03T16:01:16Z"
},
{
"price_usd": 65968.8,
"recorded_at": "2026-06-03T17:01:10Z"
},
{
"price_usd": 65889.62,
"recorded_at": "2026-06-03T18:00:55Z"
},
{
"price_usd": 65964.97,
"recorded_at": "2026-06-03T19:01:01Z"
},
{
"price_usd": 65357.47,
"recorded_at": "2026-06-03T20:00:37Z"
},
{
"price_usd": 64879.66,
"recorded_at": "2026-06-03T21:00:36Z"
},
{
"price_usd": 65671.24,
"recorded_at": "2026-06-03T22:00:39Z"
},
{
"price_usd": 64813.38,
"recorded_at": "2026-06-03T23:00:16Z"
},
{
"price_usd": 64021.89,
"recorded_at": "2026-06-04T00:00:27Z"
},
{
"price_usd": 63155.43,
"recorded_at": "2026-06-04T01:00:38Z"
},
{
"price_usd": 62114.89,
"recorded_at": "2026-06-04T02:00:31Z"
},
{
"price_usd": 63156.13,
"recorded_at": "2026-06-04T03:01:03Z"
},
{
"price_usd": 64273.25,
"recorded_at": "2026-06-04T04:00:58Z"
},
{
"price_usd": 64303.61,
"recorded_at": "2026-06-04T05:00:06Z"
},
{
"price_usd": 63877.1,
"recorded_at": "2026-06-04T06:00:43Z"
},
{
"price_usd": 63969.86,
"recorded_at": "2026-06-04T07:00:51Z"
},
{
"price_usd": 63609.24,
"recorded_at": "2026-06-04T08:00:36Z"
},
{
"price_usd": 63562.82,
"recorded_at": "2026-06-04T09:01:02Z"
},
{
"price_usd": 63116.4,
"recorded_at": "2026-06-04T10:00:05Z"
},
{
"price_usd": 62388.62,
"recorded_at": "2026-06-04T11:00:33Z"
},
{
"price_usd": 62450.81,
"recorded_at": "2026-06-04T12:00:01Z"
},
{
"price_usd": 63671.58,
"recorded_at": "2026-06-04T13:00:56Z"
},
{
"price_usd": 64009.79,
"recorded_at": "2026-06-04T14:00:51Z"
},
{
"price_usd": 63870.93,
"recorded_at": "2026-06-04T15:00:44Z"
},
{
"price_usd": 63902.43,
"recorded_at": "2026-06-04T16:00:59Z"
},
{
"price_usd": 63516.0,
"recorded_at": "2026-06-04T17:01:01Z"
},
{
"price_usd": 63455.38,
"recorded_at": "2026-06-04T18:00:49Z"
},
{
"price_usd": 63778.13,
"recorded_at": "2026-06-04T19:00:58Z"
},
{
"price_usd": 63570.98,
"recorded_at": "2026-06-04T20:00:59Z"
},
{
"price_usd": 63540.57,
"recorded_at": "2026-06-04T21:00:38Z"
},
{
"price_usd": 63243.86,
"recorded_at": "2026-06-04T22:00:41Z"
},
{
"price_usd": 63661.25,
"recorded_at": "2026-06-04T23:00:49Z"
},
{
"price_usd": 63796.25,
"recorded_at": "2026-06-05T00:00:40Z"
},
{
"price_usd": 63380.11,
"recorded_at": "2026-06-05T01:00:50Z"
},
{
"price_usd": 63307.94,
"recorded_at": "2026-06-05T02:00:15Z"
},
{
"price_usd": 62563.11,
"recorded_at": "2026-06-05T03:00:22Z"
},
{
"price_usd": 62650.55,
"recorded_at": "2026-06-05T04:01:18Z"
},
{
"price_usd": 63384.29,
"recorded_at": "2026-06-05T05:00:53Z"
},
{
"price_usd": 62373.72,
"recorded_at": "2026-06-05T06:01:00Z"
},
{
"price_usd": 61877.24,
"recorded_at": "2026-06-05T07:00:25Z"
},
{
"price_usd": 62930.43,
"recorded_at": "2026-06-05T08:00:53Z"
},
{
"price_usd": 62394.09,
"recorded_at": "2026-06-05T09:00:17Z"
},
{
"price_usd": 62783.27,
"recorded_at": "2026-06-05T10:00:13Z"
},
{
"price_usd": 62492.07,
"recorded_at": "2026-06-05T11:01:12Z"
},
{
"price_usd": 61971.08,
"recorded_at": "2026-06-05T12:00:38Z"
},
{
"price_usd": 61909.86,
"recorded_at": "2026-06-05T13:00:59Z"
},
{
"price_usd": 60758.43,
"recorded_at": "2026-06-05T14:01:09Z"
},
{
"price_usd": 60787.48,
"recorded_at": "2026-06-05T15:01:10Z"
},
{
"price_usd": 60465.25,
"recorded_at": "2026-06-05T16:01:17Z"
},
{
"price_usd": 61400.83,
"recorded_at": "2026-06-05T17:01:16Z"
},
{
"price_usd": 60761.46,
"recorded_at": "2026-06-05T18:01:12Z"
},
{
"price_usd": 59353.42,
"recorded_at": "2026-06-05T19:00:18Z"
},
{
"price_usd": 60317.2,
"recorded_at": "2026-06-05T20:01:00Z"
},
{
"price_usd": 61633.1,
"recorded_at": "2026-06-05T21:00:09Z"
},
{
"price_usd": 61643.67,
"recorded_at": "2026-06-05T22:00:48Z"
},
{
"price_usd": 61658.39,
"recorded_at": "2026-06-05T23:00:35Z"
},
{
"price_usd": 60921.79,
"recorded_at": "2026-06-06T00:00:29Z"
},
{
"price_usd": 61271.4,
"recorded_at": "2026-06-06T01:00:49Z"
},
{
"price_usd": 61080.85,
"recorded_at": "2026-06-06T02:00:50Z"
},
{
"price_usd": 60951.52,
"recorded_at": "2026-06-06T03:00:51Z"
},
{
"price_usd": 60670.44,
"recorded_at": "2026-06-06T04:00:12Z"
},
{
"price_usd": 60073.17,
"recorded_at": "2026-06-06T05:00:59Z"
},
{
"price_usd": 60915.07,
"recorded_at": "2026-06-06T06:00:58Z"
},
{
"price_usd": 60742.47,
"recorded_at": "2026-06-06T07:00:50Z"
},
{
"price_usd": 60977.18,
"recorded_at": "2026-06-06T08:00:53Z"
},
{
"price_usd": 61282.93,
"recorded_at": "2026-06-06T09:00:42Z"
},
{
"price_usd": 60966.96,
"recorded_at": "2026-06-06T10:00:18Z"
},
{
"price_usd": 60522.42,
"recorded_at": "2026-06-06T11:00:53Z"
},
{
"price_usd": 60766.97,
"recorded_at": "2026-06-06T12:00:48Z"
},
{
"price_usd": 61010.49,
"recorded_at": "2026-06-06T13:00:56Z"
},
{
"price_usd": 60783.61,
"recorded_at": "2026-06-06T14:00:09Z"
},
{
"price_usd": 60801.25,
"recorded_at": "2026-06-06T15:00:27Z"
},
{
"price_usd": 60787.41,
"recorded_at": "2026-06-06T16:01:02Z"
},
{
"price_usd": 60717.33,
"recorded_at": "2026-06-06T17:00:48Z"
},
{
"price_usd": 60544.18,
"recorded_at": "2026-06-06T18:00:36Z"
},
{
"price_usd": 60632.13,
"recorded_at": "2026-06-06T19:00:50Z"
},
{
"price_usd": 60600.08,
"recorded_at": "2026-06-06T20:00:57Z"
},
{
"price_usd": 60702.28,
"recorded_at": "2026-06-06T21:00:36Z"
},
{
"price_usd": 60747.39,
"recorded_at": "2026-06-06T22:00:49Z"
},
{
"price_usd": 60583.53,
"recorded_at": "2026-06-06T23:00:32Z"
},
{
"price_usd": 60861.88,
"recorded_at": "2026-06-07T00:00:41Z"
},
{
"price_usd": 60761.62,
"recorded_at": "2026-06-07T01:00:49Z"
},
{
"price_usd": 61471.64,
"recorded_at": "2026-06-07T02:00:46Z"
},
{
"price_usd": 61492.78,
"recorded_at": "2026-06-07T03:00:39Z"
},
{
"price_usd": 61664.74,
"recorded_at": "2026-06-07T04:00:40Z"
},
{
"price_usd": 61867.51,
"recorded_at": "2026-06-07T05:00:45Z"
},
{
"price_usd": 61731.04,
"recorded_at": "2026-06-07T06:01:13Z"
},
{
"price_usd": 62108.18,
"recorded_at": "2026-06-07T07:01:09Z"
},
{
"price_usd": 62354.66,
"recorded_at": "2026-06-07T08:01:00Z"
},
{
"price_usd": 62799.62,
"recorded_at": "2026-06-07T09:00:29Z"
},
{
"price_usd": 62515.79,
"recorded_at": "2026-06-07T10:01:07Z"
},
{
"price_usd": 62356.9,
"recorded_at": "2026-06-07T11:00:19Z"
},
{
"price_usd": 62592.25,
"recorded_at": "2026-06-07T12:00:42Z"
},
{
"price_usd": 61899.44,
"recorded_at": "2026-06-07T13:00:57Z"
},
{
"price_usd": 61708.49,
"recorded_at": "2026-06-07T14:00:34Z"
},
{
"price_usd": 61869.12,
"recorded_at": "2026-06-07T15:00:14Z"
},
{
"price_usd": 62040.16,
"recorded_at": "2026-06-07T16:00:46Z"
},
{
"price_usd": 62019.38,
"recorded_at": "2026-06-07T17:01:11Z"
},
{
"price_usd": 62139.1,
"recorded_at": "2026-06-07T18:00:14Z"
},
{
"price_usd": 62065.13,
"recorded_at": "2026-06-07T19:00:28Z"
},
{
"price_usd": 61277.74,
"recorded_at": "2026-06-07T20:00:03Z"
},
{
"price_usd": 61896.19,
"recorded_at": "2026-06-07T21:00:30Z"
},
{
"price_usd": 61736.5,
"recorded_at": "2026-06-07T22:00:42Z"
},
{
"price_usd": 62898.84,
"recorded_at": "2026-06-07T23:00:09Z"
},
{
"price_usd": 63254.57,
"recorded_at": "2026-06-08T00:00:50Z"
},
{
"price_usd": 63591.55,
"recorded_at": "2026-06-08T01:00:51Z"
},
{
"price_usd": 63135.73,
"recorded_at": "2026-06-08T02:01:14Z"
},
{
"price_usd": 63092.97,
"recorded_at": "2026-06-08T03:00:21Z"
},
{
"price_usd": 63097.74,
"recorded_at": "2026-06-08T04:00:45Z"
},
{
"price_usd": 62746.11,
"recorded_at": "2026-06-08T05:00:42Z"
},
{
"price_usd": 62686.89,
"recorded_at": "2026-06-08T06:00:51Z"
},
{
"price_usd": 62955.75,
"recorded_at": "2026-06-08T07:00:33Z"
},
{
"price_usd": 63263.64,
"recorded_at": "2026-06-08T08:00:33Z"
},
{
"price_usd": 63105.12,
"recorded_at": "2026-06-08T09:00:14Z"
},
{
"price_usd": 63430.01,
"recorded_at": "2026-06-08T10:00:50Z"
},
{
"price_usd": 63090.98,
"recorded_at": "2026-06-08T11:00:47Z"
},
{
"price_usd": 63416.53,
"recorded_at": "2026-06-08T12:00:46Z"
},
{
"price_usd": 63784.42,
"recorded_at": "2026-06-08T13:00:44Z"
},
{
"price_usd": 63717.8,
"recorded_at": "2026-06-08T14:00:49Z"
},
{
"price_usd": 63975.15,
"recorded_at": "2026-06-08T15:00:12Z"
},
{
"price_usd": 63731.85,
"recorded_at": "2026-06-08T16:01:17Z"
},
{
"price_usd": 63455.42,
"recorded_at": "2026-06-08T17:01:16Z"
},
{
"price_usd": 63486.56,
"recorded_at": "2026-06-08T18:00:52Z"
},
{
"price_usd": 63426.94,
"recorded_at": "2026-06-08T19:00:15Z"
},
{
"price_usd": 63364.11,
"recorded_at": "2026-06-08T20:00:19Z"
},
{
"price_usd": 63429.53,
"recorded_at": "2026-06-08T21:00:44Z"
},
{
"price_usd": 63758.17,
"recorded_at": "2026-06-08T22:01:13Z"
},
{
"price_usd": 63404.54,
"recorded_at": "2026-06-08T23:00:34Z"
},
{
"price_usd": 63078.44,
"recorded_at": "2026-06-09T00:00:24Z"
},
{
"price_usd": 62521.1,
"recorded_at": "2026-06-09T01:00:58Z"
},
{
"price_usd": 62764.02,
"recorded_at": "2026-06-09T02:00:32Z"
},
{
"price_usd": 62824.68,
"recorded_at": "2026-06-09T03:00:01Z"
},
{
"price_usd": 62839.35,
"recorded_at": "2026-06-09T04:01:05Z"
},
{
"price_usd": 63231.3,
"recorded_at": "2026-06-09T05:00:25Z"
},
{
"price_usd": 63309.01,
"recorded_at": "2026-06-09T06:00:31Z"
},
{
"price_usd": 63246.48,
"recorded_at": "2026-06-09T07:00:40Z"
},
{
"price_usd": 63164.26,
"recorded_at": "2026-06-09T08:01:08Z"
},
{
"price_usd": 62823.55,
"recorded_at": "2026-06-09T09:00:39Z"
},
{
"price_usd": 62688.52,
"recorded_at": "2026-06-09T10:00:27Z"
},
{
"price_usd": 62762.49,
"recorded_at": "2026-06-09T11:01:09Z"
},
{
"price_usd": 62681.15,
"recorded_at": "2026-06-09T12:00:00Z"
},
{
"price_usd": 62538.67,
"recorded_at": "2026-06-09T13:00:49Z"
},
{
"price_usd": 62332.83,
"recorded_at": "2026-06-09T14:00:21Z"
},
{
"price_usd": 61419.44,
"recorded_at": "2026-06-09T15:00:44Z"
},
{
"price_usd": 61108.39,
"recorded_at": "2026-06-09T16:00:38Z"
},
{
"price_usd": 61363.11,
"recorded_at": "2026-06-09T17:00:28Z"
},
{
"price_usd": 61681.91,
"recorded_at": "2026-06-09T18:00:53Z"
},
{
"price_usd": 61757.9,
"recorded_at": "2026-06-09T19:00:00Z"
},
{
"price_usd": 62024.59,
"recorded_at": "2026-06-09T20:01:08Z"
},
{
"price_usd": 62075.32,
"recorded_at": "2026-06-09T21:00:20Z"
},
{
"price_usd": 61678.2,
"recorded_at": "2026-06-09T22:00:18Z"
},
{
"price_usd": 61649.11,
"recorded_at": "2026-06-09T23:00:34Z"
},
{
"price_usd": 61658.28,
"recorded_at": "2026-06-10T00:00:49Z"
},
{
"price_usd": 61839.77,
"recorded_at": "2026-06-10T01:00:41Z"
},
{
"price_usd": 61668.98,
"recorded_at": "2026-06-10T02:00:46Z"
},
{
"price_usd": 61292.91,
"recorded_at": "2026-06-10T03:00:48Z"
},
{
"price_usd": 61496.93,
"recorded_at": "2026-06-10T04:00:52Z"
},
{
"price_usd": 61223.55,
"recorded_at": "2026-06-10T05:01:04Z"
},
{
"price_usd": 61303.38,
"recorded_at": "2026-06-10T06:00:27Z"
},
{
"price_usd": 61425.66,
"recorded_at": "2026-06-10T07:00:42Z"
},
{
"price_usd": 61620.95,
"recorded_at": "2026-06-10T08:03:08Z"
}
],
"days": 7,
"success": true
}