---
title: "Get Rate History"
method: GET
path: "/v1/rates/{id}/history"
tags: ["Liquidity Pool"]
---

# Get Rate History

`GET /v1/rates/{id}/history`

Retrieves historical snapshots for a specific rate.

Use this endpoint to fetch the rate’s history over time (for an asset pair), typically used for auditing, analytics, or charting.

---

## Endpoint

`GET https://api.blockradar.co/v1/rates/:id/history`

---

## Path Parameters

| Key | Required | Type | Description |
| --- | --- | --- | --- |
| id | true | string | The unique identifier of the rate to retrieve history for. |

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `fromAsset` string
    - `toAsset` string
    - `network` string
    - `rate` string
    - `minAmount` string
    - `isActive` boolean
    - `maxAmount` string, nullable
    - `status` string
    - `version` number
    - `previousRateId` string, nullable
    - `rootRateId` string, nullable
    - `createdBy` string
    - `deactivatedBy` string
    - `deactivatedAt` string
    - `deactivationReason` string
    - `createdAt` string
    - `updatedAt` string
  - `message` string
  - `meta` object
    - `totalItems` number
    - `itemCount` number
    - `itemsPerPage` number
    - `totalPages` number
    - `currentPage` number
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
