---
title: "Check Pair"
method: GET
path: "/v1/rates/check-pair"
tags: ["Liquidity Pool"]
---

# Check Pair

`GET /v1/rates/check-pair`

Returns the active rates you have configured for a specific asset pair on the current environment.

Use this endpoint to confirm whether you are quoting a given pair (for example before opening a new tier) and to inspect the amount bands already in place.

---

## Endpoint

`GET https://api.blockradar.co/v1/rates/check-pair`

---

## Query Parameters

| Key | Required | Type | Description |
| --- | --- | --- | --- |
| fromAsset | true | string | The symbol of the source asset. |
| toAsset | true | string | The symbol of the destination asset. |

## Query parameters

- `fromAsset` string, required
- `toAsset` string, required

## Response `200`

200

- object
  - `data` object
    - `fromAsset` string
    - `toAsset` string
    - `hasActiveRates` boolean
    - `activeRateCount` number
    - `rates` object[]
      - `id` string
      - `rate` string
      - `minAmount` string
      - `maxAmount` string, nullable
      - `version` number
      - `createdAt` string
  - `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)
