GET /crypto/history/:coin_id
Get historical price snapshots for any of the top 50 cryptocurrencies. Prices are recorded every 10 minutes, giving up to 144 data points per day per coin. Filter by date range or limit the number of results. Ideal for building price charts, backtesting strategies, and tracking price trends over time.
limit
optional
default: 144
Max data points (up to 1000)
start_date
optional
Start date (YYYY-MM-DD)
end_date
optional
End date (YYYY-MM-DD)
| Name | Required | Default | Description |
|---|---|---|---|
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": 63175.98,
"recorded_at": "2026-06-19T14:00:48Z"
},
{
"price_usd": 63148.39,
"recorded_at": "2026-06-19T15:00:40Z"
},
{
"price_usd": 63159.43,
"recorded_at": "2026-06-19T16:00:27Z"
},
{
"price_usd": 62934.95,
"recorded_at": "2026-06-19T17:00:14Z"
},
{
"price_usd": 63148.48,
"recorded_at": "2026-06-19T18:00:43Z"
},
{
"price_usd": 63042.83,
"recorded_at": "2026-06-19T19:00:56Z"
},
{
"price_usd": 62959.09,
"recorded_at": "2026-06-19T20:01:14Z"
},
{
"price_usd": 63195.23,
"recorded_at": "2026-06-19T21:00:20Z"
},
{
"price_usd": 63012.33,
"recorded_at": "2026-06-19T22:00:56Z"
},
{
"price_usd": 63266.16,
"recorded_at": "2026-06-19T23:00:37Z"
},
{
"price_usd": 63513.66,
"recorded_at": "2026-06-20T00:01:09Z"
},
{
"price_usd": 63496.16,
"recorded_at": "2026-06-20T01:00:05Z"
},
{
"price_usd": 63510.9,
"recorded_at": "2026-06-20T02:01:04Z"
},
{
"price_usd": 63304.89,
"recorded_at": "2026-06-20T03:00:49Z"
},
{
"price_usd": 63379.4,
"recorded_at": "2026-06-20T04:00:25Z"
},
{
"price_usd": 63502.82,
"recorded_at": "2026-06-20T05:00:14Z"
},
{
"price_usd": 63616.95,
"recorded_at": "2026-06-20T06:00:56Z"
},
{
"price_usd": 63681.38,
"recorded_at": "2026-06-20T07:00:34Z"
},
{
"price_usd": 63621.06,
"recorded_at": "2026-06-20T08:00:37Z"
},
{
"price_usd": 63351.08,
"recorded_at": "2026-06-20T09:00:52Z"
},
{
"price_usd": 63679.23,
"recorded_at": "2026-06-20T10:00:38Z"
},
{
"price_usd": 63606.56,
"recorded_at": "2026-06-20T11:00:47Z"
},
{
"price_usd": 63619.36,
"recorded_at": "2026-06-20T12:00:09Z"
},
{
"price_usd": 63585.73,
"recorded_at": "2026-06-20T13:00:49Z"
},
{
"price_usd": 63362.43,
"recorded_at": "2026-06-20T14:00:26Z"
},
{
"price_usd": 63894.22,
"recorded_at": "2026-06-20T15:01:04Z"
},
{
"price_usd": 64062.83,
"recorded_at": "2026-06-20T16:00:45Z"
},
{
"price_usd": 63943.04,
"recorded_at": "2026-06-20T17:00:24Z"
},
{
"price_usd": 63784.92,
"recorded_at": "2026-06-20T18:00:55Z"
},
{
"price_usd": 63725.98,
"recorded_at": "2026-06-20T19:00:48Z"
},
{
"price_usd": 63853.17,
"recorded_at": "2026-06-20T20:00:33Z"
},
{
"price_usd": 63848.03,
"recorded_at": "2026-06-20T21:00:48Z"
},
{
"price_usd": 63934.59,
"recorded_at": "2026-06-20T22:00:41Z"
},
{
"price_usd": 64230.36,
"recorded_at": "2026-06-20T23:00:08Z"
},
{
"price_usd": 64240.23,
"recorded_at": "2026-06-21T00:01:14Z"
},
{
"price_usd": 64217.24,
"recorded_at": "2026-06-21T01:01:02Z"
},
{
"price_usd": 64191.19,
"recorded_at": "2026-06-21T02:00:11Z"
},
{
"price_usd": 64186.6,
"recorded_at": "2026-06-21T03:00:08Z"
},
{
"price_usd": 64362.42,
"recorded_at": "2026-06-21T04:00:37Z"
},
{
"price_usd": 64210.08,
"recorded_at": "2026-06-21T05:01:11Z"
},
{
"price_usd": 64182.55,
"recorded_at": "2026-06-21T06:00:19Z"
},
{
"price_usd": 64221.92,
"recorded_at": "2026-06-21T07:01:11Z"
},
{
"price_usd": 64127.25,
"recorded_at": "2026-06-21T08:00:29Z"
},
{
"price_usd": 63926.36,
"recorded_at": "2026-06-21T09:00:32Z"
},
{
"price_usd": 64135.49,
"recorded_at": "2026-06-21T10:00:32Z"
},
{
"price_usd": 64279.45,
"recorded_at": "2026-06-21T11:00:23Z"
},
{
"price_usd": 64075.98,
"recorded_at": "2026-06-21T12:00:36Z"
},
{
"price_usd": 64121.74,
"recorded_at": "2026-06-21T13:00:54Z"
},
{
"price_usd": 64040.8,
"recorded_at": "2026-06-21T14:00:06Z"
},
{
"price_usd": 64049.07,
"recorded_at": "2026-06-21T15:00:32Z"
},
{
"price_usd": 64164.14,
"recorded_at": "2026-06-21T16:00:51Z"
},
{
"price_usd": 64073.09,
"recorded_at": "2026-06-21T17:00:24Z"
},
{
"price_usd": 64106.02,
"recorded_at": "2026-06-21T18:00:29Z"
},
{
"price_usd": 64104.84,
"recorded_at": "2026-06-21T19:00:10Z"
},
{
"price_usd": 64143.3,
"recorded_at": "2026-06-21T20:00:12Z"
},
{
"price_usd": 63752.07,
"recorded_at": "2026-06-21T21:00:23Z"
},
{
"price_usd": 63736.59,
"recorded_at": "2026-06-21T22:00:12Z"
},
{
"price_usd": 63730.37,
"recorded_at": "2026-06-21T23:00:19Z"
},
{
"price_usd": 63231.87,
"recorded_at": "2026-06-22T00:00:48Z"
},
{
"price_usd": 63773.22,
"recorded_at": "2026-06-22T01:00:50Z"
},
{
"price_usd": 64510.52,
"recorded_at": "2026-06-22T02:01:15Z"
},
{
"price_usd": 64200.79,
"recorded_at": "2026-06-22T03:01:06Z"
},
{
"price_usd": 63898.79,
"recorded_at": "2026-06-22T04:00:26Z"
},
{
"price_usd": 64016.58,
"recorded_at": "2026-06-22T05:00:27Z"
},
{
"price_usd": 64154.73,
"recorded_at": "2026-06-22T06:01:19Z"
},
{
"price_usd": 63940.26,
"recorded_at": "2026-06-22T07:00:09Z"
},
{
"price_usd": 64134.65,
"recorded_at": "2026-06-22T08:00:04Z"
},
{
"price_usd": 64087.37,
"recorded_at": "2026-06-22T09:00:47Z"
},
{
"price_usd": 64055.18,
"recorded_at": "2026-06-22T10:01:12Z"
},
{
"price_usd": 64068.5,
"recorded_at": "2026-06-22T11:00:51Z"
},
{
"price_usd": 64594.71,
"recorded_at": "2026-06-22T12:00:54Z"
},
{
"price_usd": 65095.26,
"recorded_at": "2026-06-22T13:00:41Z"
},
{
"price_usd": 65468.63,
"recorded_at": "2026-06-22T14:00:40Z"
},
{
"price_usd": 64888.93,
"recorded_at": "2026-06-22T15:00:31Z"
},
{
"price_usd": 64754.92,
"recorded_at": "2026-06-22T16:01:11Z"
},
{
"price_usd": 64683.7,
"recorded_at": "2026-06-22T17:00:27Z"
},
{
"price_usd": 64556.5,
"recorded_at": "2026-06-22T18:00:26Z"
},
{
"price_usd": 64301.4,
"recorded_at": "2026-06-22T19:00:26Z"
},
{
"price_usd": 64417.75,
"recorded_at": "2026-06-22T20:00:09Z"
},
{
"price_usd": 64365.92,
"recorded_at": "2026-06-22T21:00:52Z"
},
{
"price_usd": 64235.02,
"recorded_at": "2026-06-22T22:00:20Z"
},
{
"price_usd": 63911.61,
"recorded_at": "2026-06-22T23:00:43Z"
},
{
"price_usd": 63957.2,
"recorded_at": "2026-06-23T00:00:48Z"
},
{
"price_usd": 64045.67,
"recorded_at": "2026-06-23T01:00:37Z"
},
{
"price_usd": 64079.82,
"recorded_at": "2026-06-23T02:00:54Z"
},
{
"price_usd": 64144.4,
"recorded_at": "2026-06-23T03:00:06Z"
},
{
"price_usd": 63980.99,
"recorded_at": "2026-06-23T04:01:06Z"
},
{
"price_usd": 63621.26,
"recorded_at": "2026-06-23T05:00:10Z"
},
{
"price_usd": 63313.73,
"recorded_at": "2026-06-23T06:00:19Z"
},
{
"price_usd": 62866.91,
"recorded_at": "2026-06-23T07:01:12Z"
},
{
"price_usd": 62850.77,
"recorded_at": "2026-06-23T08:00:34Z"
},
{
"price_usd": 62311.4,
"recorded_at": "2026-06-23T09:00:23Z"
},
{
"price_usd": 62307.34,
"recorded_at": "2026-06-23T10:00:20Z"
},
{
"price_usd": 62264.19,
"recorded_at": "2026-06-23T11:00:22Z"
},
{
"price_usd": 62451.5,
"recorded_at": "2026-06-23T12:00:02Z"
},
{
"price_usd": 62199.88,
"recorded_at": "2026-06-23T13:01:06Z"
},
{
"price_usd": 62383.95,
"recorded_at": "2026-06-23T14:00:08Z"
},
{
"price_usd": 62457.87,
"recorded_at": "2026-06-23T15:00:12Z"
},
{
"price_usd": 62378.53,
"recorded_at": "2026-06-23T16:00:10Z"
},
{
"price_usd": 62492.82,
"recorded_at": "2026-06-23T17:00:19Z"
},
{
"price_usd": 62300.74,
"recorded_at": "2026-06-23T18:00:01Z"
},
{
"price_usd": 62171.87,
"recorded_at": "2026-06-23T19:01:13Z"
},
{
"price_usd": 62310.63,
"recorded_at": "2026-06-23T20:00:46Z"
},
{
"price_usd": 62385.34,
"recorded_at": "2026-06-23T21:01:12Z"
},
{
"price_usd": 62530.76,
"recorded_at": "2026-06-23T22:00:02Z"
},
{
"price_usd": 62515.96,
"recorded_at": "2026-06-23T23:00:18Z"
},
{
"price_usd": 62651.93,
"recorded_at": "2026-06-24T00:00:02Z"
},
{
"price_usd": 62912.97,
"recorded_at": "2026-06-24T01:00:25Z"
},
{
"price_usd": 62883.38,
"recorded_at": "2026-06-24T02:00:54Z"
},
{
"price_usd": 62583.05,
"recorded_at": "2026-06-24T03:00:56Z"
},
{
"price_usd": 62676.59,
"recorded_at": "2026-06-24T04:00:29Z"
},
{
"price_usd": 62703.95,
"recorded_at": "2026-06-24T05:00:42Z"
},
{
"price_usd": 62802.23,
"recorded_at": "2026-06-24T06:01:07Z"
},
{
"price_usd": 62699.02,
"recorded_at": "2026-06-24T07:00:46Z"
},
{
"price_usd": 62568.95,
"recorded_at": "2026-06-24T08:01:09Z"
},
{
"price_usd": 62716.04,
"recorded_at": "2026-06-24T09:00:20Z"
},
{
"price_usd": 62621.29,
"recorded_at": "2026-06-24T10:00:20Z"
},
{
"price_usd": 62379.4,
"recorded_at": "2026-06-24T11:01:06Z"
},
{
"price_usd": 62815.97,
"recorded_at": "2026-06-24T12:00:27Z"
},
{
"price_usd": 62538.58,
"recorded_at": "2026-06-24T13:00:02Z"
},
{
"price_usd": 61236.56,
"recorded_at": "2026-06-24T14:00:49Z"
},
{
"price_usd": 60985.86,
"recorded_at": "2026-06-24T15:00:58Z"
},
{
"price_usd": 60204.22,
"recorded_at": "2026-06-24T16:00:06Z"
},
{
"price_usd": 59783.05,
"recorded_at": "2026-06-24T17:01:06Z"
},
{
"price_usd": 59297.74,
"recorded_at": "2026-06-24T18:00:21Z"
},
{
"price_usd": 59507.19,
"recorded_at": "2026-06-24T19:00:54Z"
},
{
"price_usd": 59822.25,
"recorded_at": "2026-06-24T20:00:34Z"
},
{
"price_usd": 60882.55,
"recorded_at": "2026-06-24T21:01:17Z"
},
{
"price_usd": 61005.38,
"recorded_at": "2026-06-24T22:00:38Z"
},
{
"price_usd": 60783.2,
"recorded_at": "2026-06-24T23:00:49Z"
},
{
"price_usd": 60990.54,
"recorded_at": "2026-06-25T00:00:42Z"
},
{
"price_usd": 60664.91,
"recorded_at": "2026-06-25T01:00:51Z"
},
{
"price_usd": 60812.43,
"recorded_at": "2026-06-25T02:00:45Z"
},
{
"price_usd": 60629.71,
"recorded_at": "2026-06-25T03:00:01Z"
},
{
"price_usd": 60788.39,
"recorded_at": "2026-06-25T04:01:12Z"
},
{
"price_usd": 61257.61,
"recorded_at": "2026-06-25T05:00:46Z"
},
{
"price_usd": 61534.43,
"recorded_at": "2026-06-25T06:00:21Z"
},
{
"price_usd": 61646.01,
"recorded_at": "2026-06-25T07:00:42Z"
},
{
"price_usd": 61816.44,
"recorded_at": "2026-06-25T08:00:14Z"
},
{
"price_usd": 61606.91,
"recorded_at": "2026-06-25T09:01:09Z"
},
{
"price_usd": 61652.9,
"recorded_at": "2026-06-25T10:00:17Z"
},
{
"price_usd": 61211.78,
"recorded_at": "2026-06-25T11:00:09Z"
},
{
"price_usd": 61185.55,
"recorded_at": "2026-06-25T12:00:16Z"
},
{
"price_usd": 61114.66,
"recorded_at": "2026-06-25T13:00:29Z"
},
{
"price_usd": 58188.67,
"recorded_at": "2026-06-25T14:00:36Z"
},
{
"price_usd": 59419.45,
"recorded_at": "2026-06-25T15:00:14Z"
},
{
"price_usd": 59513.73,
"recorded_at": "2026-06-25T16:00:19Z"
},
{
"price_usd": 59234.58,
"recorded_at": "2026-06-25T17:00:46Z"
},
{
"price_usd": 59534.1,
"recorded_at": "2026-06-25T18:00:17Z"
},
{
"price_usd": 59430.92,
"recorded_at": "2026-06-25T19:00:41Z"
},
{
"price_usd": 59237.37,
"recorded_at": "2026-06-25T20:00:40Z"
},
{
"price_usd": 59312.81,
"recorded_at": "2026-06-25T21:00:41Z"
},
{
"price_usd": 60111.69,
"recorded_at": "2026-06-25T22:00:20Z"
},
{
"price_usd": 59787.08,
"recorded_at": "2026-06-25T23:00:36Z"
},
{
"price_usd": 59712.62,
"recorded_at": "2026-06-26T00:00:03Z"
},
{
"price_usd": 59589.36,
"recorded_at": "2026-06-26T01:00:52Z"
},
{
"price_usd": 59299.07,
"recorded_at": "2026-06-26T02:00:49Z"
},
{
"price_usd": 58482.96,
"recorded_at": "2026-06-26T03:00:25Z"
},
{
"price_usd": 59836.3,
"recorded_at": "2026-06-26T04:00:27Z"
},
{
"price_usd": 59813.85,
"recorded_at": "2026-06-26T05:00:26Z"
},
{
"price_usd": 59869.43,
"recorded_at": "2026-06-26T06:00:35Z"
},
{
"price_usd": 60237.06,
"recorded_at": "2026-06-26T07:01:00Z"
},
{
"price_usd": 60481.36,
"recorded_at": "2026-06-26T08:00:10Z"
},
{
"price_usd": 60152.35,
"recorded_at": "2026-06-26T09:01:52Z"
},
{
"price_usd": 59633.32,
"recorded_at": "2026-06-26T10:00:23Z"
},
{
"price_usd": 59215.19,
"recorded_at": "2026-06-26T11:00:16Z"
},
{
"price_usd": 59316.02,
"recorded_at": "2026-06-26T12:00:07Z"
},
{
"price_usd": 59181.15,
"recorded_at": "2026-06-26T13:01:37Z"
},
{
"price_usd": 60050.8,
"recorded_at": "2026-06-26T14:00:13Z"
}
],
"days": 7,
"success": true
}