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

# Get Rate

`GET /v1/rates/{id}`

Retrieves a single rate by its unique identifier.

Use this endpoint to fetch the current details of a previously-created rate (for an asset pair), including the configured exchange rate and constraints.

---

## Endpoint

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

---

## Path Parameters

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

## Response `200`

200

- object
  - `data` object
    - `createdAt` string
    - `createdBy` string
    - `deactivatedAt` string, nullable
    - `deactivatedBy` string, nullable
    - `deactivationReason` string, nullable
    - `fromAsset` string
    - `id` string
    - `isActive` boolean
    - `maxAmount` string, nullable
    - `minAmount` string
    - `network` string
    - `previousRateId` string, nullable
    - `rate` string
    - `rootRateId` string, nullable
    - `status` string
    - `toAsset` string
    - `version` number
  - `message` string
  - `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)
