← 金融与货币

加密货币价格历史

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)

请求示例

基本用法
curl "https://nordapi.ee/api/v1/crypto/history/bitcoin?limit=10"
Last 10 Bitcoin prices
curl "https://nordapi.ee/api/v1/crypto/history/bitcoin?limit=10"
Ethereum prices for a specific day
curl "https://nordapi.ee/api/v1/crypto/history/ethereum?start_date=2026-03-28&end_date=2026-03-28"
Solana price history (last 24h)
curl "https://nordapi.ee/api/v1/crypto/history/solana?limit=144"

实时响应

{
  "coin_id": "bitcoin",
  "count": 169,
  "data": [
    {
      "price_usd": 66284.48,
      "recorded_at": "2026-03-29T20:02:16Z"
    },
    {
      "price_usd": 66546.11,
      "recorded_at": "2026-03-29T21:02:22Z"
    },
    {
      "price_usd": 66674.77,
      "recorded_at": "2026-03-29T22:02:34Z"
    },
    {
      "price_usd": 65813.32,
      "recorded_at": "2026-03-29T23:02:32Z"
    },
    {
      "price_usd": 65970.43,
      "recorded_at": "2026-03-30T00:02:46Z"
    },
    {
      "price_usd": 66252.86,
      "recorded_at": "2026-03-30T01:02:47Z"
    },
    {
      "price_usd": 66578.93,
      "recorded_at": "2026-03-30T02:00:27Z"
    },
    {
      "price_usd": 67070.38,
      "recorded_at": "2026-03-30T03:02:29Z"
    },
    {
      "price_usd": 67111.63,
      "recorded_at": "2026-03-30T04:02:52Z"
    },
    {
      "price_usd": 67548.59,
      "recorded_at": "2026-03-30T05:01:58Z"
    },
    {
      "price_usd": 67461.92,
      "recorded_at": "2026-03-30T06:03:29Z"
    },
    {
      "price_usd": 67274.14,
      "recorded_at": "2026-03-30T07:02:16Z"
    },
    {
      "price_usd": 67516.15,
      "recorded_at": "2026-03-30T08:02:14Z"
    },
    {
      "price_usd": 67616.61,
      "recorded_at": "2026-03-30T09:01:49Z"
    },
    {
      "price_usd": 67448.61,
      "recorded_at": "2026-03-30T10:02:15Z"
    },
    {
      "price_usd": 67434.17,
      "recorded_at": "2026-03-30T11:03:22Z"
    },
    {
      "price_usd": 67590.42,
      "recorded_at": "2026-03-30T12:02:46Z"
    },
    {
      "price_usd": 67850.83,
      "recorded_at": "2026-03-30T13:03:11Z"
    },
    {
      "price_usd": 67454.49,
      "recorded_at": "2026-03-30T14:02:26Z"
    },
    {
      "price_usd": 67732.66,
      "recorded_at": "2026-03-30T15:02:17Z"
    },
    {
      "price_usd": 67565.83,
      "recorded_at": "2026-03-30T16:02:19Z"
    },
    {
      "price_usd": 67262.05,
      "recorded_at": "2026-03-30T17:02:17Z"
    },
    {
      "price_usd": 66753.13,
      "recorded_at": "2026-03-30T18:02:55Z"
    },
    {
      "price_usd": 66555.38,
      "recorded_at": "2026-03-30T19:02:59Z"
    },
    {
      "price_usd": 66432.35,
      "recorded_at": "2026-03-30T20:02:14Z"
    },
    {
      "price_usd": 66587.99,
      "recorded_at": "2026-03-30T21:00:00Z"
    },
    {
      "price_usd": 66757.19,
      "recorded_at": "2026-03-30T22:01:55Z"
    },
    {
      "price_usd": 66734.2,
      "recorded_at": "2026-03-30T23:02:34Z"
    },
    {
      "price_usd": 66699.27,
      "recorded_at": "2026-03-31T00:00:51Z"
    },
    {
      "price_usd": 67091.77,
      "recorded_at": "2026-03-31T01:02:39Z"
    },
    {
      "price_usd": 67930.3,
      "recorded_at": "2026-03-31T02:03:13Z"
    },
    {
      "price_usd": 67945.39,
      "recorded_at": "2026-03-31T03:03:08Z"
    },
    {
      "price_usd": 67646.53,
      "recorded_at": "2026-03-31T04:02:32Z"
    },
    {
      "price_usd": 67488.81,
      "recorded_at": "2026-03-31T05:00:17Z"
    },
    {
      "price_usd": 67618.15,
      "recorded_at": "2026-03-31T06:03:34Z"
    },
    {
      "price_usd": 67449.74,
      "recorded_at": "2026-03-31T07:03:07Z"
    },
    {
      "price_usd": 67299.23,
      "recorded_at": "2026-03-31T08:02:07Z"
    },
    {
      "price_usd": 66756.23,
      "recorded_at": "2026-03-31T09:01:50Z"
    },
    {
      "price_usd": 66037.98,
      "recorded_at": "2026-03-31T10:02:31Z"
    },
    {
      "price_usd": 66302.74,
      "recorded_at": "2026-03-31T11:02:45Z"
    },
    {
      "price_usd": 66620.01,
      "recorded_at": "2026-03-31T12:02:48Z"
    },
    {
      "price_usd": 66608.18,
      "recorded_at": "2026-03-31T13:02:05Z"
    },
    {
      "price_usd": 67163.45,
      "recorded_at": "2026-03-31T14:02:41Z"
    },
    {
      "price_usd": 66558.39,
      "recorded_at": "2026-03-31T15:00:15Z"
    },
    {
      "price_usd": 66698.36,
      "recorded_at": "2026-03-31T16:02:15Z"
    },
    {
      "price_usd": 67542.08,
      "recorded_at": "2026-03-31T17:02:33Z"
    },
    {
      "price_usd": 67395.06,
      "recorded_at": "2026-03-31T18:02:10Z"
    },
    {
      "price_usd": 67721.58,
      "recorded_at": "2026-03-31T19:02:19Z"
    },
    {
      "price_usd": 67762.72,
      "recorded_at": "2026-03-31T20:02:43Z"
    },
    {
      "price_usd": 68136.9,
      "recorded_at": "2026-03-31T21:00:00Z"
    },
    {
      "price_usd": 68196.6,
      "recorded_at": "2026-03-31T22:02:31Z"
    },
    {
      "price_usd": 68146.95,
      "recorded_at": "2026-03-31T23:03:12Z"
    },
    {
      "price_usd": 68231.33,
      "recorded_at": "2026-04-01T00:02:47Z"
    },
    {
      "price_usd": 68223.7,
      "recorded_at": "2026-04-01T01:03:22Z"
    },
    {
      "price_usd": 67741.62,
      "recorded_at": "2026-04-01T02:02:53Z"
    },
    {
      "price_usd": 67581.86,
      "recorded_at": "2026-04-01T03:02:11Z"
    },
    {
      "price_usd": 68067.62,
      "recorded_at": "2026-04-01T04:00:03Z"
    },
    {
      "price_usd": 68224.38,
      "recorded_at": "2026-04-01T05:03:26Z"
    },
    {
      "price_usd": 68401.94,
      "recorded_at": "2026-04-01T06:02:08Z"
    },
    {
      "price_usd": 69101.02,
      "recorded_at": "2026-04-01T07:03:57Z"
    },
    {
      "price_usd": 68646.22,
      "recorded_at": "2026-04-01T08:02:22Z"
    },
    {
      "price_usd": 68680.0,
      "recorded_at": "2026-04-01T09:01:09Z"
    },
    {
      "price_usd": 68626.63,
      "recorded_at": "2026-04-01T10:01:24Z"
    },
    {
      "price_usd": 68508.4,
      "recorded_at": "2026-04-01T11:02:05Z"
    },
    {
      "price_usd": 68680.84,
      "recorded_at": "2026-04-01T12:01:58Z"
    },
    {
      "price_usd": 68343.56,
      "recorded_at": "2026-04-01T13:01:13Z"
    },
    {
      "price_usd": 68151.21,
      "recorded_at": "2026-04-01T14:00:22Z"
    },
    {
      "price_usd": 68576.84,
      "recorded_at": "2026-04-01T15:01:56Z"
    },
    {
      "price_usd": 68912.84,
      "recorded_at": "2026-04-01T16:01:20Z"
    },
    {
      "price_usd": 68799.78,
      "recorded_at": "2026-04-01T17:02:55Z"
    },
    {
      "price_usd": 68240.25,
      "recorded_at": "2026-04-01T18:02:59Z"
    },
    {
      "price_usd": 68023.59,
      "recorded_at": "2026-04-01T19:03:22Z"
    },
    {
      "price_usd": 68154.86,
      "recorded_at": "2026-04-01T20:02:29Z"
    },
    {
      "price_usd": 68175.95,
      "recorded_at": "2026-04-01T21:03:04Z"
    },
    {
      "price_usd": 68391.24,
      "recorded_at": "2026-04-01T22:02:07Z"
    },
    {
      "price_usd": 68114.03,
      "recorded_at": "2026-04-01T23:02:17Z"
    },
    {
      "price_usd": 68089.06,
      "recorded_at": "2026-04-02T00:02:26Z"
    },
    {
      "price_usd": 68603.82,
      "recorded_at": "2026-04-02T01:02:02Z"
    },
    {
      "price_usd": 67340.66,
      "recorded_at": "2026-04-02T02:00:09Z"
    },
    {
      "price_usd": 66883.84,
      "recorded_at": "2026-04-02T03:02:44Z"
    },
    {
      "price_usd": 66575.77,
      "recorded_at": "2026-04-02T04:00:40Z"
    },
    {
      "price_usd": 66321.05,
      "recorded_at": "2026-04-02T05:01:48Z"
    },
    {
      "price_usd": 66602.84,
      "recorded_at": "2026-04-02T06:02:32Z"
    },
    {
      "price_usd": 66656.94,
      "recorded_at": "2026-04-02T07:02:37Z"
    },
    {
      "price_usd": 66909.35,
      "recorded_at": "2026-04-02T08:03:19Z"
    },
    {
      "price_usd": 66449.58,
      "recorded_at": "2026-04-02T09:02:57Z"
    },
    {
      "price_usd": 66435.38,
      "recorded_at": "2026-04-02T10:00:22Z"
    },
    {
      "price_usd": 66446.25,
      "recorded_at": "2026-04-02T11:02:23Z"
    },
    {
      "price_usd": 66211.98,
      "recorded_at": "2026-04-02T12:02:35Z"
    },
    {
      "price_usd": 66045.88,
      "recorded_at": "2026-04-02T13:00:16Z"
    },
    {
      "price_usd": 66188.87,
      "recorded_at": "2026-04-02T14:02:44Z"
    },
    {
      "price_usd": 66909.19,
      "recorded_at": "2026-04-02T15:02:49Z"
    },
    {
      "price_usd": 66795.72,
      "recorded_at": "2026-04-02T16:03:01Z"
    },
    {
      "price_usd": 67115.42,
      "recorded_at": "2026-04-02T17:00:12Z"
    },
    {
      "price_usd": 66685.75,
      "recorded_at": "2026-04-02T18:03:01Z"
    },
    {
      "price_usd": 66968.17,
      "recorded_at": "2026-04-02T19:02:27Z"
    },
    {
      "price_usd": 67007.84,
      "recorded_at": "2026-04-02T20:02:08Z"
    },
    {
      "price_usd": 66936.78,
      "recorded_at": "2026-04-02T21:02:50Z"
    },
    {
      "price_usd": 66913.36,
      "recorded_at": "2026-04-02T22:02:18Z"
    },
    {
      "price_usd": 67019.99,
      "recorded_at": "2026-04-02T23:03:03Z"
    },
    {
      "price_usd": 66891.66,
      "recorded_at": "2026-04-03T00:03:43Z"
    },
    {
      "price_usd": 66766.83,
      "recorded_at": "2026-04-03T01:02:40Z"
    },
    {
      "price_usd": 66598.53,
      "recorded_at": "2026-04-03T02:02:46Z"
    },
    {
      "price_usd": 66486.54,
      "recorded_at": "2026-04-03T03:03:56Z"
    },
    {
      "price_usd": 66592.58,
      "recorded_at": "2026-04-03T04:02:37Z"
    },
    {
      "price_usd": 66622.13,
      "recorded_at": "2026-04-03T05:02:30Z"
    },
    {
      "price_usd": 66565.36,
      "recorded_at": "2026-04-03T06:01:53Z"
    },
    {
      "price_usd": 66774.73,
      "recorded_at": "2026-04-03T07:00:24Z"
    },
    {
      "price_usd": 67029.59,
      "recorded_at": "2026-04-03T08:02:58Z"
    },
    {
      "price_usd": 66960.02,
      "recorded_at": "2026-04-03T09:02:21Z"
    },
    {
      "price_usd": 66849.27,
      "recorded_at": "2026-04-03T10:03:00Z"
    },
    {
      "price_usd": 66880.52,
      "recorded_at": "2026-04-03T11:03:07Z"
    },
    {
      "price_usd": 66995.16,
      "recorded_at": "2026-04-03T12:02:37Z"
    },
    {
      "price_usd": 66748.12,
      "recorded_at": "2026-04-03T13:02:37Z"
    },
    {
      "price_usd": 66660.11,
      "recorded_at": "2026-04-03T14:03:35Z"
    },
    {
      "price_usd": 66955.22,
      "recorded_at": "2026-04-03T15:03:25Z"
    },
    {
      "price_usd": 66852.9,
      "recorded_at": "2026-04-03T16:03:39Z"
    },
    {
      "price_usd": 66999.83,
      "recorded_at": "2026-04-03T17:00:19Z"
    },
    {
      "price_usd": 66854.38,
      "recorded_at": "2026-04-03T18:02:55Z"
    },
    {
      "price_usd": 66806.59,
      "recorded_at": "2026-04-03T19:01:45Z"
    },
    {
      "price_usd": 66857.45,
      "recorded_at": "2026-04-03T20:02:20Z"
    },
    {
      "price_usd": 66834.11,
      "recorded_at": "2026-04-03T21:04:07Z"
    },
    {
      "price_usd": 66933.26,
      "recorded_at": "2026-04-03T22:03:08Z"
    },
    {
      "price_usd": 66894.47,
      "recorded_at": "2026-04-03T23:04:06Z"
    },
    {
      "price_usd": 66939.69,
      "recorded_at": "2026-04-04T00:04:33Z"
    },
    {
      "price_usd": 66879.66,
      "recorded_at": "2026-04-04T01:04:29Z"
    },
    {
      "price_usd": 66872.16,
      "recorded_at": "2026-04-04T02:11:11Z"
    },
    {
      "price_usd": 66842.74,
      "recorded_at": "2026-04-04T03:34:37Z"
    },
    {
      "price_usd": 66849.63,
      "recorded_at": "2026-04-04T04:44:45Z"
    },
    {
      "price_usd": 66898.68,
      "recorded_at": "2026-04-04T05:40:42Z"
    },
    {
      "price_usd": 66949.94,
      "recorded_at": "2026-04-04T06:23:53Z"
    },
    {
      "price_usd": 66959.83,
      "recorded_at": "2026-04-04T07:42:11Z"
    },
    {
      "price_usd": 66956.39,
      "recorded_at": "2026-04-04T08:45:27Z"
    },
    {
      "price_usd": 66969.68,
      "recorded_at": "2026-04-04T09:59:15Z"
    },
    {
      "price_usd": 67055.68,
      "recorded_at": "2026-04-04T10:53:17Z"
    },
    {
      "price_usd": 67148.54,
      "recorded_at": "2026-04-04T11:02:18Z"
    },
    {
      "price_usd": 67118.42,
      "recorded_at": "2026-04-04T12:03:27Z"
    },
    {
      "price_usd": 67091.65,
      "recorded_at": "2026-04-04T13:03:00Z"
    },
    {
      "price_usd": 67202.58,
      "recorded_at": "2026-04-04T14:01:56Z"
    },
    {
      "price_usd": 67161.1,
      "recorded_at": "2026-04-04T15:02:35Z"
    },
    {
      "price_usd": 67358.32,
      "recorded_at": "2026-04-04T16:02:23Z"
    },
    {
      "price_usd": 67433.23,
      "recorded_at": "2026-04-04T17:02:25Z"
    },
    {
      "price_usd": 67338.0,
      "recorded_at": "2026-04-04T18:02:59Z"
    },
    {
      "price_usd": 67286.25,
      "recorded_at": "2026-04-04T19:02:37Z"
    },
    {
      "price_usd": 67280.02,
      "recorded_at": "2026-04-04T20:02:24Z"
    },
    {
      "price_usd": 67253.4,
      "recorded_at": "2026-04-04T21:03:06Z"
    },
    {
      "price_usd": 67354.82,
      "recorded_at": "2026-04-04T22:00:27Z"
    },
    {
      "price_usd": 67387.66,
      "recorded_at": "2026-04-04T23:02:32Z"
    },
    {
      "price_usd": 67305.53,
      "recorded_at": "2026-04-05T00:02:09Z"
    },
    {
      "price_usd": 67194.73,
      "recorded_at": "2026-04-05T01:01:47Z"
    },
    {
      "price_usd": 67097.65,
      "recorded_at": "2026-04-05T02:01:43Z"
    },
    {
      "price_usd": 67159.49,
      "recorded_at": "2026-04-05T03:02:17Z"
    },
    {
      "price_usd": 67116.68,
      "recorded_at": "2026-04-05T04:02:06Z"
    },
    {
      "price_usd": 67088.17,
      "recorded_at": "2026-04-05T05:02:50Z"
    },
    {
      "price_usd": 66898.91,
      "recorded_at": "2026-04-05T06:01:04Z"
    },
    {
      "price_usd": 66834.56,
      "recorded_at": "2026-04-05T07:03:09Z"
    },
    {
      "price_usd": 66795.07,
      "recorded_at": "2026-04-05T08:03:19Z"
    },
    {
      "price_usd": 66909.59,
      "recorded_at": "2026-04-05T09:03:09Z"
    },
    {
      "price_usd": 67013.37,
      "recorded_at": "2026-04-05T10:03:24Z"
    },
    {
      "price_usd": 67035.71,
      "recorded_at": "2026-04-05T11:03:01Z"
    },
    {
      "price_usd": 66983.5,
      "recorded_at": "2026-04-05T12:04:08Z"
    },
    {
      "price_usd": 66767.01,
      "recorded_at": "2026-04-05T13:04:13Z"
    },
    {
      "price_usd": 66876.89,
      "recorded_at": "2026-04-05T14:02:59Z"
    },
    {
      "price_usd": 66905.41,
      "recorded_at": "2026-04-05T15:03:18Z"
    },
    {
      "price_usd": 67283.5,
      "recorded_at": "2026-04-05T16:01:16Z"
    },
    {
      "price_usd": 67187.35,
      "recorded_at": "2026-04-05T17:03:30Z"
    },
    {
      "price_usd": 67332.05,
      "recorded_at": "2026-04-05T18:03:49Z"
    },
    {
      "price_usd": 67359.54,
      "recorded_at": "2026-04-05T19:03:33Z"
    },
    {
      "price_usd": 67440.51,
      "recorded_at": "2026-04-05T19:30:53Z"
    }
  ],
  "days": 7,
  "success": true
}